@ama-sdk/schematics 13.2.0-rc.2 → 13.2.0-rc.4

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": "13.2.0-rc.2",
3
+ "version": "13.2.0-rc.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -62,12 +62,12 @@
62
62
  }
63
63
  },
64
64
  "peerDependencies": {
65
- "@ama-sdk/core": "^13.2.0-rc.2",
65
+ "@ama-sdk/core": "^13.2.0-rc.4",
66
66
  "@angular-devkit/core": "^20.0.0",
67
67
  "@angular-devkit/schematics-cli": "^20.0.0",
68
68
  "@angular/cli": "^20.0.0",
69
- "@o3r/schematics": "^13.2.0-rc.2",
70
- "@o3r/telemetry": "^13.2.0-rc.2",
69
+ "@o3r/schematics": "^13.2.0-rc.4",
70
+ "@o3r/telemetry": "^13.2.0-rc.4",
71
71
  "@openapitools/openapi-generator-cli": "^2.15.0",
72
72
  "openapi-types": "^12.0.0",
73
73
  "ts-node": "~10.9.2",
@@ -77,7 +77,7 @@
77
77
  "dependencies": {
78
78
  "@angular-devkit/core": "~20.3.0",
79
79
  "@angular-devkit/schematics": "~20.3.0",
80
- "@o3r/schematics": "^13.2.0-rc.2",
80
+ "@o3r/schematics": "^13.2.0-rc.4",
81
81
  "chokidar": "^4.0.3",
82
82
  "globby": "^11.1.0",
83
83
  "js-yaml": "^4.1.0",
@@ -88,16 +88,16 @@
88
88
  "tslib": "^2.6.2"
89
89
  },
90
90
  "devDependencies": {
91
- "@ama-sdk/core": "^13.2.0-rc.2",
91
+ "@ama-sdk/core": "^13.2.0-rc.4",
92
92
  "@angular-devkit/schematics-cli": "~20.3.0",
93
93
  "@angular/cli": "~20.3.0",
94
94
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
95
95
  "@nx/eslint-plugin": "~21.6.0",
96
96
  "@nx/jest": "~21.6.0",
97
- "@o3r/build-helpers": "^13.2.0-rc.2",
98
- "@o3r/eslint-plugin": "^13.2.0-rc.2",
99
- "@o3r/telemetry": "^13.2.0-rc.2",
100
- "@o3r/test-helpers": "^13.2.0-rc.2",
97
+ "@o3r/build-helpers": "^13.2.0-rc.4",
98
+ "@o3r/eslint-plugin": "^13.2.0-rc.4",
99
+ "@o3r/telemetry": "^13.2.0-rc.4",
100
+ "@o3r/test-helpers": "^13.2.0-rc.4",
101
101
  "@openapitools/openapi-generator-cli": "~2.24.0",
102
102
  "@schematics/angular": "~20.3.0",
103
103
  "@stylistic/eslint-plugin": "~5.3.0",
@@ -77,7 +77,7 @@ export interface Combine<%= apiModel %>Config <% if (identified) { %>extends Com
77
77
  * @param items the items to be combined
78
78
  * @param config the combine configuration
79
79
  */
80
- export function combine<%= dapiModels %>(
80
+ export function combine<%= apiModels %>(
81
81
  items: RecursivePartial<<%= apiModel %>>[] = [<%= apiModel %>Repository.DEFAULT],
82
82
  <% if (!identified) { %>_<% } %>config: Partial<Combine<%= apiModel %>Config> = {}
83
83
  ): CombineResult<Mock<%= apiModel %>> {