@settlemint/dalp-cli 2.1.7-main.25504369268 → 2.1.7-main.25505423261
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/dist/dalp.js +3 -6
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -50118,10 +50118,7 @@ function dapiError(args) {
|
|
|
50118
50118
|
},
|
|
50119
50119
|
surfaces: args.surfaces ?? ["orpc-v2-rest", "orpc-rpc"],
|
|
50120
50120
|
transports: args.transports ?? ["orpc-rest", "orpc-rpc"],
|
|
50121
|
-
observability: dapiObservability({
|
|
50122
|
-
expectedClientError,
|
|
50123
|
-
severity: args.severity
|
|
50124
|
-
}),
|
|
50121
|
+
observability: dapiObservability({ expectedClientError, severity: args.severity }),
|
|
50125
50122
|
owner: args.owner ?? "dapi",
|
|
50126
50123
|
...args.authSensitivity ? { authSensitivity: args.authSensitivity } : {},
|
|
50127
50124
|
...args.reviewNotes ? { reviewNotes: args.reviewNotes } : {},
|
|
@@ -73716,7 +73713,7 @@ function normalizeDalpBaseUrl(url2) {
|
|
|
73716
73713
|
}
|
|
73717
73714
|
var package_default = {
|
|
73718
73715
|
name: "@settlemint/dalp-sdk",
|
|
73719
|
-
version: "2.1.7-main.
|
|
73716
|
+
version: "2.1.7-main.25505423261",
|
|
73720
73717
|
private: false,
|
|
73721
73718
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
73722
73719
|
homepage: "https://settlemint.com",
|
|
@@ -74275,7 +74272,7 @@ function trimConfigValue(name, value3) {
|
|
|
74275
74272
|
// package.json
|
|
74276
74273
|
var package_default2 = {
|
|
74277
74274
|
name: "@settlemint/dalp-cli",
|
|
74278
|
-
version: "2.1.7-main.
|
|
74275
|
+
version: "2.1.7-main.25505423261",
|
|
74279
74276
|
private: false,
|
|
74280
74277
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
74281
74278
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"version": "2.1.7-main.
|
|
3
|
+
"version": "2.1.7-main.25505423261",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
6
6
|
"homepage": "https://settlemint.com",
|