@azure/synapse-spark 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
@@ -5,7 +5,7 @@
5
5
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-spark/README.md",
6
6
  "repository": "github:Azure/azure-sdk-for-js",
7
7
  "sdk-type": "client",
8
- "version": "1.0.0-alpha.20241023.1",
8
+ "version": "1.0.0-alpha.20241025.1",
9
9
  "dependencies": {
10
10
  "@azure/core-auth": "^1.3.0",
11
11
  "@azure/core-client": "^1.0.0",
@@ -34,7 +34,6 @@
34
34
  "@azure-tools/test-utils": "^1.0.1",
35
35
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
36
36
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
37
- "@microsoft/api-extractor": "^7.31.1",
38
37
  "@types/chai": "^4.1.6",
39
38
  "@types/chai-as-promised": "^7.1.0",
40
39
  "@types/mocha": "^10.0.0",
@@ -56,7 +55,6 @@
56
55
  "karma-sourcemap-loader": "^0.3.8",
57
56
  "mocha": "^10.0.0",
58
57
  "nyc": "^17.0.0",
59
- "rimraf": "^5.0.5",
60
58
  "ts-node": "^10.0.0",
61
59
  "typescript": "~5.6.2",
62
60
  "uglify-js": "^3.4.9"
@@ -97,7 +95,7 @@
97
95
  "build:samples": "echo Skipped.",
98
96
  "build:test": "tsc -p . && dev-tool run bundle",
99
97
  "check-format": "echo skip format check as this package has only auto generated code",
100
- "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
98
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
101
99
  "extract-api": "dev-tool run extract-api",
102
100
  "format": "echo skip format as this package has only auto generated code",
103
101
  "integration-test": "echo skip",