@azure-tools/typespec-java 0.37.2 → 0.37.4
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/dist/src/code-model-builder.d.ts.map +1 -1
- package/dist/src/code-model-builder.js +12 -0
- package/dist/src/code-model-builder.js.map +1 -1
- package/dist/src/common/client.d.ts +8 -0
- package/dist/src/common/client.d.ts.map +1 -1
- package/dist/src/common/client.js.map +1 -1
- package/dist/src/lib.d.ts +17 -2
- package/dist/src/lib.d.ts.map +1 -1
- package/dist/src/lib.js +6 -0
- package/dist/src/lib.js.map +1 -1
- package/dist/src/options.d.ts.map +1 -1
- package/dist/src/options.js +6 -0
- package/dist/src/options.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/generator/http-client-generator/target/emitter.jar +0 -0
- package/package.json +40 -40
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-java",
|
|
3
|
-
"version": "0.37.
|
|
3
|
+
"version": "0.37.4",
|
|
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.
|
|
50
|
+
"@azure-tools/typespec-autorest": ">=0.63.0 <1.0.0",
|
|
51
|
+
"@azure-tools/typespec-azure-core": ">=0.63.0 <1.0.0",
|
|
52
|
+
"@azure-tools/typespec-azure-resource-manager": ">=0.63.0 <1.0.0",
|
|
53
|
+
"@azure-tools/typespec-azure-rulesets": ">=0.63.0 <1.0.0",
|
|
54
|
+
"@azure-tools/typespec-client-generator-core": ">=0.63.0 <1.0.0",
|
|
55
55
|
"@azure-tools/typespec-liftr-base": ">=0.11.0 <1.0.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.
|
|
56
|
+
"@typespec/compiler": "^1.7.1",
|
|
57
|
+
"@typespec/http": "^1.7.0",
|
|
58
|
+
"@typespec/openapi": "^1.7.0",
|
|
59
|
+
"@typespec/rest": ">=0.77.0 <1.0.0",
|
|
60
|
+
"@typespec/versioning": ">=0.77.0 <1.0.0",
|
|
61
|
+
"@typespec/xml": ">=0.77.0 <1.0.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@autorest/codemodel": "~4.20.1",
|
|
@@ -66,44 +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.
|
|
69
|
+
"@azure-tools/typespec-autorest": "0.63.0",
|
|
70
|
+
"@azure-tools/typespec-azure-core": "0.63.0",
|
|
71
|
+
"@azure-tools/typespec-azure-resource-manager": "0.63.0",
|
|
72
|
+
"@azure-tools/typespec-azure-rulesets": "0.63.0",
|
|
73
|
+
"@azure-tools/typespec-client-generator-core": "0.63.0",
|
|
74
74
|
"@azure-tools/typespec-liftr-base": "0.11.0",
|
|
75
|
-
"@microsoft/api-extractor": "^7.55.
|
|
75
|
+
"@microsoft/api-extractor": "^7.55.2",
|
|
76
76
|
"@types/js-yaml": "~4.0.9",
|
|
77
77
|
"@types/lodash": "~4.17.21",
|
|
78
|
-
"@types/node": "~
|
|
79
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
80
|
-
"@typescript-eslint/parser": "~8.
|
|
81
|
-
"@typespec/compiler": "1.
|
|
82
|
-
"@typespec/events": "0.
|
|
83
|
-
"@typespec/http": "1.
|
|
84
|
-
"@typespec/openapi": "1.
|
|
85
|
-
"@typespec/rest": "0.
|
|
86
|
-
"@typespec/sse": "0.
|
|
87
|
-
"@typespec/streams": "0.
|
|
88
|
-
"@typespec/tspd": "0.73.
|
|
89
|
-
"@typespec/versioning": "0.
|
|
90
|
-
"@typespec/xml": "0.
|
|
91
|
-
"@vitest/coverage-v8": "^4.0.
|
|
92
|
-
"@vitest/ui": "^4.0.
|
|
78
|
+
"@types/node": "~25.0.3",
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "~8.50.0",
|
|
80
|
+
"@typescript-eslint/parser": "~8.50.0",
|
|
81
|
+
"@typespec/compiler": "1.7.1",
|
|
82
|
+
"@typespec/events": "0.77.0",
|
|
83
|
+
"@typespec/http": "1.7.0",
|
|
84
|
+
"@typespec/openapi": "1.7.0",
|
|
85
|
+
"@typespec/rest": "0.77.0",
|
|
86
|
+
"@typespec/sse": "0.77.0",
|
|
87
|
+
"@typespec/streams": "0.77.0",
|
|
88
|
+
"@typespec/tspd": "0.73.2",
|
|
89
|
+
"@typespec/versioning": "0.77.0",
|
|
90
|
+
"@typespec/xml": "0.77.0",
|
|
91
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
92
|
+
"@vitest/ui": "^4.0.16",
|
|
93
93
|
"c8": "~10.1.3",
|
|
94
|
-
"eslint": "~9.39.
|
|
94
|
+
"eslint": "~9.39.2",
|
|
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.7.
|
|
98
|
+
"prettier": "~3.7.4",
|
|
99
99
|
"rimraf": "~6.1.2",
|
|
100
100
|
"typescript": "~5.9.3",
|
|
101
|
-
"typescript-eslint": "^8.
|
|
102
|
-
"vitest": "^4.0.
|
|
101
|
+
"typescript-eslint": "^8.50.0",
|
|
102
|
+
"vitest": "^4.0.16"
|
|
103
103
|
},
|
|
104
104
|
"overrides": {
|
|
105
|
-
"eslint": "~9.39.
|
|
106
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
107
|
-
"@typescript-eslint/parser": "~8.
|
|
105
|
+
"eslint": "~9.39.2",
|
|
106
|
+
"@typescript-eslint/eslint-plugin": "~8.50.0",
|
|
107
|
+
"@typescript-eslint/parser": "~8.50.0"
|
|
108
108
|
}
|
|
109
109
|
}
|