@typespec/ts-http-runtime 0.3.2-alpha.20251106.4 → 0.3.2
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/ts-http-runtime",
|
|
3
|
-
"version": "0.3.2
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"tslib": "^2.6.2"
|
|
129
129
|
},
|
|
130
130
|
"devDependencies": {
|
|
131
|
-
"@azure-tools/vite-plugin-browser-test-map": "
|
|
131
|
+
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
|
|
132
132
|
"@types/node": "^20.19.0",
|
|
133
133
|
"@vitest/browser-playwright": "^4.0.0",
|
|
134
134
|
"@vitest/coverage-istanbul": "^4.0.6",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"tsx": "^4.20.4",
|
|
142
142
|
"typescript": "~5.9.3",
|
|
143
143
|
"vitest": "^4.0.6",
|
|
144
|
-
"@azure/
|
|
145
|
-
"@azure/
|
|
144
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
145
|
+
"@azure/dev-tool": "^1.0.0"
|
|
146
146
|
},
|
|
147
147
|
"tshy": {
|
|
148
148
|
"exports": {
|