@schematics/angular 19.0.0-next.2 → 19.0.0-next.4
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/config/files/karma.conf.js.template +0 -1
- package/package.json +3 -3
- package/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts +244 -156
- package/third_party/github.com/Microsoft/TypeScript/lib/typescript.js +4617 -3454
- package/utility/latest-versions/package.json +2 -2
- package/utility/latest-versions.js +2 -2
- package/workspace/files/tsconfig.json.template +1 -5
|
@@ -19,7 +19,6 @@ module.exports = function (config) {
|
|
|
19
19
|
// for example, you can disable the random execution with `random: false`
|
|
20
20
|
// or set a specific seed with `seed: 4321`
|
|
21
21
|
},
|
|
22
|
-
clearContext: false // leave Jasmine Spec Runner output visible in browser
|
|
23
22
|
},
|
|
24
23
|
jasmineHtmlReporter: {
|
|
25
24
|
suppressAll: true // removes the duplicated traces
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematics/angular",
|
|
3
|
-
"version": "19.0.0-next.
|
|
3
|
+
"version": "19.0.0-next.4",
|
|
4
4
|
"description": "Schematics specific to Angular",
|
|
5
5
|
"homepage": "https://github.com/angular/angular-cli",
|
|
6
6
|
"keywords": [
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"schematics": "./collection.json",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@angular-devkit/core": "19.0.0-next.
|
|
26
|
-
"@angular-devkit/schematics": "19.0.0-next.
|
|
25
|
+
"@angular-devkit/core": "19.0.0-next.4",
|
|
26
|
+
"@angular-devkit/schematics": "19.0.0-next.4",
|
|
27
27
|
"jsonc-parser": "3.3.1"
|
|
28
28
|
},
|
|
29
29
|
"packageManager": "yarn@4.4.0",
|