@azure-rest/confidential-ledger 1.1.2-alpha.20250505.1 → 1.1.2-alpha.20250507.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 +5 -11
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.20250507.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -53,25 +53,19 @@
|
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
55
55
|
"build:samples": "echo skipped.",
|
|
56
|
-
"build:test": "echo skipped.",
|
|
57
56
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
58
57
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
|
59
58
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
60
59
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
61
60
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
62
61
|
"generate:client": "autorest --typescript swagger/README.md && rushx format",
|
|
63
|
-
"integration-test": "npm run integration-test:node",
|
|
64
|
-
"integration-test:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
65
|
-
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
|
|
66
62
|
"lint": "eslint package.json api-extractor.json src test",
|
|
67
63
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
68
64
|
"pack": "npm pack 2>&1",
|
|
69
|
-
"test": "npm run
|
|
70
|
-
"test:browser": "
|
|
71
|
-
"test:node": "
|
|
72
|
-
"
|
|
73
|
-
"unit-test:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
74
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
65
|
+
"test": "npm run test:node && npm run test:browser",
|
|
66
|
+
"test:browser": "echo \"Browser is not supported.\" && exit 0",
|
|
67
|
+
"test:node": "dev-tool run test:vitest",
|
|
68
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
75
69
|
"update-snippets": "dev-tool run update-snippets"
|
|
76
70
|
},
|
|
77
71
|
"sideEffects": false,
|