@azure/synapse-access-control 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.
Files changed (1) hide show
  1. 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-access-control/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.20251014.1",
9
9
  "dependencies": {
10
10
  "@azure/core-auth": "^1.9.0",
11
11
  "@azure/core-client": "^1.9.2",
@@ -47,16 +47,20 @@
47
47
  "@types/node": "^20.19.0",
48
48
  "@vitest/browser": "^3.2.3",
49
49
  "@vitest/coverage-istanbul": "^3.2.3",
50
+ "cross-env": "^7.0.3",
50
51
  "dotenv": "^16.0.0",
51
52
  "eslint": "^9.33.0",
52
53
  "playwright": "^1.50.1",
54
+ "prettier": "^3.6.2",
55
+ "rimraf": "^6.0.1",
56
+ "tshy": "^3.0.0",
53
57
  "typescript": "~5.9.3",
54
58
  "vitest": "^3.2.3",
55
- "@azure-tools/test-recorder": "^4.1.1",
56
59
  "@azure-tools/test-credential": "^2.1.2",
60
+ "@azure-tools/test-utils-vitest": "^2.0.1",
57
61
  "@azure/dev-tool": "^1.0.0",
58
62
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
59
- "@azure-tools/test-utils-vitest": "^2.0.1"
63
+ "@azure-tools/test-recorder": "^4.1.1"
60
64
  },
61
65
  "bugs": {
62
66
  "url": "https://github.com/Azure/azure-sdk-for-js/issues"
@@ -110,10 +114,10 @@
110
114
  "scripts": {
111
115
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
112
116
  "build:samples": "echo Skipped.",
113
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
114
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
117
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
118
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
115
119
  "extract-api": "dev-tool run extract-api",
116
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
120
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
117
121
  "lint": "eslint package.json src test",
118
122
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
119
123
  "pack": "pnpm pack 2>&1",