@ama-sdk/schematics 10.0.0-next.21 → 10.0.0-next.23
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/migration.json +1 -1
- package/package.json +7 -7
- package/schematics/java/client-core/swagger-codegen-java-client/target/javaClient-swagger-codegen-tests.jar +0 -0
- package/schematics/java/client-core/swagger-codegen-java-client/target/javaClient-swagger-codegen.jar +0 -0
- package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator-tests.jar +0 -0
- package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator.jar +0 -0
- package/schematics/typescript/shell/templates/base/.renovaterc.json +1 -1
- package/schematics/typescript/shell/templates/base/readme.md +1 -1
package/migration.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular_devkit/schematics/collection-schema.json",
|
|
3
3
|
"schematics": {
|
|
4
4
|
"migration-v10_0": {
|
|
5
|
-
"version": "10.0.0-
|
|
5
|
+
"version": "10.0.0-alpha.0",
|
|
6
6
|
"description": "Updates of the Otter Library to v10.0.*",
|
|
7
7
|
"factory": "./schematics/ng-update/index#updateV10_0"
|
|
8
8
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "10.0.0-next.
|
|
3
|
+
"version": "10.0.0-next.23",
|
|
4
4
|
"description": "Swagger specification SDK Generator by schematics",
|
|
5
5
|
"typings": "./src/public_api.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@ama-sdk/core": "^10.0.0-next.
|
|
45
|
+
"@ama-sdk/core": "^10.0.0-next.23",
|
|
46
46
|
"@angular-devkit/core": "^16.0.5",
|
|
47
47
|
"@angular-devkit/schematics": "^16.0.5",
|
|
48
48
|
"@angular-devkit/schematics-cli": "^16.0.5",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@angular-devkit/core": "~16.2.0",
|
|
54
54
|
"@angular-devkit/schematics": "~16.2.0",
|
|
55
|
-
"@o3r/dev-tools": "^10.0.0-next.
|
|
55
|
+
"@o3r/dev-tools": "^10.0.0-next.23",
|
|
56
56
|
"js-yaml": "^4.1.0",
|
|
57
57
|
"minimatch": "~9.0.3",
|
|
58
58
|
"rxjs": "^7.8.1",
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"tslib": "^2.5.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@ama-sdk/core": "^10.0.0-next.
|
|
64
|
+
"@ama-sdk/core": "^10.0.0-next.23",
|
|
65
65
|
"@angular-devkit/schematics-cli": "~16.2.0",
|
|
66
66
|
"@angular-eslint/eslint-plugin": "~16.2.0",
|
|
67
67
|
"@angular/cli": "~16.2.0",
|
|
68
68
|
"@nx/eslint-plugin": "~16.8.0",
|
|
69
69
|
"@nx/jest": "~16.8.0",
|
|
70
|
-
"@o3r/build-helpers": "^10.0.0-next.
|
|
71
|
-
"@o3r/eslint-plugin": "^10.0.0-next.
|
|
72
|
-
"@o3r/schematics": "^10.0.0-next.
|
|
70
|
+
"@o3r/build-helpers": "^10.0.0-next.23",
|
|
71
|
+
"@o3r/eslint-plugin": "^10.0.0-next.23",
|
|
72
|
+
"@o3r/schematics": "^10.0.0-next.23",
|
|
73
73
|
"@openapitools/openapi-generator-cli": "~2.7.0",
|
|
74
74
|
"@schematics/angular": "~16.2.0",
|
|
75
75
|
"@types/jest": "~29.5.2",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -20,7 +20,7 @@ The following folders contain the generated code:
|
|
|
20
20
|
The Code can be regenerated by running the following command:
|
|
21
21
|
|
|
22
22
|
```shell
|
|
23
|
-
yarn
|
|
23
|
+
yarn create @ama-sdk typescript --spec-path [path to your swagger file]
|
|
24
24
|
```
|
|
25
25
|
Note that you can use ```npm exec``` instead of ```yarn``` for every command specified in this documentation.
|
|
26
26
|
|