@ama-terasu/cli 13.0.0-next.27 → 13.0.0-next.28
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 +22 -21
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ama-terasu/cli",
|
3
|
-
"version": "13.0.0-next.
|
3
|
+
"version": "13.0.0-next.28",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -27,14 +27,14 @@
|
|
27
27
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
28
28
|
"@nx/eslint-plugin": "~21.3.11",
|
29
29
|
"@nx/jest": "~21.3.11",
|
30
|
-
"@o3r/amaterasu-api-spec": "^13.0.0-next.
|
31
|
-
"@o3r/amaterasu-dodo": "^13.0.0-next.
|
32
|
-
"@o3r/amaterasu-otter": "^13.0.0-next.
|
33
|
-
"@o3r/amaterasu-sdk": "^13.0.0-next.
|
34
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
35
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
36
|
-
"@o3r/telemetry": "^13.0.0-next.
|
37
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
30
|
+
"@o3r/amaterasu-api-spec": "^13.0.0-next.28",
|
31
|
+
"@o3r/amaterasu-dodo": "^13.0.0-next.28",
|
32
|
+
"@o3r/amaterasu-otter": "^13.0.0-next.28",
|
33
|
+
"@o3r/amaterasu-sdk": "^13.0.0-next.28",
|
34
|
+
"@o3r/build-helpers": "^13.0.0-next.28",
|
35
|
+
"@o3r/eslint-plugin": "^13.0.0-next.28",
|
36
|
+
"@o3r/telemetry": "^13.0.0-next.28",
|
37
|
+
"@o3r/test-helpers": "^13.0.0-next.28",
|
38
38
|
"@schematics/angular": "~20.0.0",
|
39
39
|
"@stylistic/eslint-plugin": "~5.2.0",
|
40
40
|
"@types/jest": "~29.5.2",
|
@@ -42,11 +42,11 @@
|
|
42
42
|
"@types/node": "^22.0.0",
|
43
43
|
"@types/progress": "^2.0.5",
|
44
44
|
"@types/prompts": "^2.0.14",
|
45
|
-
"@types/yargs": "
|
46
|
-
"@typescript-eslint/parser": "~8.
|
45
|
+
"@types/yargs": "~17.0.33",
|
46
|
+
"@typescript-eslint/parser": "~8.39.0",
|
47
47
|
"angular-eslint": "~20.1.0",
|
48
48
|
"cpy-cli": "^5.0.0",
|
49
|
-
"eslint": "~9.
|
49
|
+
"eslint": "~9.33.0",
|
50
50
|
"eslint-import-resolver-node": "~0.3.9",
|
51
51
|
"eslint-import-resolver-typescript": "~4.4.0",
|
52
52
|
"eslint-plugin-import": "~2.32.0",
|
@@ -59,24 +59,25 @@
|
|
59
59
|
"globals": "^16.0.0",
|
60
60
|
"jest": "~29.7.0",
|
61
61
|
"jest-junit": "~16.0.0",
|
62
|
+
"jest-util": "~29.7.0",
|
62
63
|
"jsonc-eslint-parser": "~2.4.0",
|
63
64
|
"jsonschema": "~1.5.0",
|
64
65
|
"loglevel": "^1.8.0",
|
65
66
|
"minimist": "^1.2.6",
|
66
67
|
"nx": "~21.3.11",
|
67
68
|
"rxjs": "^7.8.1",
|
68
|
-
"ts-jest": "~29.
|
69
|
+
"ts-jest": "~29.4.0",
|
69
70
|
"ts-loader": "^9.5.2",
|
70
71
|
"tslib": "^2.6.2",
|
71
72
|
"type-fest": "^4.30.1",
|
72
73
|
"typescript": "~5.8.2",
|
73
|
-
"typescript-eslint": "~8.
|
74
|
+
"typescript-eslint": "~8.39.0",
|
74
75
|
"webpack": "~5.99.0",
|
75
76
|
"webpack-cli": "~6.0.0"
|
76
77
|
},
|
77
78
|
"dependencies": {
|
78
|
-
"@ama-terasu/core": "^13.0.0-next.
|
79
|
-
"@o3r/schematics": "^13.0.0-next.
|
79
|
+
"@ama-terasu/core": "^13.0.0-next.28",
|
80
|
+
"@o3r/schematics": "^13.0.0-next.28",
|
80
81
|
"chalk": "^4.1.2",
|
81
82
|
"loglevel": "^1.8.0",
|
82
83
|
"minimist": "^1.2.6",
|
@@ -88,11 +89,11 @@
|
|
88
89
|
"yargs": "^18.0.0"
|
89
90
|
},
|
90
91
|
"peerDependencies": {
|
91
|
-
"@o3r/amaterasu-api-spec": "^13.0.0-next.
|
92
|
-
"@o3r/amaterasu-dodo": "^13.0.0-next.
|
93
|
-
"@o3r/amaterasu-otter": "^13.0.0-next.
|
94
|
-
"@o3r/amaterasu-sdk": "^13.0.0-next.
|
95
|
-
"@o3r/telemetry": "^13.0.0-next.
|
92
|
+
"@o3r/amaterasu-api-spec": "^13.0.0-next.28",
|
93
|
+
"@o3r/amaterasu-dodo": "^13.0.0-next.28",
|
94
|
+
"@o3r/amaterasu-otter": "^13.0.0-next.28",
|
95
|
+
"@o3r/amaterasu-sdk": "^13.0.0-next.28",
|
96
|
+
"@o3r/telemetry": "^13.0.0-next.28"
|
96
97
|
},
|
97
98
|
"peerDependenciesMeta": {
|
98
99
|
"@o3r/amaterasu-api-spec": {
|