@azure/synapse-monitoring 1.0.0-alpha.20230918.1 → 1.0.0-alpha.20230925.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 +4 -1
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.20230925.1",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@azure/core-auth": "^1.3.2",
|
|
11
11
|
"@azure/core-client": "^1.6.0",
|
|
@@ -66,6 +66,9 @@
|
|
|
66
66
|
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
67
67
|
"pack": "npm pack 2>&1",
|
|
68
68
|
"build:test": "echo skipped",
|
|
69
|
+
"integration-test:browser": "echo skip",
|
|
70
|
+
"integration-test:node": "echo skip",
|
|
71
|
+
"integration-test": "echo skip",
|
|
69
72
|
"lint": "echo skipped",
|
|
70
73
|
"format": "echo skip format as this package has only auto generated code",
|
|
71
74
|
"check-format": "echo skip format check as this package has only auto generated code",
|