@o3r/workspace 12.4.0-prerelease.3 → 12.4.0-prerelease.30
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/collection.json +9 -4
- package/package.json +13 -13
package/collection.json
CHANGED
|
@@ -8,28 +8,33 @@
|
|
|
8
8
|
"aliases": ["install", "i"]
|
|
9
9
|
},
|
|
10
10
|
"application": {
|
|
11
|
-
"description": "Generate a new Otter Application",
|
|
11
|
+
"description": "[o3r] Generate a new Otter Application",
|
|
12
12
|
"factory": "./schematics/application/index#generateApplication",
|
|
13
13
|
"schema": "./schematics/application/schema.json",
|
|
14
14
|
"aliases": [
|
|
15
|
+
"o3r-application",
|
|
15
16
|
"new-application",
|
|
16
17
|
"app"
|
|
17
18
|
]
|
|
18
19
|
},
|
|
19
20
|
"library": {
|
|
20
|
-
"description": "Generate a new Otter compatible module",
|
|
21
|
+
"description": "[o3r] Generate a new Otter compatible module",
|
|
21
22
|
"factory": "./schematics/library/index#generateModule",
|
|
22
23
|
"schema": "./schematics/library/schema.json",
|
|
23
24
|
"aliases": [
|
|
25
|
+
"o3r-library",
|
|
24
26
|
"new-module",
|
|
25
27
|
"module",
|
|
26
28
|
"libs"
|
|
27
29
|
]
|
|
28
30
|
},
|
|
29
31
|
"sdk": {
|
|
30
|
-
"description": "Generate a new SDK package in an Otter project",
|
|
32
|
+
"description": "[o3r] Generate a new SDK package in an Otter project",
|
|
31
33
|
"factory": "./schematics/sdk/index#generateSdk",
|
|
32
|
-
"schema": "./schematics/sdk/schema.json"
|
|
34
|
+
"schema": "./schematics/sdk/schema.json",
|
|
35
|
+
"aliases": [
|
|
36
|
+
"o3r-sdk"
|
|
37
|
+
]
|
|
33
38
|
}
|
|
34
39
|
}
|
|
35
40
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/workspace",
|
|
3
|
-
"version": "12.4.0-prerelease.
|
|
3
|
+
"version": "12.4.0-prerelease.30",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@angular/common": "^19.0.0",
|
|
42
42
|
"@angular/compiler-cli": "^19.0.0",
|
|
43
43
|
"@angular/core": "^19.0.0",
|
|
44
|
-
"@o3r/schematics": "^12.4.0-prerelease.
|
|
45
|
-
"@o3r/telemetry": "^12.4.0-prerelease.
|
|
44
|
+
"@o3r/schematics": "^12.4.0-prerelease.30",
|
|
45
|
+
"@o3r/telemetry": "^12.4.0-prerelease.30",
|
|
46
46
|
"@schematics/angular": "^19.0.0",
|
|
47
47
|
"ts-node": "~10.9.2",
|
|
48
48
|
"type-fest": "^4.10.2",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@o3r/schematics": "^12.4.0-prerelease.
|
|
66
|
+
"@o3r/schematics": "^12.4.0-prerelease.30",
|
|
67
67
|
"commander": "^13.0.0",
|
|
68
68
|
"globby": "^11.1.0",
|
|
69
69
|
"semver": "^7.5.2",
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
"@nx/jest": "~20.8.0",
|
|
97
97
|
"@nx/js": "~20.8.0",
|
|
98
98
|
"@nx/workspace": "~20.8.0",
|
|
99
|
-
"@o3r/build-helpers": "^12.4.0-prerelease.
|
|
100
|
-
"@o3r/core": "^12.4.0-prerelease.
|
|
101
|
-
"@o3r/eslint-plugin": "^12.4.0-prerelease.
|
|
102
|
-
"@o3r/telemetry": "^12.4.0-prerelease.
|
|
103
|
-
"@o3r/test-helpers": "^12.4.0-prerelease.
|
|
99
|
+
"@o3r/build-helpers": "^12.4.0-prerelease.30",
|
|
100
|
+
"@o3r/core": "^12.4.0-prerelease.30",
|
|
101
|
+
"@o3r/eslint-plugin": "^12.4.0-prerelease.30",
|
|
102
|
+
"@o3r/telemetry": "^12.4.0-prerelease.30",
|
|
103
|
+
"@o3r/test-helpers": "^12.4.0-prerelease.30",
|
|
104
104
|
"@schematics/angular": "~19.2.0",
|
|
105
105
|
"@stylistic/eslint-plugin": "~3.1.0",
|
|
106
106
|
"@types/jest": "~29.5.2",
|
|
@@ -109,15 +109,15 @@
|
|
|
109
109
|
"@types/pid-from-port": "^1.1.0",
|
|
110
110
|
"@types/semver": "^7.3.13",
|
|
111
111
|
"@types/uuid": "^10.0.0",
|
|
112
|
-
"@typescript-eslint/parser": "~8.
|
|
112
|
+
"@typescript-eslint/parser": "~8.33.0",
|
|
113
113
|
"angular-eslint": "~19.4.0",
|
|
114
114
|
"cpy-cli": "^5.0.0",
|
|
115
|
-
"eslint": "~9.
|
|
115
|
+
"eslint": "~9.28.0",
|
|
116
116
|
"eslint-import-resolver-node": "~0.3.9",
|
|
117
117
|
"eslint-import-resolver-typescript": "~3.10.0",
|
|
118
118
|
"eslint-plugin-import": "~2.31.0",
|
|
119
119
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
120
|
-
"eslint-plugin-jest": "~28.
|
|
120
|
+
"eslint-plugin-jest": "~28.12.0",
|
|
121
121
|
"eslint-plugin-jsdoc": "~50.6.0",
|
|
122
122
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
123
123
|
"eslint-plugin-unicorn": "~56.0.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"ts-node": "~10.9.2",
|
|
137
137
|
"type-fest": "^4.30.1",
|
|
138
138
|
"typescript": "~5.8.2",
|
|
139
|
-
"typescript-eslint": "~8.
|
|
139
|
+
"typescript-eslint": "~8.33.0",
|
|
140
140
|
"zone.js": "~0.15.0"
|
|
141
141
|
},
|
|
142
142
|
"generatorDependencies": {
|