@ama-sdk/create 12.0.0-next.0 → 12.0.0-next.11
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/index.js +4 -3
- package/package.json +23 -23
package/index.js
CHANGED
|
@@ -54,7 +54,7 @@ if (argv['spec-path'] && argv['spec-package-name']) {
|
|
|
54
54
|
console.error('--spec-path cannot be set with --spec-package-name');
|
|
55
55
|
process.exit(-4);
|
|
56
56
|
}
|
|
57
|
-
|
|
57
|
+
/** local file (path) which will be created in case of generation using specs from an npm module */
|
|
58
58
|
let localFilePathToBeCreated;
|
|
59
59
|
if (argv['spec-package-name']) {
|
|
60
60
|
const localSpecFileComputedExtension = argv['spec-package-path'] && (0, node_path_1.extname)(argv['spec-package-path']) === '.json' ? `.${schematics_1.SPEC_JSON_EXTENSION}` : `.${schematics_1.SPEC_YAML_EXTENSION}`;
|
|
@@ -126,7 +126,6 @@ const run = () => {
|
|
|
126
126
|
process.exit(1);
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
-
run();
|
|
130
129
|
void (async () => {
|
|
131
130
|
let wrapper = (fn) => fn;
|
|
132
131
|
try {
|
|
@@ -136,5 +135,7 @@ void (async () => {
|
|
|
136
135
|
catch {
|
|
137
136
|
// Do not throw if `@o3r/telemetry` is not installed
|
|
138
137
|
}
|
|
139
|
-
|
|
138
|
+
await wrapper(run, '@o3r/create:create')();
|
|
139
|
+
console.info('SDK Initialization completed');
|
|
140
|
+
process.exit(0);
|
|
140
141
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/create",
|
|
3
|
-
"version": "12.0.0-next.
|
|
3
|
+
"version": "12.0.0-next.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"prepare:publish": "prepare-publish ./dist"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@o3r/telemetry": "^12.0.0-next.
|
|
20
|
+
"@o3r/telemetry": "^12.0.0-next.11"
|
|
21
21
|
},
|
|
22
22
|
"peerDependenciesMeta": {
|
|
23
23
|
"@o3r/telemetry": {
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ama-sdk/core": "*12.0.0-next.
|
|
29
|
-
"@ama-sdk/schematics": "*12.0.0-next.
|
|
30
|
-
"@angular-devkit/core": "~
|
|
31
|
-
"@angular-devkit/schematics": "~
|
|
32
|
-
"@angular-devkit/schematics-cli": "
|
|
33
|
-
"@angular/cli": "~
|
|
34
|
-
"@o3r/schematics": "*12.0.0-next.
|
|
28
|
+
"@ama-sdk/core": "*12.0.0-next.11",
|
|
29
|
+
"@ama-sdk/schematics": "*12.0.0-next.11",
|
|
30
|
+
"@angular-devkit/core": "~19.0.0",
|
|
31
|
+
"@angular-devkit/schematics": "~19.0.0",
|
|
32
|
+
"@angular-devkit/schematics-cli": "~19.0.0",
|
|
33
|
+
"@angular/cli": "~19.0.0",
|
|
34
|
+
"@o3r/schematics": "*12.0.0-next.11",
|
|
35
35
|
"@openapitools/openapi-generator-cli": "~2.15.0",
|
|
36
|
-
"@schematics/angular": "~
|
|
36
|
+
"@schematics/angular": "~19.0.0",
|
|
37
37
|
"minimist": "^1.2.6",
|
|
38
38
|
"rxjs": "^7.8.1",
|
|
39
|
-
"typescript": "~5.
|
|
39
|
+
"typescript": "~5.6.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
@@ -44,21 +44,21 @@
|
|
|
44
44
|
"@nx/eslint-plugin": "~19.8.0",
|
|
45
45
|
"@nx/jest": "~19.8.0",
|
|
46
46
|
"@nx/js": "~19.8.0",
|
|
47
|
-
"@o3r/build-helpers": "^12.0.0-next.
|
|
48
|
-
"@o3r/eslint-config": "^12.0.0-next.
|
|
49
|
-
"@o3r/eslint-plugin": "^12.0.0-next.
|
|
50
|
-
"@o3r/telemetry": "^12.0.0-next.
|
|
51
|
-
"@o3r/test-helpers": "^12.0.0-next.
|
|
47
|
+
"@o3r/build-helpers": "^12.0.0-next.11",
|
|
48
|
+
"@o3r/eslint-config": "^12.0.0-next.11",
|
|
49
|
+
"@o3r/eslint-plugin": "^12.0.0-next.11",
|
|
50
|
+
"@o3r/telemetry": "^12.0.0-next.11",
|
|
51
|
+
"@o3r/test-helpers": "^12.0.0-next.11",
|
|
52
52
|
"@stylistic/eslint-plugin": "~2.7.0",
|
|
53
53
|
"@types/jest": "~29.5.2",
|
|
54
54
|
"@types/minimist": "^1.2.2",
|
|
55
55
|
"@types/node": "^20.0.0",
|
|
56
56
|
"@types/pid-from-port": "^1.1.0",
|
|
57
57
|
"@types/semver": "^7.3.13",
|
|
58
|
-
"@typescript-eslint/parser": "~8.
|
|
59
|
-
"angular-eslint": "~
|
|
58
|
+
"@typescript-eslint/parser": "~8.21.0",
|
|
59
|
+
"angular-eslint": "~19.0.0",
|
|
60
60
|
"cpy-cli": "^5.0.0",
|
|
61
|
-
"eslint": "~9.
|
|
61
|
+
"eslint": "~9.17.0",
|
|
62
62
|
"eslint-import-resolver-node": "^0.3.9",
|
|
63
63
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
64
64
|
"eslint-plugin-import": "^2.31.0",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"jsonc-eslint-parser": "~2.4.0",
|
|
75
75
|
"nx": "~19.8.0",
|
|
76
76
|
"pid-from-port": "^1.1.3",
|
|
77
|
-
"rimraf": "^
|
|
77
|
+
"rimraf": "^6.0.1",
|
|
78
78
|
"rxjs": "^7.8.1",
|
|
79
79
|
"semver": "^7.5.2",
|
|
80
|
-
"ts-jest": "~29.2.
|
|
80
|
+
"ts-jest": "~29.2.5",
|
|
81
81
|
"tslib": "^2.6.2",
|
|
82
|
-
"type-fest": "^4.
|
|
83
|
-
"typescript-eslint": "~8.
|
|
82
|
+
"type-fest": "^4.30.1",
|
|
83
|
+
"typescript-eslint": "~8.21.0"
|
|
84
84
|
},
|
|
85
85
|
"engines": {
|
|
86
86
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|