@azure-rest/confidential-ledger 1.0.1-alpha.20241023.1 → 1.0.1-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 +3 -5
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.20241024.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"apiRefLink": "https://docs.microsoft.com/azure/confidential-ledger"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
54
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
55
55
|
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
|
|
56
56
|
"build:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
57
57
|
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"build:samples": "echo Obsolete.",
|
|
60
60
|
"build:test": "tsc -p . && dev-tool run bundle --browser-test=false",
|
|
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 --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
|
62
|
+
"clean": "dev-tool run vendored 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 . && dev-tool run extract-api",
|
|
65
65
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -95,7 +95,6 @@
|
|
|
95
95
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
96
96
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
97
97
|
"@azure/identity": "^4.0.1",
|
|
98
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
99
98
|
"@types/chai": "^4.1.6",
|
|
100
99
|
"@types/mocha": "^10.0.0",
|
|
101
100
|
"@types/node": "^18.0.0",
|
|
@@ -105,7 +104,6 @@
|
|
|
105
104
|
"eslint": "^9.9.0",
|
|
106
105
|
"mocha": "^10.0.0",
|
|
107
106
|
"nyc": "^17.0.0",
|
|
108
|
-
"rimraf": "^5.0.5",
|
|
109
107
|
"source-map-support": "^0.5.9",
|
|
110
108
|
"ts-node": "^10.0.0",
|
|
111
109
|
"typescript": "~5.6.2"
|