@azure/synapse-monitoring 1.0.0-alpha.20241023.1 → 1.0.0-alpha.20241024.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-monitoring/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.20241024.1",
9
9
  "dependencies": {
10
10
  "@azure/core-auth": "^1.3.2",
11
11
  "@azure/core-client": "^1.6.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/mocha": "^10.0.0",
39
38
  "@types/node": "^18.0.0",
40
39
  "cross-env": "^7.0.0",
@@ -50,7 +49,6 @@
50
49
  "karma-source-map-support": "~1.4.0",
51
50
  "karma-sourcemap-loader": "^0.3.8",
52
51
  "mocha": "^10.0.0",
53
- "rimraf": "^5.0.5",
54
52
  "ts-node": "^10.0.0",
55
53
  "typescript": "~5.6.2",
56
54
  "uglify-js": "^3.4.9"
@@ -70,7 +68,7 @@
70
68
  "build:samples": "echo Skipped.",
71
69
  "build:test": "tsc -p . && dev-tool run bundle",
72
70
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"test/**/*.ts\" \"*.{js,json}\"",
73
- "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
71
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
74
72
  "extract-api": "dev-tool run extract-api",
75
73
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"test/**/*.ts\" \"*.{js,json}\"",
76
74
  "integration-test": "echo skip",