@typespec/ts-http-runtime 0.2.3-alpha.20250506.1 → 0.2.3-alpha.20250507.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.
Files changed (1) hide show
  1. package/package.json +7 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/ts-http-runtime",
3
- "version": "0.2.3-alpha.20250506.1",
3
+ "version": "0.2.3-alpha.20250507.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",
@@ -108,24 +108,18 @@
108
108
  "scripts": {
109
109
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
110
110
  "build:samples": "echo Obsolete",
111
- "build:test": "echo skipped. actual commands inlined in browser test scripts",
112
111
  "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}\"",
113
112
  "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
114
113
  "execute:samples": "echo skipped",
115
114
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
116
115
  "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}\"",
117
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
118
- "integration-test:browser": "echo skipped",
119
- "integration-test:node": "echo skipped",
120
116
  "lint": "eslint README.md package.json api-extractor.json src test",
121
117
  "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
122
118
  "pack": "npm pack 2>&1",
123
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
124
- "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
125
- "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
126
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
127
- "unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
128
- "unit-test:node": "dev-tool run test:vitest --no-test-proxy",
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",
129
123
  "update-snippets": "dev-tool run update-snippets"
130
124
  },
131
125
  "//metadata": {
@@ -159,9 +153,9 @@
159
153
  "@vitest/coverage-istanbul": "^3.0.9",
160
154
  "eslint": "^9.9.0",
161
155
  "playwright": "^1.41.2",
156
+ "tsx": "^4.19.1",
162
157
  "typescript": "~5.8.2",
163
- "vitest": "^3.0.9",
164
- "tsx": "^4.19.1"
158
+ "vitest": "^3.0.9"
165
159
  },
166
160
  "tshy": {
167
161
  "exports": {