@typespec/ts-http-runtime 0.3.2-alpha.20251111.2 → 0.3.2-alpha.20251113.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": "@typespec/ts-http-runtime",
|
|
3
|
-
"version": "0.3.2-alpha.
|
|
3
|
+
"version": "0.3.2-alpha.20251113.1",
|
|
4
4
|
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -129,18 +129,18 @@
|
|
|
129
129
|
},
|
|
130
130
|
"devDependencies": {
|
|
131
131
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
132
|
-
"@types/node": "^20.19.
|
|
133
|
-
"@vitest/browser-playwright": "^4.0.
|
|
134
|
-
"@vitest/coverage-istanbul": "^4.0.
|
|
132
|
+
"@types/node": "^20.19.24",
|
|
133
|
+
"@vitest/browser-playwright": "^4.0.8",
|
|
134
|
+
"@vitest/coverage-istanbul": "^4.0.8",
|
|
135
135
|
"cross-env": "^7.0.3",
|
|
136
|
-
"eslint": "^9.
|
|
136
|
+
"eslint": "^9.39.1",
|
|
137
137
|
"playwright": "^1.50.1",
|
|
138
138
|
"prettier": "^3.6.2",
|
|
139
|
-
"rimraf": "^6.0
|
|
140
|
-
"tshy": "^3.0.
|
|
139
|
+
"rimraf": "^6.1.0",
|
|
140
|
+
"tshy": "^3.0.3",
|
|
141
141
|
"tsx": "^4.20.4",
|
|
142
142
|
"typescript": "~5.9.3",
|
|
143
|
-
"vitest": "^4.0.
|
|
143
|
+
"vitest": "^4.0.8",
|
|
144
144
|
"@azure/dev-tool": "^1.0.0",
|
|
145
145
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
146
146
|
},
|