@o3r/workspace 10.0.0-next.48 → 11.0.0-next.0
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": "
|
|
3
|
+
"version": "11.0.0-next.0",
|
|
4
4
|
"description": "Workspace tooling of the Otter Framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"workspace",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest",
|
|
17
17
|
"postbuild": "patch-package-json-main"
|
|
18
18
|
},
|
|
19
|
-
"
|
|
19
|
+
"main": "./src/public_api.js",
|
|
20
20
|
"types": "./src/public_api.d.ts",
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@angular-devkit/architect": "~0.1700.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@o3r/schematics": "^
|
|
38
|
+
"@o3r/schematics": "^11.0.0-next.0",
|
|
39
39
|
"commander": "^11.0.0",
|
|
40
40
|
"globby": "^11.1.0",
|
|
41
41
|
"semver": "^7.5.2",
|
|
@@ -65,27 +65,27 @@
|
|
|
65
65
|
"@nx/eslint-plugin": "~17.1.1",
|
|
66
66
|
"@nx/jest": "~17.1.1",
|
|
67
67
|
"@nx/js": "~17.1.1",
|
|
68
|
-
"@o3r/build-helpers": "^
|
|
69
|
-
"@o3r/core": "^
|
|
70
|
-
"@o3r/eslint-plugin": "^
|
|
71
|
-
"@o3r/schematics": "^
|
|
72
|
-
"@o3r/test-helpers": "^
|
|
68
|
+
"@o3r/build-helpers": "^11.0.0-next.0",
|
|
69
|
+
"@o3r/core": "^11.0.0-next.0",
|
|
70
|
+
"@o3r/eslint-plugin": "^11.0.0-next.0",
|
|
71
|
+
"@o3r/schematics": "^11.0.0-next.0",
|
|
72
|
+
"@o3r/test-helpers": "^11.0.0-next.0",
|
|
73
73
|
"@schematics/angular": "~17.0.3",
|
|
74
74
|
"@types/jest": "~29.5.2",
|
|
75
75
|
"@types/minimist": "^1.2.2",
|
|
76
|
-
"@types/node": "^
|
|
76
|
+
"@types/node": "^20.0.0",
|
|
77
77
|
"@types/pid-from-port": "^1.1.0",
|
|
78
78
|
"@types/semver": "^7.3.13",
|
|
79
79
|
"@types/uuid": "^9.0.0",
|
|
80
80
|
"@typescript-eslint/eslint-plugin": "6.11.0",
|
|
81
81
|
"@typescript-eslint/parser": "^6.11.0",
|
|
82
|
-
"cpy-cli": "^
|
|
82
|
+
"cpy-cli": "^5.0.0",
|
|
83
83
|
"eslint": "^8.42.0",
|
|
84
84
|
"eslint-import-resolver-node": "^0.3.4",
|
|
85
85
|
"eslint-plugin-jest": "~27.6.0",
|
|
86
|
-
"eslint-plugin-jsdoc": "~
|
|
86
|
+
"eslint-plugin-jsdoc": "~48.0.0",
|
|
87
87
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
88
|
-
"eslint-plugin-unicorn": "^
|
|
88
|
+
"eslint-plugin-unicorn": "^50.0.0",
|
|
89
89
|
"jest": "~29.7.0",
|
|
90
90
|
"jest-environment-jsdom": "~29.7.0",
|
|
91
91
|
"jest-junit": "~16.0.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"pid-from-port": "^1.1.3",
|
|
96
96
|
"rxjs": "^7.8.1",
|
|
97
97
|
"ts-jest": "~29.1.1",
|
|
98
|
-
"type-fest": "^3.
|
|
98
|
+
"type-fest": "^4.3.1",
|
|
99
99
|
"typescript": "~5.2.2",
|
|
100
100
|
"zone.js": "~0.14.2"
|
|
101
101
|
},
|
|
@@ -116,7 +116,6 @@
|
|
|
116
116
|
"bin": {
|
|
117
117
|
"o3r-set-version": "src/cli/set-version.cjs"
|
|
118
118
|
},
|
|
119
|
-
"main": "./src/public_api.js",
|
|
120
119
|
"type": "commonjs",
|
|
121
120
|
"contributors": [
|
|
122
121
|
{
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"standalone": {
|
|
41
41
|
"description": "Creates an application based upon the standalone API, without NgModules.",
|
|
42
42
|
"type": "boolean",
|
|
43
|
-
"default":
|
|
43
|
+
"default": true
|
|
44
44
|
},
|
|
45
45
|
"ssr": {
|
|
46
46
|
"description": "Creates an application with Server-Side Rendering (SSR) and Static Site Generation (SSG/Prerendering) enabled.",
|