@settlemint/dalp-cli 2.1.7-main.25401987980 → 2.1.7-main.25402886901
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 +4 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -60186,7 +60186,8 @@ var CUSTOM_ERRORS = {
|
|
|
60186
60186
|
selector: exports_external.string(),
|
|
60187
60187
|
solidityError: exports_external.string(),
|
|
60188
60188
|
args: exports_external.record(exports_external.string(), exports_external.string()).optional(),
|
|
60189
|
-
correlationId: exports_external.string().optional()
|
|
60189
|
+
correlationId: exports_external.string().optional(),
|
|
60190
|
+
requestId: exports_external.string().optional()
|
|
60190
60191
|
})
|
|
60191
60192
|
}
|
|
60192
60193
|
};
|
|
@@ -77998,7 +77999,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
77998
77999
|
}
|
|
77999
78000
|
var package_default = {
|
|
78000
78001
|
name: "@settlemint/dalp-sdk",
|
|
78001
|
-
version: "2.1.7-main.
|
|
78002
|
+
version: "2.1.7-main.25402886901",
|
|
78002
78003
|
private: false,
|
|
78003
78004
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
78004
78005
|
homepage: "https://settlemint.com",
|
|
@@ -78549,7 +78550,7 @@ function trimConfigValue(name, value3) {
|
|
|
78549
78550
|
// package.json
|
|
78550
78551
|
var package_default2 = {
|
|
78551
78552
|
name: "@settlemint/dalp-cli",
|
|
78552
|
-
version: "2.1.7-main.
|
|
78553
|
+
version: "2.1.7-main.25402886901",
|
|
78553
78554
|
private: false,
|
|
78554
78555
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
78555
78556
|
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.25402886901",
|
|
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",
|