@ama-sdk/schematics 9.1.0-alpha.21 → 9.1.0-alpha.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": "9.1.0-alpha.21",
3
+ "version": "9.1.0-alpha.23",
4
4
  "description": "Swagger specification SDK Generator by schematics",
5
5
  "scripts": {
6
6
  "nx": "nx",
@@ -8,7 +8,7 @@
8
8
  "test": "yarn nx test ama-sdk-schematics",
9
9
  "prepare:build:builders": "yarn cpy 'schematics/**/*.json' 'schematics/**/templates/**' 'schematics/**/*.jar' dist/schematics && yarn cpy '{package,collection}.json' dist",
10
10
  "build": "yarn nx build ama-sdk-schematics",
11
- "build:builders": "tsc -b tsconfig.builders.json --pretty",
11
+ "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest",
12
12
  "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",
13
13
  "build:swagger": "yarn install-swagger-cli && run-p 'build:swagger-*' 'build:openapi-*'",
14
14
  "build:openapi-typescript-gen": "mvn clean package -f ./schematics/typescript/core/openapi-codegen-typescript/pom.xml",
@@ -41,7 +41,7 @@
41
41
  }
42
42
  },
43
43
  "peerDependencies": {
44
- "@ama-sdk/core": "^9.1.0-alpha.21",
44
+ "@ama-sdk/core": "^9.1.0-alpha.23",
45
45
  "@angular-devkit/core": "~16.0.5",
46
46
  "@angular-devkit/schematics": "~16.0.5",
47
47
  "@angular-devkit/schematics-cli": "~16.0.5",
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@angular-devkit/core": "~16.0.5",
54
54
  "@angular-devkit/schematics": "~16.0.5",
55
- "@o3r/dev-tools": "^9.1.0-alpha.21",
55
+ "@o3r/dev-tools": "^9.1.0-alpha.23",
56
56
  "js-yaml": "^4.1.0",
57
57
  "minimatch": "^9.0.0",
58
58
  "rxjs": "^7.8.1",
@@ -61,14 +61,14 @@
61
61
  "tslib": "^2.5.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@ama-sdk/core": "^9.1.0-alpha.21",
64
+ "@ama-sdk/core": "^9.1.0-alpha.23",
65
65
  "@angular-devkit/schematics-cli": "~16.0.5",
66
66
  "@angular-eslint/eslint-plugin": "~16.0.3",
67
67
  "@angular/cli": "~16.0.5",
68
68
  "@nx/jest": "~16.5.0",
69
- "@o3r/build-helpers": "^9.1.0-alpha.21",
70
- "@o3r/eslint-plugin": "^9.1.0-alpha.21",
71
- "@o3r/schematics": "^9.1.0-alpha.21",
69
+ "@o3r/build-helpers": "^9.1.0-alpha.23",
70
+ "@o3r/eslint-plugin": "^9.1.0-alpha.23",
71
+ "@o3r/schematics": "^9.1.0-alpha.23",
72
72
  "@openapitools/openapi-generator-cli": "~2.7.0",
73
73
  "@schematics/angular": "~16.0.5",
74
74
  "@types/jest": "~29.5.2",