@azure/synapse-monitoring 1.0.0-alpha.20240129.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 +5 -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-monitoring/README.md",
6
6
  "repository": "github:Azure/azure-sdk-for-js",
7
7
  "sdk-type": "client",
8
- "version": "1.0.0-alpha.20240129.1",
8
+ "version": "1.0.0-alpha.20240308.1",
9
9
  "dependencies": {
10
10
  "@azure/core-auth": "^1.3.2",
11
11
  "@azure/core-client": "^1.6.0",
@@ -49,11 +49,12 @@
49
49
  "karma-sourcemap-loader": "^0.3.8",
50
50
  "karma-source-map-support": "~1.4.0",
51
51
  "mocha": "^10.0.0",
52
- "rimraf": "^3.0.0",
52
+ "rimraf": "^5.0.5",
53
53
  "typescript": "~5.3.3",
54
54
  "uglify-js": "^3.4.9",
55
55
  "ts-node": "^10.0.0",
56
- "@types/node": "^18.0.0"
56
+ "@types/node": "^18.0.0",
57
+ "@types/mocha": "^10.0.0"
57
58
  },
58
59
  "bugs": {
59
60
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
@@ -83,7 +84,7 @@
83
84
  "unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"",
84
85
  "unit-test": "npm run unit-test:node && npm run unit-test:browser",
85
86
  "extract-api": "api-extractor run --local",
86
- "clean": "rimraf dist dist-* temp types *.tgz *.log",
87
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
87
88
  "build:samples": "echo Skipped."
88
89
  },
89
90
  "sideEffects": false,