@azure/synapse-monitoring 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251014.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 +10 -6
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.20251014.1",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@azure/core-auth": "^1.9.0",
|
|
11
11
|
"@azure/core-client": "^1.9.2",
|
|
@@ -33,15 +33,19 @@
|
|
|
33
33
|
"@types/node": "^20.19.0",
|
|
34
34
|
"@vitest/browser": "^3.2.3",
|
|
35
35
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
36
|
+
"cross-env": "^7.0.3",
|
|
36
37
|
"eslint": "^9.33.0",
|
|
37
38
|
"playwright": "^1.50.1",
|
|
39
|
+
"prettier": "^3.6.2",
|
|
40
|
+
"rimraf": "^6.0.1",
|
|
41
|
+
"tshy": "^3.0.0",
|
|
38
42
|
"typescript": "~5.9.3",
|
|
39
43
|
"vitest": "^3.2.3",
|
|
40
44
|
"@azure-tools/test-credential": "^2.1.2",
|
|
41
45
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
42
46
|
"@azure/dev-tool": "^1.0.0",
|
|
43
|
-
"@azure/
|
|
44
|
-
"@azure
|
|
47
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
48
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
45
49
|
},
|
|
46
50
|
"bugs": {
|
|
47
51
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
@@ -96,10 +100,10 @@
|
|
|
96
100
|
"scripts": {
|
|
97
101
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
98
102
|
"build:samples": "echo Skipped.",
|
|
99
|
-
"check-format": "
|
|
100
|
-
"clean": "
|
|
103
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
104
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
101
105
|
"extract-api": "dev-tool run extract-api",
|
|
102
|
-
"format": "
|
|
106
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
103
107
|
"lint": "eslint package.json src test",
|
|
104
108
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
105
109
|
"pack": "pnpm pack 2>&1",
|