@settlemint/dalp-cli 3.0.6-main.28319348213 → 3.0.6-main.28319699164

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 +6 -6
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -92433,8 +92433,8 @@ var ENTRIES_INDEX = {
92433
92433
  expectedClientError: true,
92434
92434
  public: {
92435
92435
  message: "Poll schedule is inconsistent",
92436
- why: "The poll's open, close, and record-date timestamps must form a valid window: opensAt before closesAt, recordDateAt not after closesAt.",
92437
- fix: "Adjust the poll timestamps so the casting window and record date are consistent, then retry."
92436
+ why: "The poll's open, close, and record-date timestamps must form a valid window: `opensAt` before `closesAt`, and `recordDateAt` at or before `opensAt`.",
92437
+ fix: "Set `recordDateAt` no later than `opensAt`, and make sure `opensAt` is before `closesAt`, then retry."
92438
92438
  },
92439
92439
  observability: {
92440
92440
  severity: "info",
@@ -143978,7 +143978,7 @@ function normalizeDalpBaseUrl(url2) {
143978
143978
  }
143979
143979
  var package_default = {
143980
143980
  name: "@settlemint/dalp-sdk",
143981
- version: "3.0.6-main.28319348213",
143981
+ version: "3.0.6-main.28319699164",
143982
143982
  private: false,
143983
143983
  description: "Fully typed SDK for the DALP tokenization platform API",
143984
143984
  homepage: "https://settlemint.com",
@@ -145198,7 +145198,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
145198
145198
  // package.json
145199
145199
  var package_default2 = {
145200
145200
  name: "@settlemint/dalp-cli",
145201
- version: "3.0.6-main.28319348213",
145201
+ version: "3.0.6-main.28319699164",
145202
145202
  private: false,
145203
145203
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
145204
145204
  homepage: "https://settlemint.com",
@@ -187031,8 +187031,8 @@ var ENTRIES_INDEX2 = {
187031
187031
  expectedClientError: true,
187032
187032
  public: {
187033
187033
  message: "Poll schedule is inconsistent",
187034
- why: "The poll's open, close, and record-date timestamps must form a valid window: opensAt before closesAt, recordDateAt not after closesAt.",
187035
- fix: "Adjust the poll timestamps so the casting window and record date are consistent, then retry."
187034
+ why: "The poll's open, close, and record-date timestamps must form a valid window: `opensAt` before `closesAt`, and `recordDateAt` at or before `opensAt`.",
187035
+ fix: "Set `recordDateAt` no later than `opensAt`, and make sure `opensAt` is before `closesAt`, then retry."
187036
187036
  },
187037
187037
  observability: {
187038
187038
  severity: "info",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.6-main.28319348213",
3
+ "version": "3.0.6-main.28319699164",
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",