@angular/cli 17.0.0-next.8 → 17.0.0-rc.0
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 +11 -5
- package/package.json +12 -12
- package/src/utilities/version.js +1 -1
package/lib/config/schema.json
CHANGED
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
},
|
|
1857
1857
|
"outputPath": {
|
|
1858
1858
|
"type": "string",
|
|
1859
|
-
"description": "The full path for the new output directory, relative to the current workspace
|
|
1859
|
+
"description": "The full path for the new output directory, relative to the current workspace."
|
|
1860
1860
|
},
|
|
1861
1861
|
"aot": {
|
|
1862
1862
|
"type": "boolean",
|
|
@@ -2109,8 +2109,14 @@
|
|
|
2109
2109
|
"description": "Enable the server bundles to be written to disk."
|
|
2110
2110
|
},
|
|
2111
2111
|
{
|
|
2112
|
-
"type": "
|
|
2113
|
-
"
|
|
2112
|
+
"type": "object",
|
|
2113
|
+
"properties": {
|
|
2114
|
+
"entry": {
|
|
2115
|
+
"type": "string",
|
|
2116
|
+
"description": "The server entry-point that when executed will spawn the web server."
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
"additionalProperties": false
|
|
2114
2120
|
}
|
|
2115
2121
|
]
|
|
2116
2122
|
},
|
|
@@ -2471,7 +2477,7 @@
|
|
|
2471
2477
|
},
|
|
2472
2478
|
"outputPath": {
|
|
2473
2479
|
"type": "string",
|
|
2474
|
-
"description": "The full path for the new output directory, relative to the current workspace
|
|
2480
|
+
"description": "The full path for the new output directory, relative to the current workspace."
|
|
2475
2481
|
},
|
|
2476
2482
|
"resourcesOutputPath": {
|
|
2477
2483
|
"type": "string",
|
|
@@ -3045,7 +3051,7 @@
|
|
|
3045
3051
|
},
|
|
3046
3052
|
"outputPath": {
|
|
3047
3053
|
"type": "string",
|
|
3048
|
-
"description": "The full path for the new output directory, relative to the current workspace
|
|
3054
|
+
"description": "The full path for the new output directory, relative to the current workspace."
|
|
3049
3055
|
},
|
|
3050
3056
|
"resourcesOutputPath": {
|
|
3051
3057
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "17.0.0-
|
|
3
|
+
"version": "17.0.0-rc.0",
|
|
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.1700.0-
|
|
29
|
-
"@angular-devkit/core": "17.0.0-
|
|
30
|
-
"@angular-devkit/schematics": "17.0.0-
|
|
31
|
-
"@schematics/angular": "17.0.0-
|
|
28
|
+
"@angular-devkit/architect": "0.1700.0-rc.0",
|
|
29
|
+
"@angular-devkit/core": "17.0.0-rc.0",
|
|
30
|
+
"@angular-devkit/schematics": "17.0.0-rc.0",
|
|
31
|
+
"@schematics/angular": "17.0.0-rc.0",
|
|
32
32
|
"@yarnpkg/lockfile": "1.1.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"ini": "4.1.1",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"ng-update": {
|
|
48
48
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
49
49
|
"packageGroup": {
|
|
50
|
-
"@angular/cli": "17.0.0-
|
|
51
|
-
"@angular/ssr": "17.0.0-
|
|
52
|
-
"@angular-devkit/architect": "0.1700.0-
|
|
53
|
-
"@angular-devkit/build-angular": "17.0.0-
|
|
54
|
-
"@angular-devkit/build-webpack": "0.1700.0-
|
|
55
|
-
"@angular-devkit/core": "17.0.0-
|
|
56
|
-
"@angular-devkit/schematics": "17.0.0-
|
|
50
|
+
"@angular/cli": "17.0.0-rc.0",
|
|
51
|
+
"@angular/ssr": "17.0.0-rc.0",
|
|
52
|
+
"@angular-devkit/architect": "0.1700.0-rc.0",
|
|
53
|
+
"@angular-devkit/build-angular": "17.0.0-rc.0",
|
|
54
|
+
"@angular-devkit/build-webpack": "0.1700.0-rc.0",
|
|
55
|
+
"@angular-devkit/core": "17.0.0-rc.0",
|
|
56
|
+
"@angular-devkit/schematics": "17.0.0-rc.0"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
package/src/utilities/version.js
CHANGED
|
@@ -25,6 +25,6 @@ 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('17.0.0-
|
|
28
|
+
// export const VERSION = new Version('17.0.0-rc.0');
|
|
29
29
|
exports.VERSION = new Version(JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, '../../package.json'), 'utf-8')).version);
|
|
30
30
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXIvY2xpL3NyYy91dGlsaXRpZXMvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7Ozs7OztHQU1HOzs7QUFFSCwyQkFBa0M7QUFDbEMsK0JBQStCO0FBRS9CLCtDQUErQztBQUMvQyxNQUFNLE9BQU87SUFLaUI7SUFKWixLQUFLLENBQVM7SUFDZCxLQUFLLENBQVM7SUFDZCxLQUFLLENBQVM7SUFFOUIsWUFBNEIsSUFBWTtRQUFaLFNBQUksR0FBSixJQUFJLENBQVE7UUFDdEMsTUFBTSxDQUFDLEtBQUssRUFBRSxLQUFLLEVBQUUsS0FBSyxDQUFDLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQztRQUNsRSxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUNuQixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztRQUNuQixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUNyQixDQUFDO0NBQ0Y7QUFFRCw0R0FBNEc7QUFDNUcsMkRBQTJEO0FBQzlDLFFBQUEsT0FBTyxHQUFHLElBQUksT0FBTyxDQUU5QixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUEsaUJBQVksRUFBQyxJQUFBLGNBQU8sRUFBQyxTQUFTLEVBQUUsb0JBQW9CLENBQUMsRUFBRSxPQUFPLENBQUMsQ0FHM0UsQ0FBQyxPQUFPLENBQ1YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQgeyByZWFkRmlsZVN5bmMgfSBmcm9tICdmcyc7XG5pbXBvcnQgeyByZXNvbHZlIH0gZnJvbSAncGF0aCc7XG5cbi8vIFNhbWUgc3RydWN0dXJlIGFzIHVzZWQgaW4gZnJhbWV3b3JrIHBhY2thZ2VzXG5jbGFzcyBWZXJzaW9uIHtcbiAgcHVibGljIHJlYWRvbmx5IG1ham9yOiBzdHJpbmc7XG4gIHB1YmxpYyByZWFkb25seSBtaW5vcjogc3RyaW5nO1xuICBwdWJsaWMgcmVhZG9ubHkgcGF0Y2g6IHN0cmluZztcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgcmVhZG9ubHkgZnVsbDogc3RyaW5nKSB7XG4gICAgY29uc3QgW21ham9yLCBtaW5vciwgcGF0Y2hdID0gZnVsbC5zcGxpdCgnLScsIDEpWzBdLnNwbGl0KCcuJywgMyk7XG4gICAgdGhpcy5tYWpvciA9IG1ham9yO1xuICAgIHRoaXMubWlub3IgPSBtaW5vcjtcbiAgICB0aGlzLnBhdGNoID0gcGF0Y2g7XG4gIH1cbn1cblxuLy8gVE9ETyhiYXplbCk6IENvbnZlcnQgdGhpcyB0byB1c2UgYnVpbGQtdGltZSB2ZXJzaW9uIHN0YW1waW5nIGFmdGVyIGZsaXBwaW5nIHRoZSBidWlsZCBzY3JpcHQgdG8gdXNlIGJhemVsXG4vLyBleHBvcnQgY29uc3QgVkVSU0lPTiA9IG5ldyBWZXJzaW9uKCcwLjAuMC1QTEFDRUhPTERFUicpO1xuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSBuZXcgVmVyc2lvbihcbiAgKFxuICAgIEpTT04ucGFyc2UocmVhZEZpbGVTeW5jKHJlc29sdmUoX19kaXJuYW1lLCAnLi4vLi4vcGFja2FnZS5qc29uJyksICd1dGYtOCcpKSBhcyB7XG4gICAgICB2ZXJzaW9uOiBzdHJpbmc7XG4gICAgfVxuICApLnZlcnNpb24sXG4pO1xuIl19
|