@o3r/schematics 13.5.0-prerelease.9 → 13.5.0-rc.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"environment.js","sourceRoot":"","sources":["../../cli/environment.ts"],"names":[],"mappings":";;AAAA,gDAE8B;AAE9B,yEAAyE;AACzE,OAAO,CAAC,IAAI,CAAC,4BAA4B,IAAA,mCAA2B,GAAE,EAAE,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/schematics",
|
|
3
|
-
"version": "13.5.0-
|
|
3
|
+
"version": "13.5.0-rc.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,12 +29,11 @@
|
|
|
29
29
|
"@angular-devkit/core": "^20.0.0",
|
|
30
30
|
"@angular-devkit/schematics": "^20.0.0",
|
|
31
31
|
"@angular/cli": "^20.0.0",
|
|
32
|
-
"@o3r/core": "~13.5.0-
|
|
33
|
-
"@o3r/telemetry": "~13.5.0-
|
|
32
|
+
"@o3r/core": "~13.5.0-rc.1",
|
|
33
|
+
"@o3r/telemetry": "~13.5.0-rc.1",
|
|
34
34
|
"@schematics/angular": "^20.0.0",
|
|
35
35
|
"eslint": "^9.14.0",
|
|
36
36
|
"rxjs": "^7.8.1",
|
|
37
|
-
"ts-node": "~10.9.2",
|
|
38
37
|
"type-fest": "^4.30.1",
|
|
39
38
|
"typescript": "^5.9.0"
|
|
40
39
|
},
|
|
@@ -75,20 +74,20 @@
|
|
|
75
74
|
"tslib": "^2.6.2"
|
|
76
75
|
},
|
|
77
76
|
"generatorDependencies": {
|
|
78
|
-
"@schematics/angular": "~20.3.
|
|
77
|
+
"@schematics/angular": "~20.3.13"
|
|
79
78
|
},
|
|
80
79
|
"devDependencies": {
|
|
81
|
-
"@angular-devkit/build-angular": "~20.3.
|
|
82
|
-
"@angular-devkit/core": "~20.3.
|
|
83
|
-
"@angular-devkit/schematics": "~20.3.
|
|
84
|
-
"@angular/animations": "~20.3.
|
|
85
|
-
"@angular/cli": "~20.3.
|
|
86
|
-
"@angular/common": "~20.3.
|
|
87
|
-
"@angular/compiler": "~20.3.
|
|
88
|
-
"@angular/compiler-cli": "~20.3.
|
|
89
|
-
"@angular/core": "~20.3.
|
|
90
|
-
"@angular/platform-browser": "~20.3.
|
|
91
|
-
"@angular/platform-browser-dynamic": "~20.3.
|
|
80
|
+
"@angular-devkit/build-angular": "~20.3.13",
|
|
81
|
+
"@angular-devkit/core": "~20.3.13",
|
|
82
|
+
"@angular-devkit/schematics": "~20.3.13",
|
|
83
|
+
"@angular/animations": "~20.3.15",
|
|
84
|
+
"@angular/cli": "~20.3.13",
|
|
85
|
+
"@angular/common": "~20.3.15",
|
|
86
|
+
"@angular/compiler": "~20.3.15",
|
|
87
|
+
"@angular/compiler-cli": "~20.3.15",
|
|
88
|
+
"@angular/core": "~20.3.15",
|
|
89
|
+
"@angular/platform-browser": "~20.3.15",
|
|
90
|
+
"@angular/platform-browser-dynamic": "~20.3.15",
|
|
92
91
|
"@babel/core": "~7.28.0",
|
|
93
92
|
"@babel/preset-typescript": "~7.28.0",
|
|
94
93
|
"@compodoc/compodoc": "^1.1.32",
|
|
@@ -97,17 +96,17 @@
|
|
|
97
96
|
"@nx/eslint-plugin": "~21.6.0",
|
|
98
97
|
"@nx/jest": "~21.6.0",
|
|
99
98
|
"@nx/js": "~21.6.0",
|
|
100
|
-
"@o3r/build-helpers": "~13.5.0-
|
|
101
|
-
"@o3r/telemetry": "~13.5.0-
|
|
102
|
-
"@o3r/test-helpers": "~13.5.0-
|
|
103
|
-
"@schematics/angular": "~20.3.
|
|
99
|
+
"@o3r/build-helpers": "~13.5.0-rc.1",
|
|
100
|
+
"@o3r/telemetry": "~13.5.0-rc.1",
|
|
101
|
+
"@o3r/test-helpers": "~13.5.0-rc.1",
|
|
102
|
+
"@schematics/angular": "~20.3.13",
|
|
104
103
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
105
|
-
"@swc/helpers": "~0.5.
|
|
106
|
-
"@types/jest": "~
|
|
104
|
+
"@swc/helpers": "~0.5.17",
|
|
105
|
+
"@types/jest": "~30.0.0",
|
|
107
106
|
"@types/minimist": "^1.2.2",
|
|
108
|
-
"@types/node": "~
|
|
107
|
+
"@types/node": "~24.10.0",
|
|
109
108
|
"@types/semver": "^7.3.13",
|
|
110
|
-
"@typescript-eslint/parser": "~8.
|
|
109
|
+
"@typescript-eslint/parser": "~8.49.0",
|
|
111
110
|
"angular-eslint": "~20.6.0",
|
|
112
111
|
"cpy-cli": "^6.0.0",
|
|
113
112
|
"eslint": "~9.39.0",
|
|
@@ -115,24 +114,23 @@
|
|
|
115
114
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
116
115
|
"eslint-plugin-import": "~2.32.0",
|
|
117
116
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
118
|
-
"eslint-plugin-jest": "~29.
|
|
117
|
+
"eslint-plugin-jest": "~29.2.0",
|
|
119
118
|
"eslint-plugin-jsdoc": "~54.7.0",
|
|
120
119
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
121
120
|
"eslint-plugin-unicorn": "~60.0.0",
|
|
122
121
|
"eslint-plugin-unused-imports": "~4.3.0",
|
|
123
122
|
"globals": "^16.0.0",
|
|
124
|
-
"jest": "~
|
|
123
|
+
"jest": "~30.2.0",
|
|
125
124
|
"jest-junit": "~16.0.0",
|
|
126
|
-
"jest-util": "~
|
|
125
|
+
"jest-util": "~30.2.0",
|
|
127
126
|
"jsonc-eslint-parser": "~2.4.0",
|
|
128
127
|
"jsonschema": "~1.5.0",
|
|
129
128
|
"nx": "~21.6.0",
|
|
130
129
|
"rxjs": "^7.8.1",
|
|
131
130
|
"ts-jest": "~29.4.0",
|
|
132
|
-
"ts-node": "~10.9.2",
|
|
133
131
|
"type-fest": "^4.30.1",
|
|
134
132
|
"typescript": "~5.9.2",
|
|
135
|
-
"typescript-eslint": "~8.
|
|
133
|
+
"typescript-eslint": "~8.49.0",
|
|
136
134
|
"zone.js": "~0.15.0"
|
|
137
135
|
},
|
|
138
136
|
"engines": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;;AAAA,kCAAkC;AAIlC,qDAG8B;AAK9B;;GAEG;AACH,MAAM,qBAAqB,GAAa,EAAE,CAAC;AAE3C;;GAEG;AACH,MAAM,wBAAwB,GAAG;IAC/B,2BAA2B;IAC3B,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,QAAQ;IACR,MAAM;CACP,CAAC;AAEF;;;GAGG;AACH,SAAS,OAAO,CAAC,OAA8B;IAC7C,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;IAC5E,OAAO,IAAA,kCAAqB,EAAC;QAC3B,GAAG,OAAO;QACV,WAAW,EAAE,KAAK;KACnB,EAAE,eAAe,EAAE,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAC,CAAC;AAC3E,CAAC;AAED;;;GAGG;AACI,MAAM,KAAK,GAAG,CAAC,OAA8B,EAAE,EAAE,CAAC,IAAA,iCAAoB,EAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;AAAnF,QAAA,KAAK,SAA8E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}
|