@autorest/java 4.1.57 → 4.1.59
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/core/package.json +4 -4
- package/fluentgen/target/azure-autorest-fluentgen-jar-with-dependencies.jar +0 -0
- package/javagen/target/azure-autorest-javagen-jar-with-dependencies.jar +0 -0
- package/package.json +1 -1
- package/readme.md +1 -0
- package/typespec-extension/package.json +40 -38
- package/typespec-tests/package.json +20 -20
package/core/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@typespec/monorepo",
|
|
3
3
|
"version": "0.0.1",
|
|
4
4
|
"private": true,
|
|
5
|
-
"packageManager": "pnpm@10.
|
|
5
|
+
"packageManager": "pnpm@10.15.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "pnpm build:all && pnpm check:eng && pnpm gen-compiler-extern-signature",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@octokit/plugin-paginate-graphql": "^6.0.0",
|
|
50
50
|
"@octokit/plugin-rest-endpoint-methods": "^16.0.0",
|
|
51
51
|
"@types/micromatch": "^4.0.9",
|
|
52
|
-
"@types/node": "~24.
|
|
52
|
+
"@types/node": "~24.3.0",
|
|
53
53
|
"@vitest/coverage-v8": "^3.1.2",
|
|
54
54
|
"@vitest/eslint-plugin": "^1.1.38",
|
|
55
55
|
"c8": "^10.1.3",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"eslint": "^9.23.0",
|
|
58
58
|
"eslint-plugin-import": "^2.31.0",
|
|
59
59
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
60
|
-
"eslint-plugin-unicorn": "^
|
|
60
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
61
61
|
"micromatch": "^4.0.8",
|
|
62
62
|
"picocolors": "~1.1.1",
|
|
63
63
|
"playwright": "^1.51.1",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"rimraf": "~6.0.1",
|
|
69
69
|
"syncpack": "^13.0.3",
|
|
70
70
|
"tsx": "^4.19.3",
|
|
71
|
-
"typescript": "~5.
|
|
71
|
+
"typescript": "~5.9.2",
|
|
72
72
|
"typescript-eslint": "^8.27.0",
|
|
73
73
|
"vite-plugin-node-polyfills": "^0.24.0",
|
|
74
74
|
"vitest": "^3.1.2",
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -97,6 +97,7 @@ Settings can be provided on the command line through `--name:value` or in a READ
|
|
|
97
97
|
|`--enable-page-size`|Indicates that `maxpagesize` query parameter be supplied via `byPage` API in `PagedFlux` or `PagedIterable`, instead of via client method parameter.|
|
|
98
98
|
|`--use-key-credential`|Indicates that builder uses `KeyCredential` for API key.|
|
|
99
99
|
|`--graal-vm-config`|Generates GraalVM config under `resources/META-INF/native-image`.|
|
|
100
|
+
|`--rename-model`|CSV. Rename classes. Each item is of pattern `from:to`.|
|
|
100
101
|
|
|
101
102
|
## Settings for minimal data-plane clients
|
|
102
103
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-java",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.1",
|
|
4
4
|
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TypeSpec"
|
|
@@ -47,18 +47,18 @@
|
|
|
47
47
|
"generator/http-client-generator/target/classes/PerfAutomation.jfc"
|
|
48
48
|
],
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@azure-tools/typespec-autorest": ">=0.
|
|
51
|
-
"@azure-tools/typespec-azure-core": ">=0.
|
|
52
|
-
"@azure-tools/typespec-azure-resource-manager": ">=0.
|
|
53
|
-
"@azure-tools/typespec-azure-rulesets": ">=0.
|
|
54
|
-
"@azure-tools/typespec-client-generator-core": ">=0.
|
|
55
|
-
"@azure-tools/typespec-liftr-base": ">=0.
|
|
56
|
-
"@typespec/compiler": "^1.
|
|
57
|
-
"@typespec/http": "^1.
|
|
58
|
-
"@typespec/openapi": "^1.
|
|
59
|
-
"@typespec/rest": ">=0.
|
|
60
|
-
"@typespec/versioning": ">=0.
|
|
61
|
-
"@typespec/xml": ">=0.
|
|
50
|
+
"@azure-tools/typespec-autorest": ">=0.60.0 <1.0.0",
|
|
51
|
+
"@azure-tools/typespec-azure-core": ">=0.60.0 <1.0.0",
|
|
52
|
+
"@azure-tools/typespec-azure-resource-manager": ">=0.60.1 <1.0.0",
|
|
53
|
+
"@azure-tools/typespec-azure-rulesets": ">=0.60.0 <1.0.0",
|
|
54
|
+
"@azure-tools/typespec-client-generator-core": ">=0.60.3 <1.0.0",
|
|
55
|
+
"@azure-tools/typespec-liftr-base": ">=0.10.0 <1.0.0",
|
|
56
|
+
"@typespec/compiler": "^1.4.0",
|
|
57
|
+
"@typespec/http": "^1.4.0",
|
|
58
|
+
"@typespec/openapi": "^1.4.0",
|
|
59
|
+
"@typespec/rest": ">=0.74.0 <1.0.0",
|
|
60
|
+
"@typespec/versioning": ">=0.74.0 <1.0.0",
|
|
61
|
+
"@typespec/xml": ">=0.74.0 <1.0.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@autorest/codemodel": "~4.20.1",
|
|
@@ -66,42 +66,44 @@
|
|
|
66
66
|
"lodash": "~4.17.21"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@azure-tools/typespec-autorest": "0.
|
|
70
|
-
"@azure-tools/typespec-azure-core": "0.
|
|
71
|
-
"@azure-tools/typespec-azure-resource-manager": "0.
|
|
72
|
-
"@azure-tools/typespec-azure-rulesets": "0.
|
|
73
|
-
"@azure-tools/typespec-client-generator-core": "0.
|
|
74
|
-
"@azure-tools/typespec-liftr-base": "0.
|
|
69
|
+
"@azure-tools/typespec-autorest": "0.60.0",
|
|
70
|
+
"@azure-tools/typespec-azure-core": "0.60.0",
|
|
71
|
+
"@azure-tools/typespec-azure-resource-manager": "0.60.1",
|
|
72
|
+
"@azure-tools/typespec-azure-rulesets": "0.60.0",
|
|
73
|
+
"@azure-tools/typespec-client-generator-core": "0.60.3",
|
|
74
|
+
"@azure-tools/typespec-liftr-base": "0.10.0",
|
|
75
|
+
"@microsoft/api-extractor": "^7.52.13",
|
|
75
76
|
"@types/js-yaml": "~4.0.9",
|
|
76
77
|
"@types/lodash": "~4.17.20",
|
|
77
|
-
"@types/node": "~24.
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
79
|
-
"@typescript-eslint/parser": "~8.
|
|
80
|
-
"@typespec/compiler": "1.
|
|
81
|
-
"@typespec/
|
|
82
|
-
"@typespec/
|
|
83
|
-
"@typespec/
|
|
84
|
-
"@typespec/
|
|
85
|
-
"@typespec/
|
|
86
|
-
"@typespec/
|
|
87
|
-
"@typespec/
|
|
88
|
-
"@typespec/
|
|
89
|
-
"@typespec/
|
|
90
|
-
"@microsoft/api-extractor": "^7.52.9",
|
|
78
|
+
"@types/node": "~24.5.2",
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "~8.44.1",
|
|
80
|
+
"@typescript-eslint/parser": "~8.44.1",
|
|
81
|
+
"@typespec/compiler": "1.4.0",
|
|
82
|
+
"@typespec/events": "0.74.0",
|
|
83
|
+
"@typespec/http": "1.4.0",
|
|
84
|
+
"@typespec/openapi": "1.4.0",
|
|
85
|
+
"@typespec/rest": "0.74.0",
|
|
86
|
+
"@typespec/sse": "0.74.0",
|
|
87
|
+
"@typespec/streams": "0.74.0",
|
|
88
|
+
"@typespec/tspd": "0.73.0",
|
|
89
|
+
"@typespec/versioning": "0.74.0",
|
|
90
|
+
"@typespec/xml": "0.74.0",
|
|
91
91
|
"@vitest/coverage-v8": "^3.2.4",
|
|
92
92
|
"@vitest/ui": "^3.2.4",
|
|
93
93
|
"c8": "~10.1.3",
|
|
94
|
-
"eslint": "~9.
|
|
94
|
+
"eslint": "~9.36.0",
|
|
95
95
|
"eslint-plugin-deprecation": "~3.0.0",
|
|
96
96
|
"eslint-plugin-import": "^2.32.0",
|
|
97
|
-
"eslint-plugin-unicorn": "^
|
|
97
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
98
98
|
"prettier": "~3.6.2",
|
|
99
99
|
"rimraf": "~6.0.1",
|
|
100
|
-
"typescript": "~5.
|
|
101
|
-
"typescript-eslint": "^8.
|
|
100
|
+
"typescript": "~5.9.2",
|
|
101
|
+
"typescript-eslint": "^8.44.1",
|
|
102
102
|
"vitest": "^3.2.4"
|
|
103
103
|
},
|
|
104
104
|
"overrides": {
|
|
105
|
-
"eslint": "~9.
|
|
105
|
+
"eslint": "~9.36.0",
|
|
106
|
+
"@typescript-eslint/eslint-plugin": "~8.44.1",
|
|
107
|
+
"@typescript-eslint/parser": "~8.44.1"
|
|
106
108
|
}
|
|
107
109
|
}
|
|
@@ -9,31 +9,31 @@
|
|
|
9
9
|
"spector-serve": "tsp-spector serve ./node_modules/@typespec/http-specs/specs ./node_modules/@azure-tools/azure-http-specs/specs --coverageFile ./tsp-spector-coverage-java.json"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@typespec/spec-api": "0.1.0-alpha.
|
|
13
|
-
"@typespec/spector": "0.1.0-alpha.
|
|
14
|
-
"@typespec/http-specs": "0.1.0-alpha.
|
|
15
|
-
"@azure-tools/azure-http-specs": "0.1.0-alpha.
|
|
16
|
-
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.
|
|
12
|
+
"@typespec/spec-api": "0.1.0-alpha.9",
|
|
13
|
+
"@typespec/spector": "0.1.0-alpha.18",
|
|
14
|
+
"@typespec/http-specs": "0.1.0-alpha.26",
|
|
15
|
+
"@azure-tools/azure-http-specs": "0.1.0-alpha.29",
|
|
16
|
+
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.34.1.tgz"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@typespec/prettier-plugin-typespec": "^1.
|
|
20
|
-
"prettier-plugin-organize-imports": "^4.
|
|
19
|
+
"@typespec/prettier-plugin-typespec": "^1.4.0",
|
|
20
|
+
"prettier-plugin-organize-imports": "^4.3.0",
|
|
21
21
|
"prettier": "^3.6.2"
|
|
22
22
|
},
|
|
23
23
|
"overrides": {
|
|
24
|
-
"@typespec/compiler": "1.
|
|
25
|
-
"@typespec/http": "1.
|
|
26
|
-
"@typespec/rest": "0.
|
|
27
|
-
"@typespec/versioning": "0.
|
|
28
|
-
"@typespec/openapi": "1.
|
|
29
|
-
"@typespec/xml": "0.
|
|
30
|
-
"@typespec/events": "0.
|
|
31
|
-
"@typespec/sse": "0.
|
|
32
|
-
"@typespec/streams": "0.
|
|
33
|
-
"@azure-tools/typespec-azure-core": "0.
|
|
34
|
-
"@azure-tools/typespec-client-generator-core": "0.
|
|
35
|
-
"@azure-tools/typespec-azure-resource-manager": "0.
|
|
36
|
-
"@azure-tools/typespec-autorest": "0.
|
|
24
|
+
"@typespec/compiler": "1.4.0",
|
|
25
|
+
"@typespec/http": "1.4.0",
|
|
26
|
+
"@typespec/rest": "0.74.0",
|
|
27
|
+
"@typespec/versioning": "0.74.0",
|
|
28
|
+
"@typespec/openapi": "1.4.0",
|
|
29
|
+
"@typespec/xml": "0.74.0",
|
|
30
|
+
"@typespec/events": "0.74.0",
|
|
31
|
+
"@typespec/sse": "0.74.0",
|
|
32
|
+
"@typespec/streams": "0.74.0",
|
|
33
|
+
"@azure-tools/typespec-azure-core": "0.60.0",
|
|
34
|
+
"@azure-tools/typespec-client-generator-core": "0.60.3",
|
|
35
|
+
"@azure-tools/typespec-azure-resource-manager": "0.60.1",
|
|
36
|
+
"@azure-tools/typespec-autorest": "0.60.0"
|
|
37
37
|
},
|
|
38
38
|
"private": true
|
|
39
39
|
}
|