@settlemint/dalp-cli 3.1.4-release.32152662857 → 3.1.4
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 +2 -2
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -141757,7 +141757,7 @@ function normalizeDalpBaseUrl(url2) {
|
|
|
141757
141757
|
}
|
|
141758
141758
|
var package_default = {
|
|
141759
141759
|
name: "@settlemint/dalp-sdk",
|
|
141760
|
-
version: "3.1.4
|
|
141760
|
+
version: "3.1.4",
|
|
141761
141761
|
private: false,
|
|
141762
141762
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
141763
141763
|
homepage: "https://settlemint.com",
|
|
@@ -142978,7 +142978,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
|
|
|
142978
142978
|
// package.json
|
|
142979
142979
|
var package_default2 = {
|
|
142980
142980
|
name: "@settlemint/dalp-cli",
|
|
142981
|
-
version: "3.1.4
|
|
142981
|
+
version: "3.1.4",
|
|
142982
142982
|
private: false,
|
|
142983
142983
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
142984
142984
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"version": "3.1.4
|
|
3
|
+
"version": "3.1.4",
|
|
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",
|