release: WRNexusJS 0.7.0
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"release": "0.7.0-r2",
|
||||
"reportedTypeScriptErrors": 78,
|
||||
"reportedFiles": 28,
|
||||
"rootCause": [
|
||||
"focus-shims.d.ts was accidentally included in the release source and automatically loaded by the root TypeScript program",
|
||||
"tsconfig.focus.json was a temporary packaging-only configuration and should not have been distributed"
|
||||
],
|
||||
"removedFiles": ["focus-shims.d.ts", "tsconfig.focus.json"],
|
||||
"hardening": [
|
||||
"validate:0.7 now rejects temporary focused-typecheck files",
|
||||
"compressed response bodies are copied into a concrete ArrayBuffer for TypeScript 5.9 DOM compatibility",
|
||||
"Happy DOM event constructors are accessed through explicit typed window shapes",
|
||||
"Redis tests use the typed Bun global directly",
|
||||
"package publishing imports node:process explicitly"
|
||||
],
|
||||
"validation": {
|
||||
"rootTypeScriptProgram": "passed",
|
||||
"validate07": { "passed": 36, "failed": 0 },
|
||||
"securityFramework": { "passed": 10, "failed": 0 },
|
||||
"validate06Compatibility": { "passed": 20, "warnings": 1, "failed": 0 },
|
||||
"vscodeTests": { "passed": 28, "failed": 0 },
|
||||
"vscodeValidation": "passed",
|
||||
"temporaryFileGuard": {
|
||||
"temporaryFilePresentExitCode": 1,
|
||||
"temporaryFileAbsentExitCode": 0
|
||||
}
|
||||
},
|
||||
"localAuthoritativeCommand": "bun run check"
|
||||
}
|
||||
Reference in New Issue
Block a user