@m2c2kit/cli 0.3.28 → 0.3.29

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/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * The code in this file is adapted from a reference CLI implementation from
4
4
  * the Angular devkit repository:
5
- * https://github.com/angular/angular-cli/blob/a7f466a5fa87c51b914441524bd0dff5b3957ced/packages/angular_devkit/schematics_cli/bin/schematics.ts
5
+ * https://github.com/angular/angular-cli/blob/cccd35e6f31906870e0761136884cb715c9afca8/packages/angular_devkit/schematics_cli/bin/schematics.ts
6
6
  * The license for that code is as follows:
7
7
  * @license
8
8
  * Copyright Google LLC All Rights Reserved.
@@ -10,7 +10,6 @@
10
10
  * Use of this source code is governed by an MIT-style license that can be
11
11
  * found in the LICENSE file at https://angular.dev/license
12
12
  */
13
- import "symbol-observable";
14
13
  import { ProcessOutput } from "@angular-devkit/core/node";
15
14
  export interface MainOptions {
16
15
  args: string[];
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * The code in this file is adapted from a reference CLI implementation from
5
5
  * the Angular devkit repository:
6
- * https://github.com/angular/angular-cli/blob/a7f466a5fa87c51b914441524bd0dff5b3957ced/packages/angular_devkit/schematics_cli/bin/schematics.ts
6
+ * https://github.com/angular/angular-cli/blob/cccd35e6f31906870e0761136884cb715c9afca8/packages/angular_devkit/schematics_cli/bin/schematics.ts
7
7
  * The license for that code is as follows:
8
8
  * @license
9
9
  * Copyright Google LLC All Rights Reserved.
@@ -49,8 +49,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
49
49
  };
50
50
  Object.defineProperty(exports, "__esModule", { value: true });
51
51
  exports.main = main;
52
- // symbol polyfill must go first
53
- require("symbol-observable");
54
52
  const core_1 = require("@angular-devkit/core");
55
53
  const node_1 = require("@angular-devkit/core/node");
56
54
  const schematics_1 = require("@angular-devkit/schematics");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2c2kit/cli",
3
- "version": "0.3.28",
3
+ "version": "0.3.29",
4
4
  "description": "Command line interface to create new m2c2kit apps",
5
5
  "files": [
6
6
  "dist/**"
@@ -25,19 +25,18 @@
25
25
  },
26
26
  "homepage": "https://m2c2-project.github.io/m2c2kit",
27
27
  "dependencies": {
28
- "@angular-devkit/core": "^19.2.5",
29
- "@angular-devkit/schematics": "^19.2.5",
30
- "@inquirer/prompts": "7.4.0",
31
- "@m2c2kit/schematics": "0.1.28",
32
- "@schematics/angular": "^19.2.5",
28
+ "@angular-devkit/core": "^19.2.13",
29
+ "@angular-devkit/schematics": "^19.2.13",
30
+ "@inquirer/prompts": "7.5.1",
31
+ "@m2c2kit/schematics": "0.1.29",
32
+ "@schematics/angular": "^19.2.13",
33
33
  "ansi-colors": "4.1.3",
34
- "symbol-observable": "4.0.0",
35
34
  "yargs-parser": "21.1.1"
36
35
  },
37
36
  "devDependencies": {
38
- "@types/inquirer": "9.0.7",
37
+ "@types/inquirer": "9.0.8",
39
38
  "rimraf": "6.0.1",
40
- "typescript": "5.8.2"
39
+ "typescript": "5.8.3"
41
40
  },
42
41
  "engines": {
43
42
  "node": ">=18"