@azure/core-client 1.9.3-alpha.20240906.2 → 1.9.3-alpha.20240912.4

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.7"
8
+ "packageVersion": "7.47.8"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-client",
3
- "version": "1.9.3-alpha.20240906.2",
3
+ "version": "1.9.3-alpha.20240912.4",
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:test": "echo skipped. actual commands inlined in browser test scripts",
56
56
  "build": "npm run clean && tshy && dev-tool run extract-api",
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": "rimraf --glob dist* temp types *.tgz *.log",
59
59
  "execute:samples": "echo skipped",
60
60
  "extract-api": "tshy && 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}\"",