@settlemint/dalp-cli 2.1.7-main.25362147374 → 2.1.7-main.25362209740
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 -8
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -60156,12 +60156,7 @@ var CUSTOM_ERRORS = {
|
|
|
60156
60156
|
selector: exports_external.string(),
|
|
60157
60157
|
solidityError: exports_external.string(),
|
|
60158
60158
|
args: exports_external.record(exports_external.string(), exports_external.string()).optional(),
|
|
60159
|
-
correlationId: exports_external.string().optional()
|
|
60160
|
-
causeChain: exports_external.array(exports_external.string()).optional(),
|
|
60161
|
-
context: exports_external.object({
|
|
60162
|
-
contractAddress: exports_external.string().optional(),
|
|
60163
|
-
functionName: exports_external.string().optional()
|
|
60164
|
-
}).optional()
|
|
60159
|
+
correlationId: exports_external.string().optional()
|
|
60165
60160
|
})
|
|
60166
60161
|
}
|
|
60167
60162
|
};
|
|
@@ -77820,7 +77815,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
77820
77815
|
}
|
|
77821
77816
|
var package_default = {
|
|
77822
77817
|
name: "@settlemint/dalp-sdk",
|
|
77823
|
-
version: "2.1.7-main.
|
|
77818
|
+
version: "2.1.7-main.25362209740",
|
|
77824
77819
|
private: false,
|
|
77825
77820
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
77826
77821
|
homepage: "https://settlemint.com",
|
|
@@ -78371,7 +78366,7 @@ function trimConfigValue(name, value3) {
|
|
|
78371
78366
|
// package.json
|
|
78372
78367
|
var package_default2 = {
|
|
78373
78368
|
name: "@settlemint/dalp-cli",
|
|
78374
|
-
version: "2.1.7-main.
|
|
78369
|
+
version: "2.1.7-main.25362209740",
|
|
78375
78370
|
private: false,
|
|
78376
78371
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
78377
78372
|
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.25362209740",
|
|
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",
|