@azure/synapse-monitoring 1.0.0-alpha.20251013.1 → 1.0.0-alpha.20251016.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.1"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
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.20251013.1",
8
+ "version": "1.0.0-alpha.20251016.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/eslint-plugin-azure-sdk": "^3.0.0",
44
- "@azure-tools/test-utils-vitest": "^2.0.1"
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": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
100
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
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": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
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",