@azure/synapse-artifacts 1.0.0-alpha.20240205.1 → 1.0.0-alpha.20240308.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 +3 -3
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.20240205.1",
6
+ "version": "1.0.0-alpha.20240308.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": {
@@ -56,7 +56,7 @@
56
56
  "karma": "^6.2.0",
57
57
  "mocha": "^10.0.0",
58
58
  "c8": "^8.0.0",
59
- "rimraf": "^3.0.0",
59
+ "rimraf": "^5.0.5",
60
60
  "uglify-js": "^3.4.9",
61
61
  "@types/chai-as-promised": "^7.1.0",
62
62
  "@types/node": "^18.0.0",
@@ -105,7 +105,7 @@
105
105
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
106
106
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
107
107
  "extract-api": "api-extractor run --local",
108
- "clean": "rimraf dist dist-* temp types *.tgz *.log"
108
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log"
109
109
  },
110
110
  "sideEffects": false,
111
111
  "autoPublish": true,