@azure-rest/confidential-ledger 1.1.2-alpha.20250731.1 → 1.1.2-alpha.20250808.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
|
@@ -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.1.2-alpha.
|
|
6
|
+
"version": "1.1.2-alpha.20250808.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
57
57
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
58
58
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
59
|
-
"generate:client": "autorest --typescript swagger/README.md &&
|
|
59
|
+
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
60
60
|
"lint": "eslint package.json src test",
|
|
61
61
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
62
62
|
"pack": "npm pack 2>&1",
|