@schematics/angular 14.0.0-next.4 → 14.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/class/schema.json
CHANGED
|
@@ -36,8 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"type": {
|
|
38
38
|
"type": "string",
|
|
39
|
-
"description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\"."
|
|
40
|
-
"default": ""
|
|
39
|
+
"description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\"."
|
|
41
40
|
}
|
|
42
41
|
},
|
|
43
42
|
"required": ["name"]
|
package/collection.json
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"hidden": true
|
|
14
14
|
},
|
|
15
15
|
"service-worker": {
|
|
16
|
-
"aliases": ["serviceWorker"],
|
|
17
16
|
"factory": "./service-worker",
|
|
18
17
|
"description": "Initializes a service worker setup.",
|
|
19
18
|
"schema": "./service-worker/schema.json"
|
|
@@ -102,7 +101,6 @@
|
|
|
102
101
|
"hidden": true
|
|
103
102
|
},
|
|
104
103
|
"app-shell": {
|
|
105
|
-
"aliases": ["appShell"],
|
|
106
104
|
"factory": "./app-shell",
|
|
107
105
|
"description": "Create an app shell.",
|
|
108
106
|
"schema": "./app-shell/schema.json"
|
|
@@ -114,7 +112,6 @@
|
|
|
114
112
|
"description": "Generate a library project for Angular."
|
|
115
113
|
},
|
|
116
114
|
"web-worker": {
|
|
117
|
-
"aliases": ["webWorker"],
|
|
118
115
|
"factory": "./web-worker",
|
|
119
116
|
"schema": "./web-worker/schema.json",
|
|
120
117
|
"description": "Create a Web Worker."
|
package/interface/schema.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematics/angular",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.5",
|
|
4
4
|
"description": "Schematics specific to Angular",
|
|
5
5
|
"homepage": "https://github.com/angular/angular-cli",
|
|
6
6
|
"keywords": [
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
],
|
|
16
16
|
"schematics": "./collection.json",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@angular-devkit/core": "14.0.0-next.
|
|
19
|
-
"@angular-devkit/schematics": "14.0.0-next.
|
|
18
|
+
"@angular-devkit/core": "14.0.0-next.5",
|
|
19
|
+
"@angular-devkit/schematics": "14.0.0-next.5",
|
|
20
20
|
"jsonc-parser": "3.0.0"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"url": "https://github.com/angular/angular-cli.git"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
27
|
-
"node": "^
|
|
27
|
+
"node": "^14.15.0 || >=16.10.0",
|
|
28
28
|
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
29
29
|
"yarn": ">= 1.13.0"
|
|
30
30
|
},
|