@azure/synapse-access-control 1.0.0-alpha.20250411.1 → 1.0.0-alpha.20250417.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
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.
|
|
8
|
+
"version": "1.0.0-alpha.20250417.1",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@azure/core-auth": "^1.9.0",
|
|
11
11
|
"@azure/core-client": "^1.9.2",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
82
82
|
"pack": "npm pack 2>&1",
|
|
83
83
|
"test": "npm run unit-test",
|
|
84
|
-
"test:browser": "npm run clean && dev-tool run build-package &&
|
|
84
|
+
"test:browser": "npm run clean && dev-tool run build-package && npm run unit-test:browser",
|
|
85
85
|
"test:node": "npm run unit-test:node",
|
|
86
86
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
87
87
|
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|