@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 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-rc.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.21",
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.21",
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.21",
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.21",
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.21",
71
- "@o3r/eslint-plugin": "^10.0.0-next.21",
72
- "@o3r/schematics": "^10.0.0-next.21",
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",
@@ -65,7 +65,7 @@
65
65
  {
66
66
  "matchPackageNames": [
67
67
  "@ama-sdk/core",
68
- "@ama-sdk/generator-sdk"
68
+ "@ama-sdk/schematics"
69
69
  ],
70
70
  "rangeStrategy": "bump",
71
71
  "groupName": "SDK Core and Generator dependencies",
@@ -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 schematics @ama-sdk/sdk:typescript-core --spec-path [path to your swagger file]
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