@typespec/ts-http-runtime 1.0.0-alpha.20241023.2 → 1.0.0-alpha.20241024.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 -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.20241024.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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"build:samples": "echo Obsolete",
|
|
56
56
|
"build:test": "echo skipped. actual commands inlined in browser test scripts",
|
|
57
57
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
58
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
58
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
59
59
|
"execute:samples": "echo skipped",
|
|
60
60
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
61
61
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
@@ -99,14 +99,12 @@
|
|
|
99
99
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
100
100
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
101
101
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
102
|
-
"@microsoft/api-extractor": "^7.40.3",
|
|
103
102
|
"@types/node": "^18.0.0",
|
|
104
103
|
"@vitest/browser": "^2.0.5",
|
|
105
104
|
"@vitest/coverage-istanbul": "^2.0.5",
|
|
106
105
|
"cross-env": "^7.0.2",
|
|
107
106
|
"eslint": "^9.9.0",
|
|
108
107
|
"playwright": "^1.41.2",
|
|
109
|
-
"rimraf": "^5.0.5",
|
|
110
108
|
"typescript": "~5.6.2",
|
|
111
109
|
"vitest": "^2.0.5",
|
|
112
110
|
"tsx": "^4.19.1"
|