@ama-sdk/schematics 10.0.0-next.23 → 10.0.0-next.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 +11 -11
- 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/CONTRIBUTING.md +1 -1
- package/schematics/typescript/shell/templates/base/jest.config.js +3 -3
- package/schematics/typescript/shell/templates/base/package.json.template +2 -2
- package/schematics/typescript/shell/templates/base/readme.md +1 -1
- package/schematics/typescript/shell/templates/base/src/fixtures/jest/package.json +1 -1
- package/schematics/typescript/shell/templates/base/src/helpers/package.json +1 -1
- package/schematics/typescript/shell/templates/base/src/spec/package.json +1 -1
- package/schematics/typescript/shell/templates/base/tsconfig.build.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/schematics",
|
|
3
|
-
"version": "10.0.0-next.
|
|
3
|
+
"version": "10.0.0-next.24",
|
|
4
4
|
"description": "Swagger specification SDK Generator by schematics",
|
|
5
5
|
"typings": "./src/public_api.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@ama-sdk/core": "^10.0.0-next.
|
|
45
|
+
"@ama-sdk/core": "^10.0.0-next.24",
|
|
46
46
|
"@angular-devkit/core": "^16.0.5",
|
|
47
47
|
"@angular-devkit/schematics": "^16.0.5",
|
|
48
48
|
"@angular-devkit/schematics-cli": "^16.0.5",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@angular-devkit/core": "~16.2.0",
|
|
54
54
|
"@angular-devkit/schematics": "~16.2.0",
|
|
55
|
-
"@o3r/dev-tools": "^10.0.0-next.
|
|
55
|
+
"@o3r/dev-tools": "^10.0.0-next.24",
|
|
56
56
|
"js-yaml": "^4.1.0",
|
|
57
57
|
"minimatch": "~9.0.3",
|
|
58
58
|
"rxjs": "^7.8.1",
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"tslib": "^2.5.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@ama-sdk/core": "^10.0.0-next.
|
|
64
|
+
"@ama-sdk/core": "^10.0.0-next.24",
|
|
65
65
|
"@angular-devkit/schematics-cli": "~16.2.0",
|
|
66
66
|
"@angular-eslint/eslint-plugin": "~16.2.0",
|
|
67
67
|
"@angular/cli": "~16.2.0",
|
|
68
|
-
"@nx/eslint-plugin": "~16.
|
|
69
|
-
"@nx/jest": "~16.
|
|
70
|
-
"@o3r/build-helpers": "^10.0.0-next.
|
|
71
|
-
"@o3r/eslint-plugin": "^10.0.0-next.
|
|
72
|
-
"@o3r/schematics": "^10.0.0-next.
|
|
68
|
+
"@nx/eslint-plugin": "~16.10.0",
|
|
69
|
+
"@nx/jest": "~16.10.0",
|
|
70
|
+
"@o3r/build-helpers": "^10.0.0-next.24",
|
|
71
|
+
"@o3r/eslint-plugin": "^10.0.0-next.24",
|
|
72
|
+
"@o3r/schematics": "^10.0.0-next.24",
|
|
73
73
|
"@openapitools/openapi-generator-cli": "~2.7.0",
|
|
74
74
|
"@schematics/angular": "~16.2.0",
|
|
75
75
|
"@types/jest": "~29.5.2",
|
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
"isomorphic-fetch": "~3.0.0",
|
|
94
94
|
"jest": "~29.7.0",
|
|
95
95
|
"jest-junit": "~16.0.0",
|
|
96
|
-
"jsonc-eslint-parser": "~2.
|
|
96
|
+
"jsonc-eslint-parser": "~2.4.0",
|
|
97
97
|
"mem-fs": "^2.2.1",
|
|
98
98
|
"npm-run-all": "^4.1.5",
|
|
99
|
-
"nx": "~16.
|
|
99
|
+
"nx": "~16.10.0",
|
|
100
100
|
"onchange": "^7.0.2",
|
|
101
101
|
"pid-from-port": "^1.1.3",
|
|
102
102
|
"semver": "^7.5.2",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,11 +6,11 @@ module.exports = {
|
|
|
6
6
|
roots: ['<rootDir>/src/'],
|
|
7
7
|
reporters: [
|
|
8
8
|
'default',
|
|
9
|
-
['jest-junit', { outputDirectory: '<rootDir>/dist-test', suiteName: '
|
|
9
|
+
['jest-junit', { outputDirectory: '<rootDir>/dist-test', suiteName: '<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%> unit tests' }]
|
|
10
10
|
],
|
|
11
11
|
moduleNameMapper: {
|
|
12
|
-
'
|
|
13
|
-
'
|
|
12
|
+
'^<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>$': ['<rootDir>/src'],
|
|
13
|
+
'^<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>/(.*)$': ['<rootDir>/src/$1'],
|
|
14
14
|
},
|
|
15
15
|
transform: {
|
|
16
16
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>",
|
|
3
3
|
"version": "0.0.0-placeholder",
|
|
4
4
|
"description": "<%=projectPackageName%> - SDK",
|
|
5
5
|
"source": "src/index.ts",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@o3r/eslint-plugin": "^<%= sdkCoreVersion %>",
|
|
83
83
|
"@openapitools/openapi-generator-cli": "<%= versions['@openapitools/openapi-generator-cli'] %>",
|
|
84
84
|
"@swc/cli": "^0.1.57",
|
|
85
|
-
"@swc/core": "^1.3.
|
|
85
|
+
"@swc/core": "^1.3.85",
|
|
86
86
|
"@types/jest": "<%= versions['@types/jest'] %>",
|
|
87
87
|
"@types/node": "<%= versions['@types/node'] %>",
|
|
88
88
|
"@typescript-eslint/eslint-plugin": "<%= versions['@typescript-eslint/eslint-plugin'] %>",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>/jest",
|
|
3
3
|
"main": "../../cjs/api/fixtures.jest.js",
|
|
4
4
|
"module": "../../esm2020/api/fixtures.jest.js",
|
|
5
5
|
"es2020": "../../esm2020/api/fixtures.jest.js",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>/helpers",
|
|
3
3
|
"main": "../cjs/helpers/index.js",
|
|
4
4
|
"module": "../esm2020/helpers/index.js",
|
|
5
5
|
"es2020": "../esm2020/helpers/index.js",
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"rootDir": "./src",
|
|
25
25
|
"baseUrl": ".",
|
|
26
26
|
"paths": {
|
|
27
|
-
"
|
|
27
|
+
"<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>/helpers/*": [
|
|
28
28
|
"./src/helpers/*"
|
|
29
29
|
],
|
|
30
|
-
"
|
|
30
|
+
"<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>/helpers": [
|
|
31
31
|
"./src/helpers/index"
|
|
32
32
|
],
|
|
33
|
-
"
|
|
33
|
+
"<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>": [
|
|
34
34
|
"./src/index"
|
|
35
35
|
],
|
|
36
|
-
"
|
|
36
|
+
"<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>/*": [
|
|
37
37
|
"./src/*"
|
|
38
38
|
],
|
|
39
|
-
"
|
|
39
|
+
"<% if (projectName) { %>@<%=projectName%>/<% } %><%=projectPackageName%>/spec": [
|
|
40
40
|
"./src/spec/index"
|
|
41
41
|
]
|
|
42
42
|
}
|