@azure/synapse-monitoring 1.0.0-alpha.20241030.1 → 1.0.0-alpha.20241101.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.
- package/package.json +3 -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.
|
|
8
|
+
"version": "1.0.0-alpha.20241101.1",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@azure/core-auth": "^1.3.2",
|
|
11
11
|
"@azure/core-client": "^1.6.0",
|
|
@@ -50,8 +50,7 @@
|
|
|
50
50
|
"karma-sourcemap-loader": "^0.3.8",
|
|
51
51
|
"mocha": "^10.0.0",
|
|
52
52
|
"ts-node": "^10.0.0",
|
|
53
|
-
"typescript": "~5.6.2"
|
|
54
|
-
"uglify-js": "^3.4.9"
|
|
53
|
+
"typescript": "~5.6.2"
|
|
55
54
|
},
|
|
56
55
|
"bugs": {
|
|
57
56
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
@@ -75,7 +74,7 @@
|
|
|
75
74
|
"integration-test:browser": "echo skip",
|
|
76
75
|
"integration-test:node": "echo skip",
|
|
77
76
|
"lint": "echo skipped",
|
|
78
|
-
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
77
|
+
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
79
78
|
"pack": "npm pack 2>&1",
|
|
80
79
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
81
80
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|