@azure-rest/purview-scanning 1.0.0-alpha.20240126.1 → 1.0.0-alpha.20240307.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 +4 -4
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "An isomorphic rest level client library for the Azure Purview Scanning service.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20240307.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
60
60
|
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
61
61
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
62
|
-
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
62
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
63
63
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
64
64
|
"extract-api": "rimraf review && mkdirp ./review && api-extractor run --local",
|
|
65
65
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
92
92
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
93
|
-
"@azure/identity": "^
|
|
93
|
+
"@azure/identity": "^4.0.1",
|
|
94
94
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
|
95
95
|
"@azure-tools/test-credential": "^1.0.0",
|
|
96
96
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"mkdirp": "^1.0.4",
|
|
116
116
|
"mocha": "^10.0.0",
|
|
117
117
|
"c8": "^8.0.0",
|
|
118
|
-
"rimraf": "^
|
|
118
|
+
"rimraf": "^5.0.5",
|
|
119
119
|
"source-map-support": "^0.5.9",
|
|
120
120
|
"typescript": "~5.3.3",
|
|
121
121
|
"ts-node": "^10.0.0",
|