@azure/core-client 1.9.3-alpha.20240415.4 → 1.9.3-alpha.20240418.3

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": "@azure/core-client",
3
- "version": "1.9.3-alpha.20240415.4",
3
+ "version": "1.9.3-alpha.20240418.3",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
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 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",