@autorest/java 4.1.60 → 4.1.62
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/typespec-extension/package.json +15 -15
- package/typespec-tests/package.json +3 -3
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.23.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "pnpm build:all && pnpm check:eng && pnpm gen-compiler-extern-signature",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"@microsoft/api-extractor": "^7.52.1",
|
|
48
48
|
"@octokit/core": "^7.0.2",
|
|
49
49
|
"@octokit/plugin-paginate-graphql": "^6.0.0",
|
|
50
|
-
"@octokit/plugin-rest-endpoint-methods": "^
|
|
50
|
+
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
|
|
51
51
|
"@types/micromatch": "^4.0.9",
|
|
52
|
-
"@types/node": "~24.
|
|
52
|
+
"@types/node": "~24.10.1",
|
|
53
53
|
"@vitest/coverage-v8": "^4.0.4",
|
|
54
54
|
"@vitest/eslint-plugin": "^1.1.38",
|
|
55
55
|
"c8": "^10.1.3",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"prettier-plugin-astro": "^0.14.1",
|
|
66
66
|
"prettier-plugin-organize-imports": "~4.3.0",
|
|
67
67
|
"prettier-plugin-sh": "^0.17.4",
|
|
68
|
-
"rimraf": "~6.
|
|
68
|
+
"rimraf": "~6.1.2",
|
|
69
69
|
"syncpack": "^13.0.3",
|
|
70
70
|
"tsx": "^4.19.3",
|
|
71
71
|
"typescript": "~5.9.2",
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-java",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.2",
|
|
4
4
|
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"TypeSpec"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@azure-tools/typespec-autorest": ">=0.62.0 <1.0.0",
|
|
51
51
|
"@azure-tools/typespec-azure-core": ">=0.62.0 <1.0.0",
|
|
52
|
-
"@azure-tools/typespec-azure-resource-manager": ">=0.62.
|
|
52
|
+
"@azure-tools/typespec-azure-resource-manager": ">=0.62.1 <1.0.0",
|
|
53
53
|
"@azure-tools/typespec-azure-rulesets": ">=0.62.0 <1.0.0",
|
|
54
54
|
"@azure-tools/typespec-client-generator-core": ">=0.62.0 <1.0.0",
|
|
55
55
|
"@azure-tools/typespec-liftr-base": ">=0.11.0 <1.0.0",
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@azure-tools/typespec-autorest": "0.62.0",
|
|
70
70
|
"@azure-tools/typespec-azure-core": "0.62.0",
|
|
71
|
-
"@azure-tools/typespec-azure-resource-manager": "0.62.
|
|
71
|
+
"@azure-tools/typespec-azure-resource-manager": "0.62.1",
|
|
72
72
|
"@azure-tools/typespec-azure-rulesets": "0.62.0",
|
|
73
73
|
"@azure-tools/typespec-client-generator-core": "0.62.0",
|
|
74
74
|
"@azure-tools/typespec-liftr-base": "0.11.0",
|
|
75
|
-
"@microsoft/api-extractor": "^7.55.
|
|
75
|
+
"@microsoft/api-extractor": "^7.55.1",
|
|
76
76
|
"@types/js-yaml": "~4.0.9",
|
|
77
|
-
"@types/lodash": "~4.17.
|
|
77
|
+
"@types/lodash": "~4.17.21",
|
|
78
78
|
"@types/node": "~24.10.1",
|
|
79
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
80
|
-
"@typescript-eslint/parser": "~8.
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "~8.48.0",
|
|
80
|
+
"@typescript-eslint/parser": "~8.48.0",
|
|
81
81
|
"@typespec/compiler": "1.6.0",
|
|
82
82
|
"@typespec/events": "0.76.0",
|
|
83
83
|
"@typespec/http": "1.6.0",
|
|
@@ -88,22 +88,22 @@
|
|
|
88
88
|
"@typespec/tspd": "0.73.1",
|
|
89
89
|
"@typespec/versioning": "0.76.0",
|
|
90
90
|
"@typespec/xml": "0.76.0",
|
|
91
|
-
"@vitest/coverage-v8": "^4.0.
|
|
92
|
-
"@vitest/ui": "^4.0.
|
|
91
|
+
"@vitest/coverage-v8": "^4.0.14",
|
|
92
|
+
"@vitest/ui": "^4.0.14",
|
|
93
93
|
"c8": "~10.1.3",
|
|
94
94
|
"eslint": "~9.39.1",
|
|
95
95
|
"eslint-plugin-deprecation": "~3.0.0",
|
|
96
96
|
"eslint-plugin-import": "^2.32.0",
|
|
97
97
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
98
|
-
"prettier": "~3.
|
|
99
|
-
"rimraf": "~6.1.
|
|
98
|
+
"prettier": "~3.7.3",
|
|
99
|
+
"rimraf": "~6.1.2",
|
|
100
100
|
"typescript": "~5.9.3",
|
|
101
|
-
"typescript-eslint": "^8.
|
|
102
|
-
"vitest": "^4.0.
|
|
101
|
+
"typescript-eslint": "^8.48.0",
|
|
102
|
+
"vitest": "^4.0.14"
|
|
103
103
|
},
|
|
104
104
|
"overrides": {
|
|
105
105
|
"eslint": "~9.39.1",
|
|
106
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
107
|
-
"@typescript-eslint/parser": "~8.
|
|
106
|
+
"@typescript-eslint/eslint-plugin": "~8.48.0",
|
|
107
|
+
"@typescript-eslint/parser": "~8.48.0"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"@typespec/spector": "0.1.0-alpha.20",
|
|
14
14
|
"@typespec/http-specs": "0.1.0-alpha.28",
|
|
15
15
|
"@azure-tools/azure-http-specs": "0.1.0-alpha.32",
|
|
16
|
-
|
|
16
|
+
"@azure-tools/typespec-java": "file:/../typespec-extension/azure-tools-typespec-java-0.37.2.tgz"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@typespec/prettier-plugin-typespec": "^1.6.0",
|
|
20
20
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
21
|
-
"prettier": "^3.
|
|
21
|
+
"prettier": "^3.7.3"
|
|
22
22
|
},
|
|
23
23
|
"overrides": {
|
|
24
24
|
"@typespec/compiler": "1.6.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@typespec/streams": "0.76.0",
|
|
33
33
|
"@azure-tools/typespec-azure-core": "0.62.0",
|
|
34
34
|
"@azure-tools/typespec-client-generator-core": "0.62.0",
|
|
35
|
-
"@azure-tools/typespec-azure-resource-manager": "0.62.
|
|
35
|
+
"@azure-tools/typespec-azure-resource-manager": "0.62.1",
|
|
36
36
|
"@azure-tools/typespec-autorest": "0.62.0",
|
|
37
37
|
"@azure-tools/typespec-liftr-base": "0.11.0"
|
|
38
38
|
},
|