@ama-sdk/schematics 9.1.0-alpha.40 → 9.1.0-alpha.42
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 +13 -13
- 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/jest.config.js +9 -6
- package/schematics/typescript/shell/templates/base/package.json.template +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "9.1.0-alpha.
|
|
3
|
+
"version": "9.1.0-alpha.42",
|
|
4
4
|
"description": "Swagger specification SDK Generator by schematics",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"nx": "nx",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@ama-sdk/core": "^9.1.0-alpha.
|
|
41
|
+
"@ama-sdk/core": "^9.1.0-alpha.42",
|
|
42
42
|
"@angular-devkit/core": "^16.0.5",
|
|
43
43
|
"@angular-devkit/schematics": "^16.0.5",
|
|
44
44
|
"@angular-devkit/schematics-cli": "^16.0.5",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@angular-devkit/core": "~16.1.6",
|
|
50
50
|
"@angular-devkit/schematics": "~16.1.6",
|
|
51
|
-
"@o3r/dev-tools": "^9.1.0-alpha.
|
|
51
|
+
"@o3r/dev-tools": "^9.1.0-alpha.42",
|
|
52
52
|
"js-yaml": "^4.1.0",
|
|
53
53
|
"minimatch": "^9.0.0",
|
|
54
54
|
"rxjs": "^7.8.1",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"tslib": "^2.5.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@ama-sdk/core": "^9.1.0-alpha.
|
|
60
|
+
"@ama-sdk/core": "^9.1.0-alpha.42",
|
|
61
61
|
"@angular-devkit/schematics-cli": "~16.1.6",
|
|
62
62
|
"@angular-eslint/eslint-plugin": "~16.1.0",
|
|
63
63
|
"@angular/cli": "~16.1.6",
|
|
64
|
-
"@nx/jest": "~16.
|
|
65
|
-
"@o3r/build-helpers": "^9.1.0-alpha.
|
|
66
|
-
"@o3r/eslint-plugin": "^9.1.0-alpha.
|
|
67
|
-
"@o3r/schematics": "^9.1.0-alpha.
|
|
64
|
+
"@nx/jest": "~16.6.0",
|
|
65
|
+
"@o3r/build-helpers": "^9.1.0-alpha.42",
|
|
66
|
+
"@o3r/eslint-plugin": "^9.1.0-alpha.42",
|
|
67
|
+
"@o3r/schematics": "^9.1.0-alpha.42",
|
|
68
68
|
"@openapitools/openapi-generator-cli": "~2.7.0",
|
|
69
69
|
"@schematics/angular": "~16.1.6",
|
|
70
70
|
"@types/jest": "~29.5.2",
|
|
@@ -79,20 +79,20 @@
|
|
|
79
79
|
"cpy-cli": "^4.2.0",
|
|
80
80
|
"eslint": "^8.42.0",
|
|
81
81
|
"eslint-import-resolver-node": "^0.3.4",
|
|
82
|
-
"eslint-plugin-jest": "
|
|
82
|
+
"eslint-plugin-jest": "~27.2.3",
|
|
83
83
|
"eslint-plugin-jsdoc": "^39.3.6",
|
|
84
84
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
85
85
|
"eslint-plugin-unicorn": "^47.0.0",
|
|
86
86
|
"isomorphic-fetch": "~3.0.0",
|
|
87
|
-
"jest": "~29.6.
|
|
88
|
-
"jest-junit": "
|
|
87
|
+
"jest": "~29.6.2",
|
|
88
|
+
"jest-junit": "~16.0.0",
|
|
89
89
|
"mem-fs": "^2.2.1",
|
|
90
90
|
"npm-run-all": "^4.1.5",
|
|
91
|
-
"nx": "~16.
|
|
91
|
+
"nx": "~16.6.0",
|
|
92
92
|
"onchange": "^7.0.2",
|
|
93
93
|
"pid-from-port": "^1.1.3",
|
|
94
94
|
"semver": "^7.5.2",
|
|
95
|
-
"ts-jest": "
|
|
95
|
+
"ts-jest": "~29.1.1",
|
|
96
96
|
"type-fest": "^3.12.0",
|
|
97
97
|
"typescript": "~5.1.6"
|
|
98
98
|
},
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -12,12 +12,15 @@ module.exports = {
|
|
|
12
12
|
'^@<%=projectName%>/<%=projectPackageName%>$': ['<rootDir>/dist/cjs', '<rootDir>/src'],
|
|
13
13
|
'^@<%=projectName%>/<%=projectPackageName%>/(.*)$': ['<rootDir>/dist/cjs/$1', '<rootDir>/src/$1'],
|
|
14
14
|
},
|
|
15
|
-
|
|
15
|
+
transform: {
|
|
16
16
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
17
|
-
'
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
'^.+\\.tsx?$': [
|
|
18
|
+
'ts-jest',
|
|
19
|
+
{
|
|
20
|
+
tsconfig: '<rootDir>/testing/tsconfig.spec.json',
|
|
21
|
+
isolatedModules: true,
|
|
22
|
+
stringifyContentPathRegex: '\\.html$',
|
|
23
|
+
}
|
|
24
|
+
]
|
|
22
25
|
}
|
|
23
26
|
};
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"husky": "~8.0.3",
|
|
98
98
|
"isomorphic-fetch": "<%= versions['isomorphic-fetch'] %>",
|
|
99
99
|
"jest": "<%= versions['jest'] %>",
|
|
100
|
-
"jest-junit": "
|
|
100
|
+
"jest-junit": "~16.0.0",
|
|
101
101
|
"lint-staged": "^13.0.0",
|
|
102
102
|
"minimist": "^1.2.6",
|
|
103
103
|
"rimraf": "^5.0.1",
|