@typespec/ts-http-runtime 1.0.0-alpha.20240813.2 → 1.0.0-alpha.20240814.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 +2 -6
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.20240814.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",
|
|
@@ -12,22 +12,18 @@
|
|
|
12
12
|
"./package.json": "./package.json",
|
|
13
13
|
".": {
|
|
14
14
|
"browser": {
|
|
15
|
-
"source": "./src/index.ts",
|
|
16
15
|
"types": "./dist/browser/index.d.ts",
|
|
17
16
|
"default": "./dist/browser/index.js"
|
|
18
17
|
},
|
|
19
18
|
"react-native": {
|
|
20
|
-
"source": "./src/index.ts",
|
|
21
19
|
"types": "./dist/react-native/index.d.ts",
|
|
22
20
|
"default": "./dist/react-native/index.js"
|
|
23
21
|
},
|
|
24
22
|
"import": {
|
|
25
|
-
"source": "./src/index.ts",
|
|
26
23
|
"types": "./dist/esm/index.d.ts",
|
|
27
24
|
"default": "./dist/esm/index.js"
|
|
28
25
|
},
|
|
29
26
|
"require": {
|
|
30
|
-
"source": "./src/index.ts",
|
|
31
27
|
"types": "./dist/commonjs/index.d.ts",
|
|
32
28
|
"default": "./dist/commonjs/index.js"
|
|
33
29
|
}
|
|
@@ -110,7 +106,7 @@
|
|
|
110
106
|
"eslint": "^8.56.0",
|
|
111
107
|
"playwright": "^1.41.2",
|
|
112
108
|
"rimraf": "^5.0.5",
|
|
113
|
-
"tshy": "^
|
|
109
|
+
"tshy": "^2.0.0",
|
|
114
110
|
"typescript": "~5.5.3",
|
|
115
111
|
"vitest": "^2.0.5"
|
|
116
112
|
},
|