nx 20.2.0-beta.4 → 20.2.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
- package/src/command-line/init/implementation/angular/legacy-angular-versions.js +2 -1
- package/src/core/graph/main.js +1 -1
- package/src/native/nx.wasm32-wasi.wasm +0 -0
- package/src/plugins/js/utils/register.d.ts +2 -0
- package/src/plugins/js/versions.d.ts +1 -1
- package/src/plugins/js/versions.js +1 -1
Binary file
|
@@ -137,12 +137,14 @@ export declare function getTsNodeCompilerOptions(compilerOptions: CompilerOption
|
|
137
137
|
strictBindCallApply?: any;
|
138
138
|
strictNullChecks?: any;
|
139
139
|
strictPropertyInitialization?: any;
|
140
|
+
strictBuiltinIteratorReturn?: any;
|
140
141
|
stripInternal?: any;
|
141
142
|
suppressExcessPropertyErrors?: any;
|
142
143
|
suppressImplicitAnyIndexErrors?: any;
|
143
144
|
target?: any;
|
144
145
|
traceResolution?: any;
|
145
146
|
useUnknownInCatchVariables?: any;
|
147
|
+
noUncheckedSideEffectImports?: any;
|
146
148
|
resolveJsonModule?: any;
|
147
149
|
types?: any;
|
148
150
|
typeRoots?: any;
|
@@ -1 +1 @@
|
|
1
|
-
export declare const typescriptVersion = "~5.
|
1
|
+
export declare const typescriptVersion = "~5.6.2";
|