@settlemint/dalp-cli 3.1.20-release.34580153911 → 3.1.20

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
@@ -142044,7 +142044,7 @@ function normalizeDalpBaseUrl(url2) {
142044
142044
  }
142045
142045
  return `${parsed.origin}${parsed.pathname.replace(/\/+$/, "")}`;
142046
142046
  }
142047
- var SDK_PACKAGE_VERSION = "3.1.20-release.34580153911";
142047
+ var SDK_PACKAGE_VERSION = "3.1.20";
142048
142048
  var SDK_VERSION = SDK_PACKAGE_VERSION;
142049
142049
  var SDK_USER_AGENT = `DALP SDK v${SDK_VERSION}`;
142050
142050
  var DEFAULT_MUTATION_PREFER = "wait=99";
@@ -143194,7 +143194,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
143194
143194
  // package.json
143195
143195
  var package_default = {
143196
143196
  name: "@settlemint/dalp-cli",
143197
- version: "3.1.20-release.34580153911",
143197
+ version: "3.1.20",
143198
143198
  private: false,
143199
143199
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
143200
143200
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.1.20-release.34580153911",
3
+ "version": "3.1.20",
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",