@ama-sdk/schematics 9.0.5 → 9.0.6

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.0.5",
3
+ "version": "9.0.6",
4
4
  "description": "Swagger specification SDK Generator by schematics",
5
5
  "scripts": {
6
6
  "nx": "nx",
@@ -41,7 +41,7 @@
41
41
  }
42
42
  },
43
43
  "peerDependencies": {
44
- "@ama-sdk/core": "^9.0.5",
44
+ "@ama-sdk/core": "^9.0.6",
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.0.5",
55
+ "@o3r/dev-tools": "^9.0.6",
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.0.5",
64
+ "@ama-sdk/core": "^9.0.6",
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.0.5",
70
- "@o3r/eslint-plugin": "^9.0.5",
71
- "@o3r/schematics": "^9.0.5",
69
+ "@o3r/build-helpers": "^9.0.6",
70
+ "@o3r/eslint-plugin": "^9.0.6",
71
+ "@o3r/schematics": "^9.0.6",
72
72
  "@openapitools/openapi-generator-cli": "~2.6.0",
73
73
  "@schematics/angular": "~16.0.5",
74
74
  "@types/jest": "~29.5.2",
@@ -1 +1 @@
1
- export { };
1
+ export type { };
@@ -1,2 +1,2 @@
1
1
  // This contains enums from the spec, will be filled when the sdk is generated.
2
- export { };
2
+ export type { };
@@ -1,2 +1,2 @@
1
1
  // This contains patterns from the spec, will be filled when the sdk is generated.
2
- export { };
2
+ export type { };
@@ -1,2 +1,2 @@
1
1
  // Export your core patterns here
2
- export { };
2
+ export type { };
@@ -1,2 +1,2 @@
1
1
  // Export your custom enums here
2
- export { };
2
+ export type { };
@@ -1,2 +1,2 @@
1
1
  // Export your custom patterns here
2
- export { };
2
+ export type { };
@@ -1,2 +1,2 @@
1
1
  // This contains testing helpers for api endpoints, will be filled when the sdk is generated from a spec.
2
- export { };
2
+ export type { };
@@ -1,2 +1,2 @@
1
1
  // dummy export for mock factory
2
- export {};
2
+ export type {};