@azure/synapse-artifacts 1.0.0-alpha.20241023.1 → 1.0.0-alpha.20241025.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
@@ -3,7 +3,7 @@
3
3
  "author": "Microsoft Corporation",
4
4
  "description": "A generated SDK for ArtifactsClient.",
5
5
  "sdk-type": "client",
6
- "version": "1.0.0-alpha.20241023.1",
6
+ "version": "1.0.0-alpha.20241025.1",
7
7
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
8
8
  "repository": "github:Azure/azure-sdk-for-js",
9
9
  "dependencies": {
@@ -40,7 +40,6 @@
40
40
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
41
41
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
42
42
  "@azure/identity": "^4.0.1",
43
- "@microsoft/api-extractor": "^7.31.1",
44
43
  "@types/chai": "^4.1.6",
45
44
  "@types/chai-as-promised": "^7.1.0",
46
45
  "@types/mocha": "^10.0.0",
@@ -65,7 +64,6 @@
65
64
  "karma-sourcemap-loader": "^0.3.8",
66
65
  "mocha": "^10.0.0",
67
66
  "nyc": "^17.0.0",
68
- "rimraf": "^5.0.5",
69
67
  "sinon": "^17.0.0",
70
68
  "source-map-support": "^0.5.9",
71
69
  "ts-node": "^10.0.0",
@@ -90,7 +88,7 @@
90
88
  "build:samples": "echo Obsolete.",
91
89
  "build:test": "tsc -p . && dev-tool run bundle",
92
90
  "check-format": "echo skip format check as this package has only auto generated code",
93
- "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
91
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
94
92
  "extract-api": "dev-tool run extract-api",
95
93
  "format": "echo skip format as this package has only auto generated code",
96
94
  "generate:client": "autorest --typescript ./swagger/README.md",