@ama-sdk/schematics 9.5.0-alpha.4 → 9.5.0-alpha.41

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.5.0-alpha.4",
3
+ "version": "9.5.0-alpha.41",
4
4
  "description": "Swagger specification SDK Generator by schematics",
5
5
  "typings": "./src/public_api.d.ts",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
39
- "@ama-sdk/core": "^9.5.0-alpha.4",
39
+ "@ama-sdk/core": "^9.5.0-alpha.41",
40
40
  "@angular-devkit/core": "^16.0.5",
41
41
  "@angular-devkit/schematics": "^16.0.5",
42
42
  "@angular-devkit/schematics-cli": "^16.0.5",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "@angular-devkit/core": "~16.2.0",
48
48
  "@angular-devkit/schematics": "~16.2.0",
49
- "@o3r/dev-tools": "^9.5.0-alpha.4",
49
+ "@o3r/dev-tools": "^9.5.0-alpha.41",
50
50
  "js-yaml": "^4.1.0",
51
51
  "minimatch": "~9.0.3",
52
52
  "rxjs": "^7.8.1",
@@ -55,15 +55,15 @@
55
55
  "tslib": "^2.5.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@ama-sdk/core": "^9.5.0-alpha.4",
58
+ "@ama-sdk/core": "^9.5.0-alpha.41",
59
59
  "@angular-devkit/schematics-cli": "~16.2.0",
60
60
  "@angular-eslint/eslint-plugin": "~16.2.0",
61
61
  "@angular/cli": "~16.2.0",
62
62
  "@nx/eslint-plugin": "~16.10.0",
63
63
  "@nx/jest": "~16.10.0",
64
- "@o3r/build-helpers": "^9.5.0-alpha.4",
65
- "@o3r/eslint-plugin": "^9.5.0-alpha.4",
66
- "@o3r/schematics": "^9.5.0-alpha.4",
64
+ "@o3r/build-helpers": "^9.5.0-alpha.41",
65
+ "@o3r/eslint-plugin": "^9.5.0-alpha.41",
66
+ "@o3r/schematics": "^9.5.0-alpha.41",
67
67
  "@openapitools/openapi-generator-cli": "~2.7.0",
68
68
  "@schematics/angular": "~16.2.0",
69
69
  "@types/jest": "~29.5.2",
@@ -79,7 +79,7 @@
79
79
  "eslint": "^8.42.0",
80
80
  "eslint-import-resolver-node": "^0.3.4",
81
81
  "eslint-plugin-jest": "~27.6.0",
82
- "eslint-plugin-jsdoc": "~46.8.0",
82
+ "eslint-plugin-jsdoc": "~46.9.0",
83
83
  "eslint-plugin-prefer-arrow": "~1.2.3",
84
84
  "eslint-plugin-unicorn": "^47.0.0",
85
85
  "isomorphic-fetch": "~3.0.0",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "NgGenerateApiExtensionSchematicsSchema",
4
4
  "title": "Generate Api Extension",
5
5
  "description": "ng generate api-extension",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "NgGenerateJavaClientCoreSchematicsSchema",
4
4
  "title": "Generate Java Client",
5
5
  "description": "ng generate java-client-core",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "ngAddSchematicsSchema",
4
4
  "title": "Add Otter ama-sdk-schematics ",
5
5
  "description": "ngAdd Otter ama-sdk-schematics ",
@@ -12,7 +12,7 @@
12
12
  }
13
13
  }
14
14
  },
15
- "additionalProperties": false,
15
+ "additionalProperties": true,
16
16
  "required": [
17
17
  ]
18
18
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "NgGenerateTypescriptSDKSchematicsSchema",
4
4
  "title": "Generate Typescript SDK",
5
5
  "description": "ng generate typescript-core",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "NgGenerateMockSchematicsSchema",
4
4
  "title": "Generate Mock",
5
5
  "description": "ng generate mock",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "NgGenerateTypescriptSDKSchematicsSchema",
4
4
  "title": "Generate Typescript SDK",
5
5
  "description": "ng generate typescript-shell",
@@ -39,8 +39,8 @@
39
39
  "build:esm2020": "tsc -b tsconfigs/esm2020",
40
40
  "set:version": "set-version --placeholder 0.0.0-placeholder",
41
41
  "resolve": "node -e 'process.stdout.write(require.resolve(process.argv[1]));'",
42
- "generate": "schematics @ama-sdk/schematics:typescript-core --spec-path ./swagger-spec.yaml",
43
- "spec:regen": "<%=packageManager%> run generate && <%=packageManager%> run clear-index",
42
+ "generate": "schematics @ama-sdk/schematics:typescript-core",
43
+ "spec:regen": "<%=packageManager%> run generate <% if (packageManager === 'npm') {%>-- <%}%>--spec-path ./swagger-spec.yaml && <%=packageManager%> run clear-index",
44
44
  "clear-index": "node scripts/clear-index.js",
45
45
  "files:pack": "node scripts/files-pack.js",
46
46
  "test": "jest --passWithNoTests",