@azure-tools/typespec-java 0.29.3 → 0.30.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.29.3",
3
+ "version": "0.30.1",
4
4
  "description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
5
5
  "keywords": [
6
6
  "TypeSpec"
@@ -45,18 +45,18 @@
45
45
  "generator/http-client-generator/target/emitter.jar"
46
46
  ],
47
47
  "peerDependencies": {
48
- "@azure-tools/typespec-autorest": ">=0.55.0 <1.0.0",
49
- "@azure-tools/typespec-azure-core": ">=0.55.0 <1.0.0",
50
- "@azure-tools/typespec-azure-resource-manager": ">=0.55.0 <1.0.0",
51
- "@azure-tools/typespec-azure-rulesets": ">=0.55.0 <1.0.0",
52
- "@azure-tools/typespec-client-generator-core": ">=0.55.0 <1.0.0",
48
+ "@azure-tools/typespec-autorest": ">=0.56.0 <1.0.0",
49
+ "@azure-tools/typespec-azure-core": ">=0.56.0 <1.0.0",
50
+ "@azure-tools/typespec-azure-resource-manager": ">=0.56.0 <1.0.0",
51
+ "@azure-tools/typespec-azure-rulesets": ">=0.56.0 <1.0.0",
52
+ "@azure-tools/typespec-client-generator-core": ">=0.56.0 <1.0.0",
53
53
  "@azure-tools/typespec-liftr-base": ">=0.8.0 <1.0.0",
54
- "@typespec/compiler": "^1.0.0-0",
55
- "@typespec/http": "^1.0.0-0",
56
- "@typespec/openapi": "^1.0.0-0",
57
- "@typespec/rest": ">=0.69.0 <1.0.0",
58
- "@typespec/versioning": ">=0.69.0 <1.0.0",
59
- "@typespec/xml": ">=0.69.0 <1.0.0"
54
+ "@typespec/compiler": "^1.0.0",
55
+ "@typespec/http": "^1.0.0",
56
+ "@typespec/openapi": "^1.0.0",
57
+ "@typespec/rest": ">=0.70.0 <1.0.0",
58
+ "@typespec/versioning": ">=0.70.0 <1.0.0",
59
+ "@typespec/xml": ">=0.70.0 <1.0.0"
60
60
  },
61
61
  "dependencies": {
62
62
  "@autorest/codemodel": "~4.20.0",
@@ -64,40 +64,40 @@
64
64
  "lodash": "~4.17.21"
65
65
  },
66
66
  "devDependencies": {
67
- "@azure-tools/typespec-autorest": "0.55.0",
68
- "@azure-tools/typespec-azure-core": "0.55.0",
69
- "@azure-tools/typespec-azure-resource-manager": "0.55.0",
70
- "@azure-tools/typespec-azure-rulesets": "0.55.0",
71
- "@azure-tools/typespec-client-generator-core": "0.55.0",
67
+ "@azure-tools/typespec-autorest": "0.56.0",
68
+ "@azure-tools/typespec-azure-core": "0.56.0",
69
+ "@azure-tools/typespec-azure-resource-manager": "0.56.0",
70
+ "@azure-tools/typespec-azure-rulesets": "0.56.0",
71
+ "@azure-tools/typespec-client-generator-core": "0.56.1",
72
72
  "@azure-tools/typespec-liftr-base": "0.8.0",
73
73
  "@types/js-yaml": "~4.0.9",
74
74
  "@types/lodash": "~4.17.16",
75
- "@types/node": "~22.14.1",
76
- "@typescript-eslint/eslint-plugin": "~8.31.0",
77
- "@typescript-eslint/parser": "~8.31.0",
78
- "@typespec/compiler": "1.0.0-rc.1",
79
- "@typespec/http": "1.0.0-rc.1",
80
- "@typespec/openapi": "1.0.0-rc.1",
81
- "@typespec/rest": "0.69.0",
82
- "@typespec/versioning": "0.69.0",
83
- "@typespec/xml": "0.69.0",
84
- "@typespec/events": "0.69.0",
85
- "@typespec/sse": "0.69.0",
86
- "@typespec/streams": "0.69.0",
87
- "@vitest/coverage-v8": "^3.1.2",
88
- "@vitest/ui": "^3.1.2",
75
+ "@types/node": "~22.15.14",
76
+ "@typescript-eslint/eslint-plugin": "~8.32.0",
77
+ "@typescript-eslint/parser": "~8.32.0",
78
+ "@typespec/compiler": "1.0.0",
79
+ "@typespec/http": "1.0.0",
80
+ "@typespec/openapi": "1.0.0",
81
+ "@typespec/rest": "0.70.0",
82
+ "@typespec/versioning": "0.70.0",
83
+ "@typespec/xml": "0.70.0",
84
+ "@typespec/events": "0.70.0",
85
+ "@typespec/sse": "0.70.0",
86
+ "@typespec/streams": "0.70.0",
87
+ "@vitest/coverage-v8": "^3.1.3",
88
+ "@vitest/ui": "^3.1.3",
89
89
  "c8": "~10.1.3",
90
- "eslint": "~9.25.1",
90
+ "eslint": "~9.26.0",
91
91
  "eslint-plugin-deprecation": "~3.0.0",
92
92
  "eslint-plugin-import": "^2.31.0",
93
- "eslint-plugin-unicorn": "^58.0.0",
93
+ "eslint-plugin-unicorn": "^59.0.1",
94
94
  "prettier": "~3.5.3",
95
95
  "rimraf": "~6.0.1",
96
96
  "typescript": "~5.8.3",
97
- "typescript-eslint": "^8.31.0",
98
- "vitest": "^3.1.2"
97
+ "typescript-eslint": "^8.32.0",
98
+ "vitest": "^3.1.3"
99
99
  },
100
100
  "overrides": {
101
- "eslint": "~9.25.1"
101
+ "eslint": "~9.26.0"
102
102
  }
103
103
  }