@azure-rest/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-rest/core-client": "^2.3.1",
11
11
  "@azure/core-auth": "^1.9.0",
@@ -42,16 +42,20 @@
42
42
  "@types/node": "^20.19.0",
43
43
  "@vitest/browser": "^3.2.3",
44
44
  "@vitest/coverage-istanbul": "^3.2.3",
45
+ "cross-env": "^7.0.3",
45
46
  "dotenv": "^16.0.0",
46
47
  "eslint": "^9.33.0",
47
48
  "playwright": "^1.50.1",
49
+ "prettier": "^3.6.2",
50
+ "rimraf": "^6.0.1",
51
+ "tshy": "^3.0.0",
48
52
  "typescript": "~5.9.3",
49
53
  "vitest": "^3.2.3",
50
- "@azure-tools/test-recorder": "^4.1.1",
51
54
  "@azure-tools/test-credential": "^2.1.2",
55
+ "@azure-tools/test-recorder": "^4.1.1",
52
56
  "@azure-tools/test-utils-vitest": "^2.0.1",
53
- "@azure/core-util": "^1.13.1",
54
57
  "@azure/dev-tool": "^1.0.0",
58
+ "@azure/core-util": "^1.13.1",
55
59
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
56
60
  },
57
61
  "bugs": {
@@ -119,10 +123,10 @@
119
123
  "scripts": {
120
124
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
121
125
  "build:samples": "tsc -p tsconfig.samples.json",
122
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
123
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
126
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
127
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
124
128
  "extract-api": "dev-tool run extract-api",
125
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
129
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
126
130
  "lint": "eslint package.json src test",
127
131
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
128
132
  "pack": "pnpm pack 2>&1",