@azure/core-client 1.9.3-alpha.20241022.3 → 1.9.3-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.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.9.3-alpha.20241022.3",
3
+ "version": "1.9.3-alpha.20241024.1",
4
4
  "description": "Core library for interfacing with AutoRest generated code",
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* temp types *.tgz *.log",
58
+ "clean": "dev-tool run vendored rimraf --glob 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}\"",
@@ -86,13 +86,11 @@
86
86
  "@azure/core-xml": "^1.3.4",
87
87
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
88
88
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
89
- "@microsoft/api-extractor": "^7.40.3",
90
89
  "@types/node": "^18.0.0",
91
90
  "@vitest/browser": "^2.0.5",
92
91
  "@vitest/coverage-istanbul": "^2.0.5",
93
92
  "eslint": "^9.9.0",
94
93
  "playwright": "^1.41.2",
95
- "rimraf": "^5.0.5",
96
94
  "typescript": "~5.6.2",
97
95
  "vitest": "^2.0.5"
98
96
  },