@angular/cli 18.0.0-next.0 → 18.0.0-next.1
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/lib/config/schema.json +6 -0
- package/package.json +12 -12
- package/src/utilities/version.js +1 -1
package/lib/config/schema.json
CHANGED
|
@@ -2293,6 +2293,7 @@
|
|
|
2293
2293
|
},
|
|
2294
2294
|
"output": {
|
|
2295
2295
|
"type": "string",
|
|
2296
|
+
"default": "",
|
|
2296
2297
|
"description": "Absolute path within the output."
|
|
2297
2298
|
}
|
|
2298
2299
|
},
|
|
@@ -2876,6 +2877,7 @@
|
|
|
2876
2877
|
},
|
|
2877
2878
|
"output": {
|
|
2878
2879
|
"type": "string",
|
|
2880
|
+
"default": "",
|
|
2879
2881
|
"description": "Absolute path within the output."
|
|
2880
2882
|
}
|
|
2881
2883
|
},
|
|
@@ -3454,6 +3456,7 @@
|
|
|
3454
3456
|
},
|
|
3455
3457
|
"output": {
|
|
3456
3458
|
"type": "string",
|
|
3459
|
+
"default": "",
|
|
3457
3460
|
"description": "Absolute path within the output."
|
|
3458
3461
|
}
|
|
3459
3462
|
},
|
|
@@ -4012,6 +4015,7 @@
|
|
|
4012
4015
|
},
|
|
4013
4016
|
"output": {
|
|
4014
4017
|
"type": "string",
|
|
4018
|
+
"default": "",
|
|
4015
4019
|
"description": "Absolute path within the output."
|
|
4016
4020
|
},
|
|
4017
4021
|
"ignore": {
|
|
@@ -4342,6 +4346,7 @@
|
|
|
4342
4346
|
},
|
|
4343
4347
|
"output": {
|
|
4344
4348
|
"type": "string",
|
|
4349
|
+
"default": "",
|
|
4345
4350
|
"description": "Absolute path within the output."
|
|
4346
4351
|
},
|
|
4347
4352
|
"ignore": {
|
|
@@ -4797,6 +4802,7 @@
|
|
|
4797
4802
|
},
|
|
4798
4803
|
"output": {
|
|
4799
4804
|
"type": "string",
|
|
4805
|
+
"default": "",
|
|
4800
4806
|
"description": "Absolute path within the output."
|
|
4801
4807
|
}
|
|
4802
4808
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.1",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/angular/angular-cli",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@angular-devkit/architect": "0.1800.0-next.
|
|
29
|
-
"@angular-devkit/core": "18.0.0-next.
|
|
30
|
-
"@angular-devkit/schematics": "18.0.0-next.
|
|
31
|
-
"@schematics/angular": "18.0.0-next.
|
|
28
|
+
"@angular-devkit/architect": "0.1800.0-next.1",
|
|
29
|
+
"@angular-devkit/core": "18.0.0-next.1",
|
|
30
|
+
"@angular-devkit/schematics": "18.0.0-next.1",
|
|
31
|
+
"@schematics/angular": "18.0.0-next.1",
|
|
32
32
|
"@yarnpkg/lockfile": "1.1.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"ini": "4.1.2",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"ng-update": {
|
|
48
48
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
49
49
|
"packageGroup": {
|
|
50
|
-
"@angular/cli": "18.0.0-next.
|
|
51
|
-
"@angular/ssr": "18.0.0-next.
|
|
52
|
-
"@angular-devkit/architect": "0.1800.0-next.
|
|
53
|
-
"@angular-devkit/build-angular": "18.0.0-next.
|
|
54
|
-
"@angular-devkit/build-webpack": "0.1800.0-next.
|
|
55
|
-
"@angular-devkit/core": "18.0.0-next.
|
|
56
|
-
"@angular-devkit/schematics": "18.0.0-next.
|
|
50
|
+
"@angular/cli": "18.0.0-next.1",
|
|
51
|
+
"@angular/ssr": "18.0.0-next.1",
|
|
52
|
+
"@angular-devkit/architect": "0.1800.0-next.1",
|
|
53
|
+
"@angular-devkit/build-angular": "18.0.0-next.1",
|
|
54
|
+
"@angular-devkit/build-webpack": "0.1800.0-next.1",
|
|
55
|
+
"@angular-devkit/core": "18.0.0-next.1",
|
|
56
|
+
"@angular-devkit/schematics": "18.0.0-next.1"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
package/src/utilities/version.js
CHANGED
|
@@ -25,5 +25,5 @@ class Version {
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
// TODO(bazel): Convert this to use build-time version stamping after flipping the build script to use bazel
|
|
28
|
-
// export const VERSION = new Version('18.0.0-next.
|
|
28
|
+
// export const VERSION = new Version('18.0.0-next.1');
|
|
29
29
|
exports.VERSION = new Version(JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, '../../package.json'), 'utf-8')).version);
|