@ama-terasu/cli 11.6.0-prerelease.8 → 12.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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-terasu/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0-next.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"nx": "nx",
|
|
11
11
|
"ng": "yarn nx",
|
|
12
12
|
"build": "yarn nx build amaterasu-cli",
|
|
13
|
+
"build:source": "tsc -b tsconfig.build.json --pretty && yarn cpy ./package.json dist",
|
|
13
14
|
"postbuild": "patch-package-json-main",
|
|
14
15
|
"start": "tsc --declaration --declarationMap --watch --pretty",
|
|
15
16
|
"prepare:publish": "prepare-publish ./dist"
|
|
@@ -25,15 +26,15 @@
|
|
|
25
26
|
"@angular-devkit/core": "~18.2.0",
|
|
26
27
|
"@angular-devkit/schematics": "~18.2.0",
|
|
27
28
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
28
|
-
"@nx/eslint-plugin": "~19.
|
|
29
|
-
"@nx/jest": "~19.
|
|
30
|
-
"@o3r/amaterasu-api-spec": "^
|
|
31
|
-
"@o3r/amaterasu-dodo": "^
|
|
32
|
-
"@o3r/amaterasu-otter": "^
|
|
33
|
-
"@o3r/amaterasu-sdk": "^
|
|
34
|
-
"@o3r/build-helpers": "^
|
|
35
|
-
"@o3r/eslint-plugin": "^
|
|
36
|
-
"@o3r/telemetry": "^
|
|
29
|
+
"@nx/eslint-plugin": "~19.8.0",
|
|
30
|
+
"@nx/jest": "~19.8.0",
|
|
31
|
+
"@o3r/amaterasu-api-spec": "^12.0.0-next.0",
|
|
32
|
+
"@o3r/amaterasu-dodo": "^12.0.0-next.0",
|
|
33
|
+
"@o3r/amaterasu-otter": "^12.0.0-next.0",
|
|
34
|
+
"@o3r/amaterasu-sdk": "^12.0.0-next.0",
|
|
35
|
+
"@o3r/build-helpers": "^12.0.0-next.0",
|
|
36
|
+
"@o3r/eslint-plugin": "^12.0.0-next.0",
|
|
37
|
+
"@o3r/telemetry": "^12.0.0-next.0",
|
|
37
38
|
"@schematics/angular": "~18.2.0",
|
|
38
39
|
"@stylistic/eslint-plugin": "~2.7.0",
|
|
39
40
|
"@types/jest": "~29.5.2",
|
|
@@ -42,8 +43,9 @@
|
|
|
42
43
|
"@types/progress": "^2.0.5",
|
|
43
44
|
"@types/prompts": "^2.0.14",
|
|
44
45
|
"@types/yargs": "^17.0.20",
|
|
45
|
-
"@typescript-eslint/parser": "~8.
|
|
46
|
+
"@typescript-eslint/parser": "~8.17.0",
|
|
46
47
|
"angular-eslint": "~18.4.0",
|
|
48
|
+
"cpy-cli": "^5.0.0",
|
|
47
49
|
"eslint": "~9.14.0",
|
|
48
50
|
"eslint-import-resolver-node": "^0.3.9",
|
|
49
51
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
@@ -61,20 +63,20 @@
|
|
|
61
63
|
"jsonschema": "~1.4.1",
|
|
62
64
|
"loglevel": "^1.8.0",
|
|
63
65
|
"minimist": "^1.2.6",
|
|
64
|
-
"nx": "~19.
|
|
66
|
+
"nx": "~19.8.0",
|
|
65
67
|
"rxjs": "^7.8.1",
|
|
66
68
|
"ts-jest": "~29.2.0",
|
|
67
69
|
"ts-loader": "^9.2.6",
|
|
68
70
|
"tslib": "^2.6.2",
|
|
69
71
|
"type-fest": "^4.10.2",
|
|
70
72
|
"typescript": "~5.5.4",
|
|
71
|
-
"typescript-eslint": "~8.
|
|
73
|
+
"typescript-eslint": "~8.17.0",
|
|
72
74
|
"webpack": "~5.96.0",
|
|
73
75
|
"webpack-cli": "~5.1.0"
|
|
74
76
|
},
|
|
75
77
|
"dependencies": {
|
|
76
|
-
"@ama-terasu/core": "^
|
|
77
|
-
"@o3r/schematics": "^
|
|
78
|
+
"@ama-terasu/core": "^12.0.0-next.0",
|
|
79
|
+
"@o3r/schematics": "^12.0.0-next.0",
|
|
78
80
|
"chalk": "^4.1.2",
|
|
79
81
|
"loglevel": "^1.8.0",
|
|
80
82
|
"minimist": "^1.2.6",
|
|
@@ -86,11 +88,11 @@
|
|
|
86
88
|
"yargs": "^17.6.2"
|
|
87
89
|
},
|
|
88
90
|
"peerDependencies": {
|
|
89
|
-
"@o3r/amaterasu-api-spec": "^
|
|
90
|
-
"@o3r/amaterasu-dodo": "^
|
|
91
|
-
"@o3r/amaterasu-otter": "^
|
|
92
|
-
"@o3r/amaterasu-sdk": "^
|
|
93
|
-
"@o3r/telemetry": "^
|
|
91
|
+
"@o3r/amaterasu-api-spec": "^12.0.0-next.0",
|
|
92
|
+
"@o3r/amaterasu-dodo": "^12.0.0-next.0",
|
|
93
|
+
"@o3r/amaterasu-otter": "^12.0.0-next.0",
|
|
94
|
+
"@o3r/amaterasu-sdk": "^12.0.0-next.0",
|
|
95
|
+
"@o3r/telemetry": "^12.0.0-next.0"
|
|
94
96
|
},
|
|
95
97
|
"peerDependenciesMeta": {
|
|
96
98
|
"@o3r/amaterasu-api-spec": {
|
|
@@ -114,8 +116,6 @@
|
|
|
114
116
|
"vscode": "^1.67.0"
|
|
115
117
|
},
|
|
116
118
|
"preferUnplugged": true,
|
|
117
|
-
"type": "commonjs",
|
|
118
|
-
"types": "./src/public_api.d.ts",
|
|
119
119
|
"contributors": [
|
|
120
120
|
{
|
|
121
121
|
"name": "Yannick Adam",
|