@typespec/ts-http-runtime 1.0.0-alpha.20240809.2 → 1.0.0-alpha.20240813.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": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20240813.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",
|
|
@@ -104,15 +104,15 @@
|
|
|
104
104
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
105
105
|
"@microsoft/api-extractor": "^7.40.3",
|
|
106
106
|
"@types/node": "^18.0.0",
|
|
107
|
-
"@vitest/browser": "^
|
|
108
|
-
"@vitest/coverage-istanbul": "^
|
|
107
|
+
"@vitest/browser": "^2.0.5",
|
|
108
|
+
"@vitest/coverage-istanbul": "^2.0.5",
|
|
109
109
|
"cross-env": "^7.0.2",
|
|
110
110
|
"eslint": "^8.56.0",
|
|
111
111
|
"playwright": "^1.41.2",
|
|
112
112
|
"rimraf": "^5.0.5",
|
|
113
113
|
"tshy": "^1.17.0",
|
|
114
114
|
"typescript": "~5.5.3",
|
|
115
|
-
"vitest": "^
|
|
115
|
+
"vitest": "^2.0.5"
|
|
116
116
|
},
|
|
117
117
|
"tshy": {
|
|
118
118
|
"exports": {
|