@typespec/ts-http-runtime 1.0.0-alpha.20240416.4 → 1.0.0-alpha.20240419.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/ts-http-runtime",
3
- "version": "1.0.0-alpha.20240416.4",
3
+ "version": "1.0.0-alpha.20240419.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",
@@ -52,11 +52,11 @@
52
52
  "scripts": {
53
53
  "build:samples": "echo Obsolete",
54
54
  "build:test": "npm run clean && tshy && dev-tool run build-test",
55
- "build": "npm run clean && tshy && api-extractor run --local",
55
+ "build": "npm run clean && tshy && dev-tool run extract-api",
56
56
  "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}\"",
57
57
  "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
58
58
  "execute:samples": "echo skipped",
59
- "extract-api": "tshy && api-extractor run --local",
59
+ "extract-api": "tshy && dev-tool run extract-api",
60
60
  "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}\"",
61
61
  "integration-test:browser": "echo skipped",
62
62
  "integration-test:node": "echo skipped",