@ama-sdk/schematics 8.4.0-alpha.23 → 8.4.0-alpha.24
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 +33 -33
- package/schematics/java/client-core/swagger-codegen-java-client/target/javaClient-swagger-codegen-tests.jar +0 -0
- package/schematics/java/client-core/swagger-codegen-java-client/target/javaClient-swagger-codegen.jar +0 -0
- package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator-tests.jar +0 -0
- package/schematics/typescript/core/openapi-codegen-typescript/target/typescriptFetch-openapi-generator.jar +0 -0
- package/schematics/typescript/shell/templates/base/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "8.4.0-alpha.
|
|
3
|
+
"version": "8.4.0-alpha.24",
|
|
4
4
|
"description": "Swagger specification SDK Generator by schematics",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"nx": "nx",
|
|
@@ -38,60 +38,60 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@ama-sdk/core": "^8.4.0-alpha.
|
|
42
|
-
"@angular-devkit/core": "~
|
|
43
|
-
"@angular-devkit/schematics": "~
|
|
44
|
-
"@angular-devkit/schematics-cli": "~
|
|
45
|
-
"@angular/cli": "~
|
|
41
|
+
"@ama-sdk/core": "^8.4.0-alpha.24",
|
|
42
|
+
"@angular-devkit/core": "~16.0.5",
|
|
43
|
+
"@angular-devkit/schematics": "~16.0.5",
|
|
44
|
+
"@angular-devkit/schematics-cli": "~16.0.5",
|
|
45
|
+
"@angular/cli": "~16.0.5",
|
|
46
46
|
"@openapitools/openapi-generator-cli": "~2.6.0",
|
|
47
|
-
"@schematics/angular": "~
|
|
47
|
+
"@schematics/angular": "~16.0.5"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@angular-devkit/core": "~
|
|
51
|
-
"@angular-devkit/schematics": "~
|
|
52
|
-
"@o3r/dev-tools": "^8.4.0-alpha.
|
|
53
|
-
"minimatch": "^
|
|
54
|
-
"rxjs": "^7.
|
|
50
|
+
"@angular-devkit/core": "~16.0.5",
|
|
51
|
+
"@angular-devkit/schematics": "~16.0.5",
|
|
52
|
+
"@o3r/dev-tools": "^8.4.0-alpha.24",
|
|
53
|
+
"minimatch": "^9.0.0",
|
|
54
|
+
"rxjs": "^7.8.1",
|
|
55
55
|
"semver": "^7.5.2",
|
|
56
56
|
"sway": "^2.0.6",
|
|
57
|
-
"tslib": "^2.
|
|
57
|
+
"tslib": "^2.5.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@ama-sdk/core": "^8.4.0-alpha.
|
|
61
|
-
"@angular-devkit/schematics-cli": "~
|
|
62
|
-
"@angular-eslint/eslint-plugin": "~
|
|
63
|
-
"@angular/cli": "~
|
|
64
|
-
"@
|
|
65
|
-
"@o3r/build-helpers": "^8.4.0-alpha.
|
|
66
|
-
"@o3r/eslint-plugin": "^8.4.0-alpha.
|
|
60
|
+
"@ama-sdk/core": "^8.4.0-alpha.24",
|
|
61
|
+
"@angular-devkit/schematics-cli": "~16.0.5",
|
|
62
|
+
"@angular-eslint/eslint-plugin": "~16.0.3",
|
|
63
|
+
"@angular/cli": "~16.0.5",
|
|
64
|
+
"@nx/jest": "~16.3.2",
|
|
65
|
+
"@o3r/build-helpers": "^8.4.0-alpha.24",
|
|
66
|
+
"@o3r/eslint-plugin": "^8.4.0-alpha.24",
|
|
67
67
|
"@openapitools/openapi-generator-cli": "~2.6.0",
|
|
68
|
-
"@schematics/angular": "~
|
|
69
|
-
"@types/jest": "~
|
|
68
|
+
"@schematics/angular": "~16.0.5",
|
|
69
|
+
"@types/jest": "~29.5.2",
|
|
70
70
|
"@types/minimatch": "^5.1.2",
|
|
71
|
-
"@types/node": "^
|
|
71
|
+
"@types/node": "^18.0.0",
|
|
72
72
|
"@types/pid-from-port": "^1.1.0",
|
|
73
73
|
"@types/semver": "^7.3.13",
|
|
74
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
75
|
-
"@typescript-eslint/parser": "^5.
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
75
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
76
76
|
"copyfiles": "^2.4.1",
|
|
77
77
|
"cpy-cli": "^4.2.0",
|
|
78
|
-
"eslint": "^8.
|
|
78
|
+
"eslint": "^8.42.0",
|
|
79
79
|
"eslint-import-resolver-node": "^0.3.4",
|
|
80
|
-
"eslint-plugin-jest": "^
|
|
80
|
+
"eslint-plugin-jest": "^27.2.1",
|
|
81
81
|
"eslint-plugin-jsdoc": "^39.3.6",
|
|
82
82
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
83
|
-
"eslint-plugin-unicorn": "^
|
|
84
|
-
"isomorphic-fetch": "~
|
|
85
|
-
"jest": "~
|
|
83
|
+
"eslint-plugin-unicorn": "^47.0.0",
|
|
84
|
+
"isomorphic-fetch": "~3.0.0",
|
|
85
|
+
"jest": "~29.5.0",
|
|
86
86
|
"mem-fs": "^2.2.1",
|
|
87
87
|
"npm-run-all": "^4.1.5",
|
|
88
|
-
"nx": "~
|
|
88
|
+
"nx": "~16.3.2",
|
|
89
89
|
"onchange": "^7.0.2",
|
|
90
90
|
"pid-from-port": "^1.1.3",
|
|
91
91
|
"semver": "^7.5.2",
|
|
92
|
-
"ts-jest": "^
|
|
92
|
+
"ts-jest": "^29.1.0",
|
|
93
93
|
"type-fest": "^3.6.1",
|
|
94
|
-
"typescript": "~
|
|
94
|
+
"typescript": "~5.0.2"
|
|
95
95
|
},
|
|
96
96
|
"openApiSupportedVersion": "~6.6.0",
|
|
97
97
|
"engines": {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"@angular-eslint/eslint-plugin-template": "<%= angularEslintVersion %>",
|
|
74
74
|
"@angular-eslint/utils": "<%= angularEslintVersion %>",
|
|
75
75
|
"@angular/compiler": "<%= angularVersion %>",
|
|
76
|
-
"@commitlint/cli": "^
|
|
76
|
+
"@commitlint/cli": "^17.0.0",
|
|
77
77
|
"@schematics/angular": "<%= angularVersion %>",
|
|
78
|
-
"@commitlint/config-conventional": "^
|
|
78
|
+
"@commitlint/config-conventional": "^17.0.0",
|
|
79
79
|
"@ama-sdk/schematics": "~<%= sdkCoreVersion %>",
|
|
80
80
|
"@ama-sdk/core": "~<%= sdkCoreVersion %>",
|
|
81
81
|
"@o3r/eslint-config-otter": "^<%= sdkCoreVersion %>",
|
|
@@ -94,13 +94,13 @@
|
|
|
94
94
|
"eslint-plugin-prefer-arrow": "<%= versions['eslint-plugin-prefer-arrow'] %>",
|
|
95
95
|
"eslint-plugin-unicorn": "<%= versions['eslint-plugin-unicorn'] %>",
|
|
96
96
|
"glob": "^8.0.0",
|
|
97
|
-
"husky": "^
|
|
97
|
+
"husky": "^8.0.0",
|
|
98
98
|
"isomorphic-fetch": "<%= versions['isomorphic-fetch'] %>",
|
|
99
99
|
"jest": "<%= versions['jest'] %>",
|
|
100
|
-
"jest-junit": "^
|
|
101
|
-
"lint-staged": "^
|
|
100
|
+
"jest-junit": "^16.0.0",
|
|
101
|
+
"lint-staged": "^13.0.0",
|
|
102
102
|
"minimist": "^1.2.6",
|
|
103
|
-
"rimraf": "^
|
|
103
|
+
"rimraf": "^5.0.0",
|
|
104
104
|
"standard-version": "^9.0.0",
|
|
105
105
|
"ts-jest": "<%= versions['ts-jest'] %>",
|
|
106
106
|
"typedoc": "~0.24.0",
|