@angular-devkit/schematics-cli 20.0.0-next.3 → 20.0.0-next.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/bin/schematics.d.ts +0 -1
- package/bin/schematics.js +0 -2
- package/package.json +4 -5
package/bin/schematics.d.ts
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7
7
|
* found in the LICENSE file at https://angular.dev/license
|
|
8
8
|
*/
|
|
9
|
-
import 'symbol-observable';
|
|
10
9
|
import { ProcessOutput } from '@angular-devkit/core/node';
|
|
11
10
|
export interface MainOptions {
|
|
12
11
|
args: string[];
|
package/bin/schematics.js
CHANGED
|
@@ -45,8 +45,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
45
45
|
};
|
|
46
46
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
47
|
exports.main = main;
|
|
48
|
-
// symbol polyfill must go first
|
|
49
|
-
require("symbol-observable");
|
|
50
48
|
const core_1 = require("@angular-devkit/core");
|
|
51
49
|
const node_1 = require("@angular-devkit/core/node");
|
|
52
50
|
const schematics_1 = require("@angular-devkit/schematics");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/schematics-cli",
|
|
3
|
-
"version": "20.0.0-next.
|
|
3
|
+
"version": "20.0.0-next.5",
|
|
4
4
|
"description": "Angular Schematics - CLI",
|
|
5
5
|
"homepage": "https://github.com/angular/angular-cli",
|
|
6
6
|
"bin": {
|
|
@@ -21,11 +21,10 @@
|
|
|
21
21
|
],
|
|
22
22
|
"schematics": "./collection.json",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@angular-devkit/core": "20.0.0-next.
|
|
25
|
-
"@angular-devkit/schematics": "20.0.0-next.
|
|
26
|
-
"@inquirer/prompts": "7.4.
|
|
24
|
+
"@angular-devkit/core": "20.0.0-next.5",
|
|
25
|
+
"@angular-devkit/schematics": "20.0.0-next.5",
|
|
26
|
+
"@inquirer/prompts": "7.4.1",
|
|
27
27
|
"ansi-colors": "4.1.3",
|
|
28
|
-
"symbol-observable": "4.0.0",
|
|
29
28
|
"yargs-parser": "21.1.1"
|
|
30
29
|
},
|
|
31
30
|
"repository": {
|