@azure-tools/typespec-java 0.42.0 → 0.43.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-java",
3
- "version": "0.42.0",
3
+ "version": "0.43.1",
4
4
  "description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
5
5
  "keywords": [
6
6
  "TypeSpec"
@@ -48,19 +48,19 @@
48
48
  ],
49
49
  "peerDependencies": {
50
50
  "@azure-tools/openai-typespec": "^1.11.0",
51
- "@azure-tools/typespec-autorest": ">=0.65.0 <1.0.0",
52
- "@azure-tools/typespec-azure-core": ">=0.65.0 <1.0.0",
53
- "@azure-tools/typespec-azure-resource-manager": ">=0.65.0 <1.0.0",
54
- "@azure-tools/typespec-azure-rulesets": ">=0.65.0 <1.0.0",
55
- "@azure-tools/typespec-client-generator-core": ">=0.65.4 <1.0.0",
51
+ "@azure-tools/typespec-autorest": ">=0.66.0 <1.0.0",
52
+ "@azure-tools/typespec-azure-core": ">=0.66.0 <1.0.0",
53
+ "@azure-tools/typespec-azure-resource-manager": ">=0.66.0 <1.0.0",
54
+ "@azure-tools/typespec-azure-rulesets": ">=0.66.0 <1.0.0",
55
+ "@azure-tools/typespec-client-generator-core": ">=0.66.2 <1.0.0",
56
56
  "@azure-tools/typespec-liftr-base": ">=0.12.0 <1.0.0",
57
- "@typespec/compiler": "^1.9.0",
58
- "@typespec/http": "^1.9.1",
59
- "@typespec/openapi": "^1.9.0",
60
- "@typespec/openapi3": "^1.9.0",
61
- "@typespec/rest": ">=0.79.0 <1.0.0",
62
- "@typespec/versioning": ">=0.79.0 <1.0.0",
63
- "@typespec/xml": ">=0.79.0 <1.0.0"
57
+ "@typespec/compiler": "^1.10.0",
58
+ "@typespec/http": "^1.10.0",
59
+ "@typespec/openapi": "^1.10.0",
60
+ "@typespec/openapi3": "^1.10.0",
61
+ "@typespec/rest": ">=0.80.0 <1.0.0",
62
+ "@typespec/versioning": ">=0.80.0 <1.0.0",
63
+ "@typespec/xml": ">=0.80.0 <1.0.0"
64
64
  },
65
65
  "dependencies": {
66
66
  "@autorest/codemodel": "~4.20.1",
@@ -69,31 +69,31 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@azure-tools/openai-typespec": "1.11.0",
72
- "@azure-tools/typespec-autorest": "0.65.0",
73
- "@azure-tools/typespec-azure-core": "0.65.0",
74
- "@azure-tools/typespec-azure-resource-manager": "0.65.0",
75
- "@azure-tools/typespec-azure-rulesets": "0.65.0",
76
- "@azure-tools/typespec-client-generator-core": "0.65.4",
72
+ "@azure-tools/typespec-autorest": "0.66.0",
73
+ "@azure-tools/typespec-azure-core": "0.66.0",
74
+ "@azure-tools/typespec-azure-resource-manager": "0.66.0",
75
+ "@azure-tools/typespec-azure-rulesets": "0.66.0",
76
+ "@azure-tools/typespec-client-generator-core": "0.66.2",
77
77
  "@azure-tools/typespec-liftr-base": "0.12.0",
78
- "@microsoft/api-extractor": "^7.57.6",
78
+ "@microsoft/api-extractor": "^7.57.7",
79
79
  "@types/js-yaml": "~4.0.9",
80
80
  "@types/lodash": "~4.17.24",
81
- "@types/node": "~25.3.5",
82
- "@typescript-eslint/eslint-plugin": "~8.56.1",
83
- "@typescript-eslint/parser": "~8.56.1",
84
- "@typespec/compiler": "1.9.0",
85
- "@typespec/events": "0.79.0",
86
- "@typespec/http": "1.9.1",
87
- "@typespec/openapi": "1.9.0",
88
- "@typespec/openapi3": "1.9.0",
89
- "@typespec/rest": "0.79.0",
90
- "@typespec/sse": "0.79.0",
91
- "@typespec/streams": "0.79.0",
92
- "@typespec/tspd": "0.74.0",
93
- "@typespec/versioning": "0.79.0",
94
- "@typespec/xml": "0.79.0",
95
- "@vitest/coverage-v8": "^4.0.18",
96
- "@vitest/ui": "^4.0.18",
81
+ "@types/node": "~25.5.0",
82
+ "@typescript-eslint/eslint-plugin": "~8.57.0",
83
+ "@typescript-eslint/parser": "~8.57.0",
84
+ "@typespec/compiler": "1.10.0",
85
+ "@typespec/events": "0.80.0",
86
+ "@typespec/http": "1.10.0",
87
+ "@typespec/openapi": "1.10.0",
88
+ "@typespec/openapi3": "1.10.0",
89
+ "@typespec/rest": "0.80.0",
90
+ "@typespec/sse": "0.80.0",
91
+ "@typespec/streams": "0.80.0",
92
+ "@typespec/tspd": "0.74.1",
93
+ "@typespec/versioning": "0.80.0",
94
+ "@typespec/xml": "0.80.0",
95
+ "@vitest/coverage-v8": "^4.1.0",
96
+ "@vitest/ui": "^4.1.0",
97
97
  "c8": "~11.0.0",
98
98
  "eslint": "~10.0.3",
99
99
  "eslint-plugin-deprecation": "~3.0.0",
@@ -102,12 +102,12 @@
102
102
  "prettier": "~3.8.1",
103
103
  "rimraf": "~6.1.3",
104
104
  "typescript": "~5.9.3",
105
- "typescript-eslint": "^8.56.1",
106
- "vitest": "^4.0.18"
105
+ "typescript-eslint": "^8.57.0",
106
+ "vitest": "^4.1.0"
107
107
  },
108
108
  "overrides": {
109
109
  "eslint": "~10.0.3",
110
- "@typescript-eslint/eslint-plugin": "~8.56.1",
111
- "@typescript-eslint/parser": "~8.56.1"
110
+ "@typescript-eslint/eslint-plugin": "~8.57.0",
111
+ "@typescript-eslint/parser": "~8.57.0"
112
112
  }
113
113
  }