@ama-sdk/schematics 9.3.0-alpha.46 → 9.3.0-alpha.48
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 +12 -10
- 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/.eslintrc.js.template +11 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "9.3.0-alpha.
|
|
3
|
+
"version": "9.3.0-alpha.48",
|
|
4
4
|
"description": "Swagger specification SDK Generator by schematics",
|
|
5
5
|
"typings": "./src/public_api.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@ama-sdk/core": "^9.3.0-alpha.
|
|
42
|
+
"@ama-sdk/core": "^9.3.0-alpha.48",
|
|
43
43
|
"@angular-devkit/core": "^16.0.5",
|
|
44
44
|
"@angular-devkit/schematics": "^16.0.5",
|
|
45
45
|
"@angular-devkit/schematics-cli": "^16.0.5",
|
|
@@ -49,23 +49,24 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@angular-devkit/core": "~16.2.0",
|
|
51
51
|
"@angular-devkit/schematics": "~16.2.0",
|
|
52
|
-
"@o3r/dev-tools": "^9.3.0-alpha.
|
|
52
|
+
"@o3r/dev-tools": "^9.3.0-alpha.48",
|
|
53
53
|
"js-yaml": "^4.1.0",
|
|
54
|
-
"minimatch": "
|
|
54
|
+
"minimatch": "~9.0.3",
|
|
55
55
|
"rxjs": "^7.8.1",
|
|
56
56
|
"semver": "^7.5.2",
|
|
57
57
|
"sway": "^2.0.6",
|
|
58
58
|
"tslib": "^2.5.3"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@ama-sdk/core": "^9.3.0-alpha.
|
|
61
|
+
"@ama-sdk/core": "^9.3.0-alpha.48",
|
|
62
62
|
"@angular-devkit/schematics-cli": "~16.2.0",
|
|
63
63
|
"@angular-eslint/eslint-plugin": "~16.2.0",
|
|
64
64
|
"@angular/cli": "~16.2.0",
|
|
65
|
+
"@nx/eslint-plugin": "~16.8.0",
|
|
65
66
|
"@nx/jest": "~16.8.0",
|
|
66
|
-
"@o3r/build-helpers": "^9.3.0-alpha.
|
|
67
|
-
"@o3r/eslint-plugin": "^9.3.0-alpha.
|
|
68
|
-
"@o3r/schematics": "^9.3.0-alpha.
|
|
67
|
+
"@o3r/build-helpers": "^9.3.0-alpha.48",
|
|
68
|
+
"@o3r/eslint-plugin": "^9.3.0-alpha.48",
|
|
69
|
+
"@o3r/schematics": "^9.3.0-alpha.48",
|
|
69
70
|
"@openapitools/openapi-generator-cli": "~2.7.0",
|
|
70
71
|
"@schematics/angular": "~16.2.0",
|
|
71
72
|
"@types/jest": "~29.5.2",
|
|
@@ -74,8 +75,8 @@
|
|
|
74
75
|
"@types/node": "^18.0.0",
|
|
75
76
|
"@types/pid-from-port": "^1.1.0",
|
|
76
77
|
"@types/semver": "^7.3.13",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
78
|
-
"@typescript-eslint/parser": "^5.
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
79
|
+
"@typescript-eslint/parser": "^5.60.1",
|
|
79
80
|
"copyfiles": "^2.4.1",
|
|
80
81
|
"cpy-cli": "^4.2.0",
|
|
81
82
|
"eslint": "^8.42.0",
|
|
@@ -87,6 +88,7 @@
|
|
|
87
88
|
"isomorphic-fetch": "~3.0.0",
|
|
88
89
|
"jest": "~29.7.0",
|
|
89
90
|
"jest-junit": "~16.0.0",
|
|
91
|
+
"jsonc-eslint-parser": "~2.3.0",
|
|
90
92
|
"mem-fs": "^2.2.1",
|
|
91
93
|
"npm-run-all": "^4.1.5",
|
|
92
94
|
"nx": "~16.8.0",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -23,6 +23,16 @@ module.exports = {
|
|
|
23
23
|
'import/resolver': 'node'
|
|
24
24
|
},
|
|
25
25
|
'overrides': [
|
|
26
|
+
{
|
|
27
|
+
'files': [
|
|
28
|
+
'*.{t,j}s'
|
|
29
|
+
],
|
|
30
|
+
'plugins': [
|
|
31
|
+
'jest'
|
|
32
|
+
],
|
|
33
|
+
'parser': require.resolve('@typescript-eslint/parser'),
|
|
34
|
+
'extends': ['@o3r/eslint-config-otter'].map(require.resolve)
|
|
35
|
+
},
|
|
26
36
|
{
|
|
27
37
|
'files': ['*.helper.ts'],
|
|
28
38
|
'rules': {
|
|
@@ -35,12 +45,6 @@ module.exports = {
|
|
|
35
45
|
'@typescript-eslint/restrict-template-expressions': 'off'
|
|
36
46
|
}
|
|
37
47
|
}
|
|
38
|
-
]
|
|
39
|
-
'plugins': [
|
|
40
|
-
'jest'
|
|
41
|
-
],
|
|
42
|
-
'extends': [
|
|
43
|
-
'@o3r/eslint-config-otter'
|
|
44
|
-
].map(require.resolve)
|
|
48
|
+
]
|
|
45
49
|
};
|
|
46
50
|
|