@ama-sdk/create 14.0.0-next.2 → 14.0.0-next.3
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 +32 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/create",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"postbuild": "cpy package.json dist/"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@o3r/telemetry": "
|
|
19
|
+
"@o3r/telemetry": "~14.0.0-next.3"
|
|
20
20
|
},
|
|
21
21
|
"peerDependenciesMeta": {
|
|
22
22
|
"@o3r/telemetry": {
|
|
@@ -24,63 +24,61 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@ama-sdk/core": "
|
|
28
|
-
"@ama-sdk/schematics": "
|
|
29
|
-
"@angular-devkit/core": "~20.
|
|
30
|
-
"@angular-devkit/schematics": "~20.
|
|
31
|
-
"@angular-devkit/schematics-cli": "~20.
|
|
32
|
-
"@angular/cli": "~20.
|
|
33
|
-
"@o3r/schematics": "
|
|
34
|
-
"@openapitools/openapi-generator-cli": "~2.
|
|
35
|
-
"@schematics/angular": "~20.
|
|
27
|
+
"@ama-sdk/core": "=14.0.0-next.3",
|
|
28
|
+
"@ama-sdk/schematics": "=14.0.0-next.3",
|
|
29
|
+
"@angular-devkit/core": "~20.3.11",
|
|
30
|
+
"@angular-devkit/schematics": "~20.3.11",
|
|
31
|
+
"@angular-devkit/schematics-cli": "~20.3.11",
|
|
32
|
+
"@angular/cli": "~20.3.11",
|
|
33
|
+
"@o3r/schematics": "=14.0.0-next.3",
|
|
34
|
+
"@openapitools/openapi-generator-cli": "~2.25.0",
|
|
35
|
+
"@schematics/angular": "~20.3.11",
|
|
36
36
|
"minimist": "^1.2.6",
|
|
37
37
|
"rxjs": "^7.8.1",
|
|
38
38
|
"typescript": "~5.9.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
42
|
-
"@nx/eslint": "~21.
|
|
43
|
-
"@nx/eslint-plugin": "~21.
|
|
44
|
-
"@nx/jest": "~21.
|
|
45
|
-
"@nx/js": "~21.
|
|
46
|
-
"@o3r/build-helpers": "
|
|
47
|
-
"@o3r/eslint-config": "
|
|
48
|
-
"@o3r/eslint-plugin": "
|
|
49
|
-
"@o3r/telemetry": "
|
|
50
|
-
"@o3r/test-helpers": "
|
|
51
|
-
"@stylistic/eslint-plugin": "~5.
|
|
52
|
-
"@types/jest": "~
|
|
42
|
+
"@nx/eslint": "~21.6.0",
|
|
43
|
+
"@nx/eslint-plugin": "~21.6.0",
|
|
44
|
+
"@nx/jest": "~21.6.0",
|
|
45
|
+
"@nx/js": "~21.6.0",
|
|
46
|
+
"@o3r/build-helpers": "~14.0.0-next.3",
|
|
47
|
+
"@o3r/eslint-config": "~14.0.0-next.3",
|
|
48
|
+
"@o3r/eslint-plugin": "~14.0.0-next.3",
|
|
49
|
+
"@o3r/telemetry": "~14.0.0-next.3",
|
|
50
|
+
"@o3r/test-helpers": "~14.0.0-next.3",
|
|
51
|
+
"@stylistic/eslint-plugin": "~5.6.0",
|
|
52
|
+
"@types/jest": "~30.0.0",
|
|
53
53
|
"@types/minimist": "^1.2.2",
|
|
54
|
-
"@types/node": "~22.
|
|
55
|
-
"@types/pid-from-port": "^1.1.0",
|
|
54
|
+
"@types/node": "~22.18.0",
|
|
56
55
|
"@types/semver": "^7.3.13",
|
|
57
|
-
"@typescript-eslint/parser": "~8.
|
|
58
|
-
"angular-eslint": "~20.
|
|
56
|
+
"@typescript-eslint/parser": "~8.47.0",
|
|
57
|
+
"angular-eslint": "~20.6.0",
|
|
59
58
|
"cpy-cli": "^6.0.0",
|
|
60
|
-
"eslint": "~9.
|
|
59
|
+
"eslint": "~9.39.0",
|
|
61
60
|
"eslint-import-resolver-node": "~0.3.9",
|
|
62
61
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
63
62
|
"eslint-plugin-import": "~2.32.0",
|
|
64
63
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
65
|
-
"eslint-plugin-jest": "~29.
|
|
64
|
+
"eslint-plugin-jest": "~29.1.0",
|
|
66
65
|
"eslint-plugin-jsdoc": "~54.7.0",
|
|
67
66
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
68
67
|
"eslint-plugin-unicorn": "~60.0.0",
|
|
69
|
-
"eslint-plugin-unused-imports": "~4.
|
|
68
|
+
"eslint-plugin-unused-imports": "~4.3.0",
|
|
70
69
|
"globals": "^16.0.0",
|
|
71
|
-
"jest": "~
|
|
70
|
+
"jest": "~30.2.0",
|
|
72
71
|
"jest-junit": "~16.0.0",
|
|
73
|
-
"jest-util": "~
|
|
72
|
+
"jest-util": "~30.2.0",
|
|
74
73
|
"jsonc-eslint-parser": "~2.4.0",
|
|
75
|
-
"nx": "~21.
|
|
76
|
-
"pid-from-port": "^1.1.3",
|
|
74
|
+
"nx": "~21.6.0",
|
|
77
75
|
"rimraf": "^6.0.1",
|
|
78
76
|
"rxjs": "^7.8.1",
|
|
79
77
|
"semver": "^7.5.2",
|
|
80
78
|
"ts-jest": "~29.4.0",
|
|
81
79
|
"tslib": "^2.6.2",
|
|
82
80
|
"type-fest": "^4.30.1",
|
|
83
|
-
"typescript-eslint": "~8.
|
|
81
|
+
"typescript-eslint": "~8.47.0"
|
|
84
82
|
},
|
|
85
83
|
"engines": {
|
|
86
84
|
"node": "^20.19.0 || ^22.17.0 || ^24.0.0",
|