@typespec/ts-http-runtime 0.3.1-alpha.20250812.1 → 0.3.1-alpha.20250820.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/ts-http-runtime",
3
- "version": "0.3.1-alpha.20250812.1",
3
+ "version": "0.3.1-alpha.20250820.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,11 +108,11 @@
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
- "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}\"",
112
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
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
113
  "execute:samples": "echo skipped",
114
114
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
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}\"",
115
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
116
116
  "lint": "eslint package.json src test",
117
117
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
118
118
  "pack": "npm pack 2>&1",