@settlemint/dalp-cli 3.0.9 → 3.0.10

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.
Files changed (2) hide show
  1. package/dist/dalp.js +2 -2
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -140637,7 +140637,7 @@ function normalizeDalpBaseUrl(url2) {
140637
140637
  }
140638
140638
  var package_default = {
140639
140639
  name: "@settlemint/dalp-sdk",
140640
- version: "3.0.9",
140640
+ version: "3.0.10",
140641
140641
  private: false,
140642
140642
  description: "Fully typed SDK for the DALP tokenization platform API",
140643
140643
  homepage: "https://settlemint.com",
@@ -141836,7 +141836,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
141836
141836
  // package.json
141837
141837
  var package_default2 = {
141838
141838
  name: "@settlemint/dalp-cli",
141839
- version: "3.0.9",
141839
+ version: "3.0.10",
141840
141840
  private: false,
141841
141841
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
141842
141842
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
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",