@ama-sdk/schematics 12.0.0-next.21 → 12.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "12.0.0-next.
|
|
3
|
+
"version": "12.0.0-next.23",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"postbuild": "patch-package-json-main",
|
|
17
17
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest",
|
|
18
18
|
"install-swagger-cli": "mvn install:install-file -DgroupId=io.swagger -DartifactId=swagger-codegen-cli -Dversion=2.4.0-AMADEUS -Dpackaging=jar -Dfile=./schematics/resources/swagger-codegen-cli.jar",
|
|
19
|
-
"build:swagger": "yarn install-swagger-cli && run-p 'build:openapi-*'",
|
|
19
|
+
"build:swagger": "yarn install-swagger-cli && run-p 'build:openapi-*' && yarn cpy 'schematics/**/*.jar' dist/schematics",
|
|
20
20
|
"build:openapi-typescript-gen": "mvn clean package -f ./schematics/typescript/core/openapi-codegen-typescript/pom.xml",
|
|
21
21
|
"build:cli": "tsc -b tsconfig.cli.json --pretty && yarn generate-cjs-manifest",
|
|
22
22
|
"prepare:publish": "prepare-publish ./dist"
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"@ama-sdk/core": "^12.0.0-next.
|
|
64
|
+
"@ama-sdk/core": "^12.0.0-next.23",
|
|
65
65
|
"@angular-devkit/core": "^19.0.0",
|
|
66
66
|
"@angular-devkit/schematics-cli": "^19.0.0",
|
|
67
67
|
"@angular/cli": "^19.0.0",
|
|
68
|
-
"@o3r/schematics": "^12.0.0-next.
|
|
68
|
+
"@o3r/schematics": "^12.0.0-next.23",
|
|
69
69
|
"@openapitools/openapi-generator-cli": "^2.15.0",
|
|
70
70
|
"openapi-types": "^12.0.0",
|
|
71
71
|
"ts-node": "~10.9.2",
|
|
@@ -84,17 +84,17 @@
|
|
|
84
84
|
"tslib": "^2.6.2"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@ama-sdk/core": "^12.0.0-next.
|
|
87
|
+
"@ama-sdk/core": "^12.0.0-next.23",
|
|
88
88
|
"@angular-devkit/schematics-cli": "~19.0.0",
|
|
89
89
|
"@angular/cli": "~19.0.0",
|
|
90
90
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
91
91
|
"@nx/eslint-plugin": "~20.2.0",
|
|
92
92
|
"@nx/jest": "~20.2.0",
|
|
93
|
-
"@o3r/build-helpers": "^12.0.0-next.
|
|
94
|
-
"@o3r/eslint-plugin": "^12.0.0-next.
|
|
95
|
-
"@o3r/schematics": "^12.0.0-next.
|
|
96
|
-
"@o3r/telemetry": "^12.0.0-next.
|
|
97
|
-
"@o3r/test-helpers": "^12.0.0-next.
|
|
93
|
+
"@o3r/build-helpers": "^12.0.0-next.23",
|
|
94
|
+
"@o3r/eslint-plugin": "^12.0.0-next.23",
|
|
95
|
+
"@o3r/schematics": "^12.0.0-next.23",
|
|
96
|
+
"@o3r/telemetry": "^12.0.0-next.23",
|
|
97
|
+
"@o3r/test-helpers": "^12.0.0-next.23",
|
|
98
98
|
"@openapitools/openapi-generator-cli": "~2.15.0",
|
|
99
99
|
"@schematics/angular": "~19.0.0",
|
|
100
100
|
"@stylistic/eslint-plugin": "~3.0.0",
|
|
Binary file
|