@o3r/workspace 9.6.0-alpha.3 → 9.6.0-alpha.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/workspace",
|
|
3
|
-
"version": "9.6.0-alpha.
|
|
3
|
+
"version": "9.6.0-alpha.5",
|
|
4
4
|
"description": "Workspace tooling of the Otter Framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"workspace",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@o3r/schematics": "^9.6.0-alpha.
|
|
38
|
+
"@o3r/schematics": "^9.6.0-alpha.5",
|
|
39
39
|
"commander": "^11.0.0",
|
|
40
40
|
"globby": "^11.1.0",
|
|
41
41
|
"semver": "^7.5.2",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"winston": "^3.8.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@ama-sdk/schematics": "^9.6.0-alpha.
|
|
47
|
+
"@ama-sdk/schematics": "^9.6.0-alpha.5",
|
|
48
48
|
"@angular-devkit/architect": "~0.1602.0",
|
|
49
49
|
"@angular-devkit/build-angular": "~16.2.0",
|
|
50
50
|
"@angular-devkit/core": "~16.2.0",
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
"@nx/jest": "~16.10.0",
|
|
67
67
|
"@nx/js": "~16.10.0",
|
|
68
68
|
"@nx/linter": "~16.10.0",
|
|
69
|
-
"@o3r/build-helpers": "^9.6.0-alpha.
|
|
70
|
-
"@o3r/core": "^9.6.0-alpha.
|
|
71
|
-
"@o3r/dev-tools": "^9.6.0-alpha.
|
|
72
|
-
"@o3r/eslint-plugin": "^9.6.0-alpha.
|
|
73
|
-
"@o3r/schematics": "^9.6.0-alpha.
|
|
74
|
-
"@o3r/test-helpers": "^9.6.0-alpha.
|
|
69
|
+
"@o3r/build-helpers": "^9.6.0-alpha.5",
|
|
70
|
+
"@o3r/core": "^9.6.0-alpha.5",
|
|
71
|
+
"@o3r/dev-tools": "^9.6.0-alpha.5",
|
|
72
|
+
"@o3r/eslint-plugin": "^9.6.0-alpha.5",
|
|
73
|
+
"@o3r/schematics": "^9.6.0-alpha.5",
|
|
74
|
+
"@o3r/test-helpers": "^9.6.0-alpha.5",
|
|
75
75
|
"@schematics/angular": "~16.2.0",
|
|
76
76
|
"@types/jest": "~29.5.2",
|
|
77
77
|
"@types/minimist": "^1.2.2",
|
|
@@ -31,6 +31,16 @@
|
|
|
31
31
|
"description": "Do not install dependency packages.",
|
|
32
32
|
"type": "boolean",
|
|
33
33
|
"default": false
|
|
34
|
+
},
|
|
35
|
+
"strict": {
|
|
36
|
+
"description": "Creates an application with stricter bundle budgets settings.",
|
|
37
|
+
"type": "boolean",
|
|
38
|
+
"default": true
|
|
39
|
+
},
|
|
40
|
+
"standalone": {
|
|
41
|
+
"description": "Creates an application based upon the standalone API, without NgModules.",
|
|
42
|
+
"type": "boolean",
|
|
43
|
+
"default": false
|
|
34
44
|
}
|
|
35
45
|
},
|
|
36
46
|
"required": ["name"],
|