@ama-sdk/schematics 9.0.0-rc.16 → 9.0.0-rc.17

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.0-rc.16",
3
+ "version": "9.0.0-rc.17",
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.0-rc.16",
44
+ "@ama-sdk/core": "^9.0.0-rc.17",
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.0-rc.16",
55
+ "@o3r/dev-tools": "^9.0.0-rc.17",
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.0-rc.16",
64
+ "@ama-sdk/core": "^9.0.0-rc.17",
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.0-rc.16",
70
- "@o3r/eslint-plugin": "^9.0.0-rc.16",
71
- "@o3r/schematics": "^9.0.0-rc.16",
69
+ "@o3r/build-helpers": "^9.0.0-rc.17",
70
+ "@o3r/eslint-plugin": "^9.0.0-rc.17",
71
+ "@o3r/schematics": "^9.0.0-rc.17",
72
72
  "@openapitools/openapi-generator-cli": "~2.6.0",
73
73
  "@schematics/angular": "~16.0.5",
74
74
  "@types/jest": "~29.5.2",
@@ -32,8 +32,8 @@
32
32
  "clean": "rimraf test/ test-dev/ dist/ dist-dev/ dist-test/ build/",
33
33
  "lint:ci": "eslint '**/*[jt]s' --quiet --format junit --output-file ./dist-lint/result.xml",
34
34
  "lint": "eslint '**/*[jt]s' --cache",
35
- "start": "tsc-watch -b tsconfigs/esm2020 --noClear --onFirstSuccess \"<%=packageManager%> exec files:pack --watch\"",
36
- "build": "<%=packageManager%> exec build:cjs && <%=packageManager%> exec build:esm2015 && <%=packageManager%> exec build:esm2020 && <%=packageManager%> exec files:pack",
35
+ "start": "tsc-watch -b tsconfigs/esm2020 --noClear --onFirstSuccess \"<%=packageManager%> run files:pack --watch\"",
36
+ "build": "<%=packageManager%> run build:cjs && <%=packageManager%> run build:esm2015 && <%=packageManager%> run build:esm2020 && <%=packageManager%> run files:pack",
37
37
  "build:cjs": "swc src -d dist/cjs -C module.type=commonjs -q",
38
38
  "build:esm2015": "swc src -d dist/esm2015 -C module.type=es6 -q",
39
39
  "build:esm2020": "tsc -b tsconfigs/esm2020",
@@ -0,0 +1,2 @@
1
+ // This contains testing helpers for api endpoints, will be filled when the sdk is generated from a spec.
2
+ export type { };
@@ -0,0 +1 @@
1
+ export type { };
@@ -0,0 +1,2 @@
1
+ // This contains enums from the spec, will be filled when the sdk is generated.
2
+ export { };
@@ -0,0 +1,2 @@
1
+ // This contains patterns from the spec, will be filled when the sdk is generated.
2
+ export { };
@@ -0,0 +1,2 @@
1
+ // This contains testing helpers for api endpoints, will be filled when the sdk is generated from a spec.
2
+ export { };