@settlemint/dalp-cli 3.0.6-main.28326635288 → 3.0.6-main.28327872648

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 +37 -37
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -47721,7 +47721,7 @@ function defineErrorCodes(codes2) {
47721
47721
  }]));
47722
47722
  }
47723
47723
 
47724
- // ../../node_modules/.bun/@better-auth+api-key@1.6.20+7ce2901356c99078/node_modules/@better-auth/api-key/dist/version-pXLsRgwf.mjs
47724
+ // ../../node_modules/.bun/@better-auth+api-key@1.6.20+5587bfe136779e0b/node_modules/@better-auth/api-key/dist/version-pXLsRgwf.mjs
47725
47725
  var API_KEY_ERROR_CODES = defineErrorCodes({
47726
47726
  INVALID_METADATA_TYPE: "metadata must be an object or undefined",
47727
47727
  REFILL_AMOUNT_AND_INTERVAL_REQUIRED: "refillAmount is required when refillInterval is provided",
@@ -47757,7 +47757,7 @@ var API_KEY_ERROR_CODES = defineErrorCodes({
47757
47757
  });
47758
47758
  var PACKAGE_VERSION = "1.6.20";
47759
47759
 
47760
- // ../../node_modules/.bun/@better-auth+api-key@1.6.20+7ce2901356c99078/node_modules/@better-auth/api-key/dist/client.mjs
47760
+ // ../../node_modules/.bun/@better-auth+api-key@1.6.20+5587bfe136779e0b/node_modules/@better-auth/api-key/dist/client.mjs
47761
47761
  var apiKeyClient = () => {
47762
47762
  return {
47763
47763
  id: "api-key",
@@ -47772,7 +47772,7 @@ var apiKeyClient = () => {
47772
47772
  };
47773
47773
  };
47774
47774
 
47775
- // ../../node_modules/.bun/@better-auth+passkey@1.6.20+7ce2901356c99078/node_modules/@better-auth/passkey/dist/version-CBNQTD_8.mjs
47775
+ // ../../node_modules/.bun/@better-auth+passkey@1.6.20+5587bfe136779e0b/node_modules/@better-auth/passkey/dist/version-CBNQTD_8.mjs
47776
47776
  var PASSKEY_ERROR_CODES = defineErrorCodes({
47777
47777
  CHALLENGE_NOT_FOUND: "Challenge not found",
47778
47778
  YOU_ARE_NOT_ALLOWED_TO_REGISTER_THIS_PASSKEY: "You are not allowed to register this passkey",
@@ -48197,13 +48197,13 @@ async function startAuthentication(options) {
48197
48197
  authenticatorAttachment: toAuthenticatorAttachment(credential.authenticatorAttachment)
48198
48198
  };
48199
48199
  }
48200
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/package.mjs
48200
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/package.mjs
48201
48201
  var version4 = "1.6.20";
48202
48202
 
48203
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/version.mjs
48203
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/version.mjs
48204
48204
  var PACKAGE_VERSION3 = version4;
48205
48205
 
48206
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/broadcast-channel.mjs
48206
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/broadcast-channel.mjs
48207
48207
  var kBroadcastChannel = Symbol.for("better-auth:broadcast-channel");
48208
48208
  var now = () => Math.floor(Date.now() / 1000);
48209
48209
  var WindowBroadcastChannel = class {
@@ -48430,7 +48430,7 @@ var onMount = ($store, initialize) => {
48430
48430
  };
48431
48431
  });
48432
48432
  };
48433
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/equality.mjs
48433
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/equality.mjs
48434
48434
  function isPlainObject4(value2) {
48435
48435
  if (typeof value2 !== "object" || value2 === null)
48436
48436
  return false;
@@ -48467,7 +48467,7 @@ function withEquality(store, isEqual) {
48467
48467
  });
48468
48468
  }
48469
48469
 
48470
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/focus-manager.mjs
48470
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/focus-manager.mjs
48471
48471
  var kFocusManager = Symbol.for("better-auth:focus-manager");
48472
48472
  var WindowFocusManager = class {
48473
48473
  listeners = /* @__PURE__ */ new Set;
@@ -48499,7 +48499,7 @@ function getGlobalFocusManager() {
48499
48499
  return globalThis[kFocusManager];
48500
48500
  }
48501
48501
 
48502
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/online-manager.mjs
48502
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/online-manager.mjs
48503
48503
  var kOnlineManager = Symbol.for("better-auth:online-manager");
48504
48504
  var WindowOnlineManager = class {
48505
48505
  listeners = /* @__PURE__ */ new Set;
@@ -48533,7 +48533,7 @@ function getGlobalOnlineManager() {
48533
48533
  return globalThis[kOnlineManager];
48534
48534
  }
48535
48535
 
48536
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/parser.mjs
48536
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/parser.mjs
48537
48537
  var PROTO_POLLUTION_PATTERNS = {
48538
48538
  proto: /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,
48539
48539
  constructor: /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,
@@ -48611,7 +48611,7 @@ function parseJSON(value2, options = { strict: true }) {
48611
48611
  return betterJSONParse(value2, options);
48612
48612
  }
48613
48613
 
48614
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/query.mjs
48614
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/query.mjs
48615
48615
  var isServer = () => typeof window === "undefined";
48616
48616
  function isAuthQueryStateEqual(a, b) {
48617
48617
  return isJsonEqual(a.data, b.data) && a.error === b.error && a.isPending === b.isPending && a.isRefetching === b.isRefetching && a.refetch === b.refetch;
@@ -48719,7 +48719,7 @@ var useAuthQuery = (initializedAtom, path4, $fetch, options) => {
48719
48719
  return value2;
48720
48720
  };
48721
48721
 
48722
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/session-refresh.mjs
48722
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/session-refresh.mjs
48723
48723
  var now2 = () => Math.floor(Date.now() / 1000);
48724
48724
  var FOCUS_REFETCH_RATE_LIMIT_SECONDS = 5;
48725
48725
  function createSessionRefreshManager(opts) {
@@ -49036,7 +49036,7 @@ var BetterAuthError = class extends Error {
49036
49036
  }
49037
49037
  };
49038
49038
 
49039
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/utils/url.mjs
49039
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/utils/url.mjs
49040
49040
  var SLASH_CHAR_CODE = 47;
49041
49041
  function trimTrailingSlashes(value2) {
49042
49042
  let end = value2.length;
@@ -49143,7 +49143,7 @@ function isSafeUrlScheme(value2) {
49143
49143
  return !DANGEROUS_URL_SCHEMES.includes(parsed.protocol);
49144
49144
  }
49145
49145
 
49146
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/fetch-plugins.mjs
49146
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/fetch-plugins.mjs
49147
49147
  var redirectPlugin = {
49148
49148
  id: "redirect",
49149
49149
  name: "Redirect",
@@ -49159,7 +49159,7 @@ var redirectPlugin = {
49159
49159
  } }
49160
49160
  };
49161
49161
 
49162
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/session-atom.mjs
49162
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/session-atom.mjs
49163
49163
  var isServer2 = () => typeof window === "undefined";
49164
49164
  function normalizeSessionResponse(res) {
49165
49165
  if (typeof res === "object" && res !== null && "data" in res && "error" in res)
@@ -50000,7 +50000,7 @@ var betterFetch = async (url2, options) => {
50000
50000
  };
50001
50001
  };
50002
50002
 
50003
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/config.mjs
50003
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/config.mjs
50004
50004
  var resolvePublicAuthUrl = (basePath) => {
50005
50005
  if (typeof process === "undefined")
50006
50006
  return;
@@ -50110,7 +50110,7 @@ var getClientConfig = (options, loadEnv) => {
50110
50110
  };
50111
50111
  };
50112
50112
 
50113
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/utils/is-atom.mjs
50113
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/utils/is-atom.mjs
50114
50114
  function isAtom(value2) {
50115
50115
  return typeof value2 === "object" && value2 !== null && "get" in value2 && typeof value2.get === "function" && "lc" in value2 && typeof value2.lc === "number";
50116
50116
  }
@@ -50128,7 +50128,7 @@ function toKebabCase(input) {
50128
50128
  return splitWords(input).map((word) => word.toLowerCase()).join("-");
50129
50129
  }
50130
50130
 
50131
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/proxy.mjs
50131
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/proxy.mjs
50132
50132
  function getMethod2(path4, knownPathMethods, args) {
50133
50133
  const method = knownPathMethods[path4];
50134
50134
  const { fetchOptions, query: _query, ...body } = args || {};
@@ -50210,7 +50210,7 @@ function createDynamicPathProxy(routes, client, knownPathMethods, atoms, atomLis
50210
50210
  return createProxy();
50211
50211
  }
50212
50212
 
50213
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/vanilla.mjs
50213
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/vanilla.mjs
50214
50214
  function createAuthClient(options) {
50215
50215
  const { pluginPathMethods, pluginsActions, pluginsAtoms, $fetch, atomListeners, $store } = getClientConfig(options);
50216
50216
  const resolvedHooks = {};
@@ -50224,7 +50224,7 @@ function createAuthClient(options) {
50224
50224
  }, $fetch, pluginPathMethods, pluginsAtoms, atomListeners);
50225
50225
  }
50226
50226
 
50227
- // ../../node_modules/.bun/@better-auth+passkey@1.6.20+7ce2901356c99078/node_modules/@better-auth/passkey/dist/client.mjs
50227
+ // ../../node_modules/.bun/@better-auth+passkey@1.6.20+5587bfe136779e0b/node_modules/@better-auth/passkey/dist/client.mjs
50228
50228
  var getPasskeyActions = ($fetch, { $listPasskeys, $store }) => {
50229
50229
  const signInPasskey = async (opts, options) => {
50230
50230
  const response = await $fetch("/passkey/generate-authenticate-options", {
@@ -50419,7 +50419,7 @@ var passkeyClient = () => {
50419
50419
  };
50420
50420
  };
50421
50421
 
50422
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/additional-fields/client.mjs
50422
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/additional-fields/client.mjs
50423
50423
  var inferAdditionalFields = (schema) => {
50424
50424
  return {
50425
50425
  id: "additional-fields-client",
@@ -50427,7 +50427,7 @@ var inferAdditionalFields = (schema) => {
50427
50427
  $InferServerPlugin: {}
50428
50428
  };
50429
50429
  };
50430
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/access/access.mjs
50430
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/access/access.mjs
50431
50431
  function unknownResourceResponse(requestedResource) {
50432
50432
  return {
50433
50433
  success: false,
@@ -50513,7 +50513,7 @@ function createAccessControl(s) {
50513
50513
  };
50514
50514
  }
50515
50515
 
50516
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/admin/access/statement.mjs
50516
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/admin/access/statement.mjs
50517
50517
  var defaultStatements = {
50518
50518
  user: [
50519
50519
  "create",
@@ -50563,7 +50563,7 @@ var defaultRoles = {
50563
50563
  user: userAc
50564
50564
  };
50565
50565
 
50566
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/admin/error-codes.mjs
50566
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/admin/error-codes.mjs
50567
50567
  var ADMIN_ERROR_CODES = defineErrorCodes({
50568
50568
  FAILED_TO_CREATE_USER: "Failed to create user",
50569
50569
  USER_ALREADY_EXISTS: "User already exists.",
@@ -50590,7 +50590,7 @@ var ADMIN_ERROR_CODES = defineErrorCodes({
50590
50590
  PASSWORD_CANNOT_BE_UPDATED_VIA_UPDATE_USER: "Password cannot be updated through update-user. Use the set-user-password endpoint instead"
50591
50591
  });
50592
50592
 
50593
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/admin/has-permission.mjs
50593
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/admin/has-permission.mjs
50594
50594
  var hasPermission = (input) => {
50595
50595
  if (input.userId && input.options?.adminUserIds?.includes(input.userId))
50596
50596
  return true;
@@ -50604,7 +50604,7 @@ var hasPermission = (input) => {
50604
50604
  return false;
50605
50605
  };
50606
50606
 
50607
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/admin/client.mjs
50607
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/admin/client.mjs
50608
50608
  var adminClient = (options) => {
50609
50609
  const roles = {
50610
50610
  admin: adminAc,
@@ -50637,7 +50637,7 @@ var adminClient = (options) => {
50637
50637
  $ERROR_CODES: ADMIN_ERROR_CODES
50638
50638
  };
50639
50639
  };
50640
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/client/plugins/infer-plugin.mjs
50640
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/client/plugins/infer-plugin.mjs
50641
50641
  var InferServerPlugin = () => {
50642
50642
  return {
50643
50643
  id: "infer-server-plugin",
@@ -50646,12 +50646,12 @@ var InferServerPlugin = () => {
50646
50646
  };
50647
50647
  };
50648
50648
 
50649
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/custom-session/client.mjs
50649
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/custom-session/client.mjs
50650
50650
  var customSessionClient = () => {
50651
50651
  return InferServerPlugin();
50652
50652
  };
50653
50653
 
50654
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/device-authorization/client.mjs
50654
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/device-authorization/client.mjs
50655
50655
  var deviceAuthorizationClient = () => {
50656
50656
  return {
50657
50657
  id: "device-authorization",
@@ -50666,7 +50666,7 @@ var deviceAuthorizationClient = () => {
50666
50666
  }
50667
50667
  };
50668
50668
  };
50669
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/organization/access/statement.mjs
50669
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/organization/access/statement.mjs
50670
50670
  var defaultStatements2 = {
50671
50671
  organization: ["update", "delete"],
50672
50672
  member: [
@@ -50741,7 +50741,7 @@ var defaultRoles2 = {
50741
50741
  member: memberAc
50742
50742
  };
50743
50743
 
50744
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/organization/error-codes.mjs
50744
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/organization/error-codes.mjs
50745
50745
  var ORGANIZATION_ERROR_CODES = defineErrorCodes({
50746
50746
  YOU_ARE_NOT_ALLOWED_TO_CREATE_A_NEW_ORGANIZATION: "You are not allowed to create a new organization",
50747
50747
  YOU_HAVE_REACHED_THE_MAXIMUM_NUMBER_OF_ORGANIZATIONS: "You have reached the maximum number of organizations",
@@ -50804,7 +50804,7 @@ var ORGANIZATION_ERROR_CODES = defineErrorCodes({
50804
50804
  INVALID_TEAM_ID: "Team id contains a reserved character"
50805
50805
  });
50806
50806
 
50807
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/organization/permission.mjs
50807
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/organization/permission.mjs
50808
50808
  var hasPermissionFn = (input, acRoles) => {
50809
50809
  if (!input.permissions)
50810
50810
  return false;
@@ -50820,7 +50820,7 @@ var hasPermissionFn = (input, acRoles) => {
50820
50820
  return false;
50821
50821
  };
50822
50822
 
50823
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/organization/client.mjs
50823
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/organization/client.mjs
50824
50824
  var clientSideHasPermission = (input) => {
50825
50825
  return hasPermissionFn(input, input.options.roles || defaultRoles2);
50826
50826
  };
@@ -50910,7 +50910,7 @@ var organizationClient = (options) => {
50910
50910
  $ERROR_CODES: ORGANIZATION_ERROR_CODES
50911
50911
  };
50912
50912
  };
50913
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/two-factor/error-code.mjs
50913
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/two-factor/error-code.mjs
50914
50914
  var TWO_FACTOR_ERROR_CODES = defineErrorCodes({
50915
50915
  OTP_NOT_ENABLED: "OTP not enabled",
50916
50916
  OTP_HAS_EXPIRED: "OTP has expired",
@@ -50923,7 +50923,7 @@ var TWO_FACTOR_ERROR_CODES = defineErrorCodes({
50923
50923
  INVALID_TWO_FACTOR_COOKIE: "Invalid two factor cookie"
50924
50924
  });
50925
50925
 
50926
- // ../../node_modules/.bun/better-auth@1.6.20+4d9f2c78176effea/node_modules/better-auth/dist/plugins/two-factor/client.mjs
50926
+ // ../../node_modules/.bun/better-auth@1.6.20+e4310780c66561b5/node_modules/better-auth/dist/plugins/two-factor/client.mjs
50927
50927
  var twoFactorClient = (options) => {
50928
50928
  return {
50929
50929
  id: "two-factor",
@@ -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.28326635288",
143981
+ version: "3.0.6-main.28327872648",
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.28326635288",
145201
+ version: "3.0.6-main.28327872648",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.6-main.28326635288",
3
+ "version": "3.0.6-main.28327872648",
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",