@typespec/ts-http-runtime 0.3.1-alpha.20251013.3 → 0.3.1-alpha.20251014.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 +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/ts-http-runtime",
|
|
3
|
-
"version": "0.3.1-alpha.
|
|
3
|
+
"version": "0.3.1-alpha.20251014.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",
|
|
@@ -132,14 +132,17 @@
|
|
|
132
132
|
"@types/node": "^20.19.0",
|
|
133
133
|
"@vitest/browser": "^3.2.3",
|
|
134
134
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
135
|
+
"cross-env": "^7.0.3",
|
|
135
136
|
"eslint": "^9.33.0",
|
|
136
137
|
"playwright": "^1.50.1",
|
|
138
|
+
"prettier": "^3.6.2",
|
|
139
|
+
"rimraf": "^6.0.1",
|
|
137
140
|
"tshy": "^3.0.0",
|
|
138
141
|
"tsx": "^4.20.4",
|
|
139
142
|
"typescript": "~5.9.3",
|
|
140
143
|
"vitest": "^3.2.3",
|
|
141
|
-
"@azure/
|
|
142
|
-
"@azure/
|
|
144
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
145
|
+
"@azure/dev-tool": "^1.0.0"
|
|
143
146
|
},
|
|
144
147
|
"tshy": {
|
|
145
148
|
"exports": {
|