@ama-sdk/schematics 12.4.0-prerelease.2 → 12.4.0-prerelease.20
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
CHANGED
|
@@ -8,29 +8,44 @@
|
|
|
8
8
|
"aliases": ["install", "i"]
|
|
9
9
|
},
|
|
10
10
|
"migrate": {
|
|
11
|
-
"description": "Execute migration scripts between 2 versions.",
|
|
11
|
+
"description": "[ama-sdk] Execute migration scripts between 2 versions.",
|
|
12
12
|
"factory": "./schematics/migrate/index#migrate",
|
|
13
|
-
"schema": "./schematics/migrate/schema.json"
|
|
13
|
+
"schema": "./schematics/migrate/schema.json",
|
|
14
|
+
"aliases": [
|
|
15
|
+
"ama-migrate"
|
|
16
|
+
]
|
|
14
17
|
},
|
|
15
18
|
"typescript-mock": {
|
|
16
|
-
"description": "Generate an api mock into the project.",
|
|
19
|
+
"description": "[ama-sdk] Generate an api mock into the project.",
|
|
17
20
|
"factory": "./schematics/typescript/mock/index#ngGenerateMock",
|
|
18
|
-
"schema": "./schematics/typescript/mock/schema.json"
|
|
21
|
+
"schema": "./schematics/typescript/mock/schema.json",
|
|
22
|
+
"aliases": [
|
|
23
|
+
"ama-typescript-mock"
|
|
24
|
+
]
|
|
19
25
|
},
|
|
20
26
|
"api-extension": {
|
|
21
|
-
"description": "Generate a api specification extension.",
|
|
27
|
+
"description": "[ama-sdk] Generate a api specification extension.",
|
|
22
28
|
"factory": "./schematics/api-extension/index#ngGenerateApiExtension",
|
|
23
|
-
"schema": "./schematics/api-extension/schema.json"
|
|
29
|
+
"schema": "./schematics/api-extension/schema.json",
|
|
30
|
+
"aliases": [
|
|
31
|
+
"ama-api-extension"
|
|
32
|
+
]
|
|
24
33
|
},
|
|
25
34
|
"typescript-core": {
|
|
26
|
-
"description": "Generate a typescript SDK source code based on swagger specification",
|
|
35
|
+
"description": "[ama-sdk] Generate a typescript SDK source code based on swagger specification",
|
|
27
36
|
"factory": "./schematics/typescript/core/index#ngGenerateTypescriptSDK",
|
|
28
|
-
"schema": "./schematics/typescript/core/schema.json"
|
|
37
|
+
"schema": "./schematics/typescript/core/schema.json",
|
|
38
|
+
"aliases": [
|
|
39
|
+
"ama-typescript-core"
|
|
40
|
+
]
|
|
29
41
|
},
|
|
30
42
|
"typescript-shell": {
|
|
31
|
-
"description": "Generate a typescript SDK repository shell",
|
|
43
|
+
"description": "[ama-sdk] Generate a typescript SDK repository shell",
|
|
32
44
|
"factory": "./schematics/typescript/shell/index#ngGenerateTypescriptSDK",
|
|
33
|
-
"schema": "./schematics/typescript/shell/schema.json"
|
|
45
|
+
"schema": "./schematics/typescript/shell/schema.json",
|
|
46
|
+
"aliases": [
|
|
47
|
+
"ama-typescript-shell"
|
|
48
|
+
]
|
|
34
49
|
}
|
|
35
50
|
}
|
|
36
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "12.4.0-prerelease.
|
|
3
|
+
"version": "12.4.0-prerelease.20",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@ama-sdk/core": "^12.4.0-prerelease.
|
|
65
|
+
"@ama-sdk/core": "^12.4.0-prerelease.20",
|
|
66
66
|
"@angular-devkit/core": "^19.0.0",
|
|
67
67
|
"@angular-devkit/schematics-cli": "^19.0.0",
|
|
68
68
|
"@angular/cli": "^19.0.0",
|
|
69
|
-
"@o3r/schematics": "^12.4.0-prerelease.
|
|
70
|
-
"@o3r/telemetry": "^12.4.0-prerelease.
|
|
69
|
+
"@o3r/schematics": "^12.4.0-prerelease.20",
|
|
70
|
+
"@o3r/telemetry": "^12.4.0-prerelease.20",
|
|
71
71
|
"@openapitools/openapi-generator-cli": "^2.15.0",
|
|
72
72
|
"openapi-types": "^12.0.0",
|
|
73
73
|
"ts-node": "~10.9.2",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@angular-devkit/core": "~19.2.0",
|
|
78
78
|
"@angular-devkit/schematics": "~19.2.0",
|
|
79
|
-
"@o3r/schematics": "^12.4.0-prerelease.
|
|
79
|
+
"@o3r/schematics": "^12.4.0-prerelease.20",
|
|
80
80
|
"chokidar": "^4.0.3",
|
|
81
81
|
"globby": "^11.1.0",
|
|
82
82
|
"js-yaml": "^4.1.0",
|
|
@@ -87,16 +87,16 @@
|
|
|
87
87
|
"tslib": "^2.6.2"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@ama-sdk/core": "^12.4.0-prerelease.
|
|
90
|
+
"@ama-sdk/core": "^12.4.0-prerelease.20",
|
|
91
91
|
"@angular-devkit/schematics-cli": "~19.2.0",
|
|
92
92
|
"@angular/cli": "~19.2.0",
|
|
93
93
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
94
94
|
"@nx/eslint-plugin": "~20.8.0",
|
|
95
95
|
"@nx/jest": "~20.8.0",
|
|
96
|
-
"@o3r/build-helpers": "^12.4.0-prerelease.
|
|
97
|
-
"@o3r/eslint-plugin": "^12.4.0-prerelease.
|
|
98
|
-
"@o3r/telemetry": "^12.4.0-prerelease.
|
|
99
|
-
"@o3r/test-helpers": "^12.4.0-prerelease.
|
|
96
|
+
"@o3r/build-helpers": "^12.4.0-prerelease.20",
|
|
97
|
+
"@o3r/eslint-plugin": "^12.4.0-prerelease.20",
|
|
98
|
+
"@o3r/telemetry": "^12.4.0-prerelease.20",
|
|
99
|
+
"@o3r/test-helpers": "^12.4.0-prerelease.20",
|
|
100
100
|
"@openapitools/openapi-generator-cli": "~2.20.0",
|
|
101
101
|
"@schematics/angular": "~19.2.0",
|
|
102
102
|
"@stylistic/eslint-plugin": "~3.1.0",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"commit-and-tag-version": "^12.0.0",
|
|
113
113
|
"copyfiles": "^2.4.1",
|
|
114
114
|
"cpy-cli": "^5.0.0",
|
|
115
|
-
"eslint": "~9.
|
|
115
|
+
"eslint": "~9.27.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",
|
|
Binary file
|