@azure-rest/confidential-ledger 1.0.1-alpha.20240419.1 → 1.0.1-alpha.20240424.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 +6 -7
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.20240424.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"build:node": "tsc -p . && dev-tool run bundle --browser-test=false",
|
|
57
57
|
"build:samples": "echo Obsolete.",
|
|
58
58
|
"build:test": "tsc -p . && dev-tool run bundle --browser-test=false",
|
|
59
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false &&
|
|
60
|
-
"build:debug": "tsc -p . && dev-tool run bundle &&
|
|
59
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && dev-tool run extract-api",
|
|
60
|
+
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
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
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
|
-
"extract-api": "tsc -p . &&
|
|
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}\"",
|
|
66
66
|
"generate:client": "autorest --typescript swagger/README.md && rushx format",
|
|
67
67
|
"integration-test:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
@@ -103,11 +103,10 @@
|
|
|
103
103
|
"dotenv": "^16.0.0",
|
|
104
104
|
"eslint": "^8.0.0",
|
|
105
105
|
"mocha": "^10.0.0",
|
|
106
|
-
"
|
|
106
|
+
"nyc": "^15.1.0",
|
|
107
107
|
"rimraf": "^5.0.5",
|
|
108
108
|
"source-map-support": "^0.5.9",
|
|
109
109
|
"typescript": "~5.4.5",
|
|
110
|
-
"ts-node": "^10.0.0"
|
|
111
|
-
"esm": "^3.2.18"
|
|
110
|
+
"ts-node": "^10.0.0"
|
|
112
111
|
}
|
|
113
112
|
}
|