@typespec/ts-http-runtime 0.3.1-alpha.20250820.1 → 0.3.1-alpha.20250825.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
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.20250825.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",
|
|
@@ -105,23 +105,6 @@
|
|
|
105
105
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/ts-http-runtime/",
|
|
106
106
|
"sideEffects": false,
|
|
107
107
|
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
|
|
108
|
-
"scripts": {
|
|
109
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
110
|
-
"build:samples": "echo Obsolete",
|
|
111
|
-
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
112
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
113
|
-
"execute:samples": "echo skipped",
|
|
114
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
115
|
-
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
116
|
-
"lint": "eslint package.json src test",
|
|
117
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
118
|
-
"pack": "npm pack 2>&1",
|
|
119
|
-
"test": "npm run test:node && npm run test:browser",
|
|
120
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
121
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
122
|
-
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
123
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
124
|
-
},
|
|
125
108
|
"//metadata": {
|
|
126
109
|
"constantPaths": [
|
|
127
110
|
{
|
|
@@ -146,16 +129,16 @@
|
|
|
146
129
|
},
|
|
147
130
|
"devDependencies": {
|
|
148
131
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
149
|
-
"@
|
|
150
|
-
"@
|
|
151
|
-
"@
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
132
|
+
"@types/node": "^20.19.0",
|
|
133
|
+
"@vitest/browser": "^3.2.3",
|
|
134
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
135
|
+
"eslint": "^9.33.0",
|
|
136
|
+
"playwright": "^1.50.1",
|
|
137
|
+
"tsx": "^4.20.4",
|
|
138
|
+
"typescript": "~5.8.3",
|
|
139
|
+
"vitest": "^3.2.3",
|
|
140
|
+
"@azure/dev-tool": "^1.0.0",
|
|
141
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
159
142
|
},
|
|
160
143
|
"tshy": {
|
|
161
144
|
"exports": {
|
|
@@ -176,5 +159,21 @@
|
|
|
176
159
|
"selfLink": false,
|
|
177
160
|
"project": "../../../tsconfig.src.build.json"
|
|
178
161
|
},
|
|
179
|
-
"module": "./dist/esm/index.js"
|
|
180
|
-
|
|
162
|
+
"module": "./dist/esm/index.js",
|
|
163
|
+
"scripts": {
|
|
164
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
165
|
+
"build:samples": "echo Skipped.",
|
|
166
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
167
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
168
|
+
"execute:samples": "echo skipped",
|
|
169
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
170
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
171
|
+
"lint": "eslint package.json src test",
|
|
172
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
173
|
+
"pack": "pnpm pack 2>&1",
|
|
174
|
+
"test": "npm run test:node && npm run test:browser",
|
|
175
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
176
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
|
|
177
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
178
|
+
}
|
|
179
|
+
}
|