@azure-rest/synapse-access-control 1.0.0-alpha.20241022.1 → 1.0.0-alpha.20241024.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 +2 -4
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.20241024.1",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@azure-rest/core-client": "^1.0.0",
|
|
11
11
|
"@azure/core-auth": "^1.3.0",
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
47
47
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
48
48
|
"@azure/identity": "^4.0.1",
|
|
49
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
50
49
|
"@types/chai": "^4.1.6",
|
|
51
50
|
"@types/chai-as-promised": "^7.1.0",
|
|
52
51
|
"@types/mocha": "^10.0.0",
|
|
@@ -71,7 +70,6 @@
|
|
|
71
70
|
"karma-sourcemap-loader": "^0.3.8",
|
|
72
71
|
"mocha": "^10.0.0",
|
|
73
72
|
"nyc": "^17.0.0",
|
|
74
|
-
"rimraf": "^5.0.5",
|
|
75
73
|
"source-map-support": "^0.5.9",
|
|
76
74
|
"ts-node": "^10.0.0",
|
|
77
75
|
"typescript": "~5.6.2",
|
|
@@ -98,7 +96,7 @@
|
|
|
98
96
|
"build:samples": "echo Skipped.",
|
|
99
97
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
100
98
|
"check-format": "echo skip format check as this package has only auto generated code",
|
|
101
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
99
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
102
100
|
"extract-api": "dev-tool run extract-api",
|
|
103
101
|
"format": "echo skip format as this package has only auto generated code",
|
|
104
102
|
"integration-test": "echo skip",
|