@angular-devkit/schematics-cli 18.0.3 → 18.1.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.
@@ -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.io/license
8
8
  */
9
- /// <reference types="node" />
10
9
  import 'symbol-observable';
11
10
  import { ProcessOutput } from '@angular-devkit/core/node';
12
11
  export interface MainOptions {
package/bin/schematics.js CHANGED
@@ -34,7 +34,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
34
34
  return (mod && mod.__esModule) ? mod : { "default": mod };
35
35
  };
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.loadEsmModule = exports.main = void 0;
37
+ exports.main = main;
38
+ exports.loadEsmModule = loadEsmModule;
38
39
  // symbol polyfill must go first
39
40
  require("symbol-observable");
40
41
  const node_1 = require("@angular-devkit/core/node");
@@ -328,7 +329,6 @@ async function main({ args, stdout = process.stdout, stderr = process.stderr, })
328
329
  return 1;
329
330
  }
330
331
  }
331
- exports.main = main;
332
332
  /**
333
333
  * Get usage of the CLI tool.
334
334
  */
@@ -451,4 +451,3 @@ function loadEsmModule(modulePath) {
451
451
  load ??= new Function('modulePath', `return import(modulePath);`);
452
452
  return load(modulePath);
453
453
  }
454
- exports.loadEsmModule = loadEsmModule;
package/blank/factory.js CHANGED
@@ -7,6 +7,7 @@
7
7
  * found in the LICENSE file at https://angular.io/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.default = default_1;
10
11
  const core_1 = require("@angular-devkit/core");
11
12
  const schematics_1 = require("@angular-devkit/schematics");
12
13
  const tasks_1 = require("@angular-devkit/schematics/tasks");
@@ -76,4 +77,3 @@ function default_1(options) {
76
77
  ]);
77
78
  };
78
79
  }
79
- exports.default = default_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/schematics-cli",
3
- "version": "18.0.3",
3
+ "version": "18.1.0-next.1",
4
4
  "description": "Angular Schematics - CLI",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "bin": {
@@ -21,10 +21,10 @@
21
21
  ],
22
22
  "schematics": "./collection.json",
23
23
  "dependencies": {
24
- "@angular-devkit/core": "18.0.3",
25
- "@angular-devkit/schematics": "18.0.3",
24
+ "@angular-devkit/core": "18.1.0-next.1",
25
+ "@angular-devkit/schematics": "18.1.0-next.1",
26
26
  "ansi-colors": "4.1.3",
27
- "inquirer": "9.2.22",
27
+ "inquirer": "9.2.23",
28
28
  "symbol-observable": "4.0.0",
29
29
  "yargs-parser": "21.1.1"
30
30
  },
@@ -7,6 +7,7 @@
7
7
  * found in the LICENSE file at https://angular.io/license
8
8
  */
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.default = default_1;
10
11
  const core_1 = require("@angular-devkit/core");
11
12
  const schematics_1 = require("@angular-devkit/schematics");
12
13
  const tasks_1 = require("@angular-devkit/schematics/tasks");
@@ -29,4 +30,3 @@ function default_1(options) {
29
30
  ]));
30
31
  };
31
32
  }
32
- exports.default = default_1;