@azure-rest/confidential-ledger 1.0.1-alpha.20240129.1 → 1.0.1-alpha.20240308.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 Confidential Ledger service.",
|
|
6
|
-
"version": "1.0.1-alpha.
|
|
6
|
+
"version": "1.0.1-alpha.20240308.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 --browser-test=false && 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 dist-test temp types *.tgz *.log",
|
|
62
|
+
"clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
|
63
63
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
64
64
|
"extract-api": "tsc -p . && 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}\"",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"@azure-tools/test-credential": "^1.0.0",
|
|
93
93
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
94
94
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
95
|
-
"@azure/identity": "^
|
|
95
|
+
"@azure/identity": "^4.0.1",
|
|
96
96
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
|
97
97
|
"@microsoft/api-extractor": "^7.31.1",
|
|
98
98
|
"@types/chai": "^4.1.6",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"eslint": "^8.0.0",
|
|
105
105
|
"mocha": "^10.0.0",
|
|
106
106
|
"c8": "^8.0.0",
|
|
107
|
-
"rimraf": "^
|
|
107
|
+
"rimraf": "^5.0.5",
|
|
108
108
|
"source-map-support": "^0.5.9",
|
|
109
109
|
"typescript": "~5.3.3",
|
|
110
110
|
"ts-node": "^10.0.0",
|