@settlemint/dalp-cli 2.1.7-main.25372619123 → 2.1.7-main.25374712398
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 +37 -37
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -50070,7 +50070,7 @@ function defineErrorCodes(codes2) {
|
|
|
50070
50070
|
}]));
|
|
50071
50071
|
}
|
|
50072
50072
|
|
|
50073
|
-
// ../../node_modules/.bun/@better-auth+api-key@1.6.9+
|
|
50073
|
+
// ../../node_modules/.bun/@better-auth+api-key@1.6.9+01eec4ee5c7d6e68/node_modules/@better-auth/api-key/dist/version-BmYkj6dl.mjs
|
|
50074
50074
|
var API_KEY_ERROR_CODES = defineErrorCodes({
|
|
50075
50075
|
INVALID_METADATA_TYPE: "metadata must be an object or undefined",
|
|
50076
50076
|
REFILL_AMOUNT_AND_INTERVAL_REQUIRED: "refillAmount is required when refillInterval is provided",
|
|
@@ -50106,7 +50106,7 @@ var API_KEY_ERROR_CODES = defineErrorCodes({
|
|
|
50106
50106
|
});
|
|
50107
50107
|
var PACKAGE_VERSION = "1.6.9";
|
|
50108
50108
|
|
|
50109
|
-
// ../../node_modules/.bun/@better-auth+api-key@1.6.9+
|
|
50109
|
+
// ../../node_modules/.bun/@better-auth+api-key@1.6.9+01eec4ee5c7d6e68/node_modules/@better-auth/api-key/dist/client.mjs
|
|
50110
50110
|
var apiKeyClient = () => {
|
|
50111
50111
|
return {
|
|
50112
50112
|
id: "api-key",
|
|
@@ -50121,7 +50121,7 @@ var apiKeyClient = () => {
|
|
|
50121
50121
|
};
|
|
50122
50122
|
};
|
|
50123
50123
|
|
|
50124
|
-
// ../../node_modules/.bun/@better-auth+passkey@1.6.9+
|
|
50124
|
+
// ../../node_modules/.bun/@better-auth+passkey@1.6.9+01eec4ee5c7d6e68/node_modules/@better-auth/passkey/dist/version-CAPMe0T2.mjs
|
|
50125
50125
|
var PASSKEY_ERROR_CODES = defineErrorCodes({
|
|
50126
50126
|
CHALLENGE_NOT_FOUND: "Challenge not found",
|
|
50127
50127
|
YOU_ARE_NOT_ALLOWED_TO_REGISTER_THIS_PASSKEY: "You are not allowed to register this passkey",
|
|
@@ -50546,13 +50546,13 @@ async function startAuthentication(options) {
|
|
|
50546
50546
|
authenticatorAttachment: toAuthenticatorAttachment(credential.authenticatorAttachment)
|
|
50547
50547
|
};
|
|
50548
50548
|
}
|
|
50549
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
50549
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/package.mjs
|
|
50550
50550
|
var version4 = "1.6.9";
|
|
50551
50551
|
|
|
50552
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
50552
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/version.mjs
|
|
50553
50553
|
var PACKAGE_VERSION3 = version4;
|
|
50554
50554
|
|
|
50555
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
50555
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/broadcast-channel.mjs
|
|
50556
50556
|
var kBroadcastChannel = Symbol.for("better-auth:broadcast-channel");
|
|
50557
50557
|
var now = () => Math.floor(Date.now() / 1000);
|
|
50558
50558
|
var WindowBroadcastChannel = class {
|
|
@@ -50600,7 +50600,7 @@ function getGlobalBroadcastChannel(name = "better-auth.message") {
|
|
|
50600
50600
|
return globalThis[kBroadcastChannel];
|
|
50601
50601
|
}
|
|
50602
50602
|
|
|
50603
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
50603
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/focus-manager.mjs
|
|
50604
50604
|
var kFocusManager = Symbol.for("better-auth:focus-manager");
|
|
50605
50605
|
var WindowFocusManager = class {
|
|
50606
50606
|
listeners = /* @__PURE__ */ new Set;
|
|
@@ -50632,7 +50632,7 @@ function getGlobalFocusManager() {
|
|
|
50632
50632
|
return globalThis[kFocusManager];
|
|
50633
50633
|
}
|
|
50634
50634
|
|
|
50635
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
50635
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/online-manager.mjs
|
|
50636
50636
|
var kOnlineManager = Symbol.for("better-auth:online-manager");
|
|
50637
50637
|
var WindowOnlineManager = class {
|
|
50638
50638
|
listeners = /* @__PURE__ */ new Set;
|
|
@@ -50666,7 +50666,7 @@ function getGlobalOnlineManager() {
|
|
|
50666
50666
|
return globalThis[kOnlineManager];
|
|
50667
50667
|
}
|
|
50668
50668
|
|
|
50669
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
50669
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/parser.mjs
|
|
50670
50670
|
var PROTO_POLLUTION_PATTERNS = {
|
|
50671
50671
|
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*:/,
|
|
50672
50672
|
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*:/,
|
|
@@ -50892,7 +50892,7 @@ var onMount = ($store, initialize) => {
|
|
|
50892
50892
|
};
|
|
50893
50893
|
});
|
|
50894
50894
|
};
|
|
50895
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
50895
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/query.mjs
|
|
50896
50896
|
var isServer = () => typeof window === "undefined";
|
|
50897
50897
|
var useAuthQuery = (initializedAtom, path4, $fetch, options) => {
|
|
50898
50898
|
const value2 = atom({
|
|
@@ -50991,7 +50991,7 @@ var useAuthQuery = (initializedAtom, path4, $fetch, options) => {
|
|
|
50991
50991
|
return value2;
|
|
50992
50992
|
};
|
|
50993
50993
|
|
|
50994
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
50994
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/session-refresh.mjs
|
|
50995
50995
|
var now2 = () => Math.floor(Date.now() / 1000);
|
|
50996
50996
|
function normalizeSessionResponse(res) {
|
|
50997
50997
|
if (typeof res === "object" && res !== null && "data" in res && "error" in res)
|
|
@@ -51316,7 +51316,7 @@ var BetterAuthError = class extends Error {
|
|
|
51316
51316
|
}
|
|
51317
51317
|
};
|
|
51318
51318
|
|
|
51319
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
51319
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/utils/url.mjs
|
|
51320
51320
|
function checkHasPath(url3) {
|
|
51321
51321
|
try {
|
|
51322
51322
|
return (new URL(url3).pathname.replace(/\/+$/, "") || "/") !== "/";
|
|
@@ -51400,7 +51400,7 @@ function getOrigin(url3) {
|
|
|
51400
51400
|
}
|
|
51401
51401
|
}
|
|
51402
51402
|
|
|
51403
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
51403
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/fetch-plugins.mjs
|
|
51404
51404
|
var redirectPlugin = {
|
|
51405
51405
|
id: "redirect",
|
|
51406
51406
|
name: "Redirect",
|
|
@@ -51416,7 +51416,7 @@ var redirectPlugin = {
|
|
|
51416
51416
|
} }
|
|
51417
51417
|
};
|
|
51418
51418
|
|
|
51419
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
51419
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/session-atom.mjs
|
|
51420
51420
|
function getSessionAtom($fetch, options) {
|
|
51421
51421
|
const $signal = atom(false);
|
|
51422
51422
|
const session = useAuthQuery($signal, "/get-session", $fetch, { method: "GET" });
|
|
@@ -52072,7 +52072,7 @@ var betterFetch = async (url3, options) => {
|
|
|
52072
52072
|
};
|
|
52073
52073
|
};
|
|
52074
52074
|
|
|
52075
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52075
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/config.mjs
|
|
52076
52076
|
var resolvePublicAuthUrl = (basePath) => {
|
|
52077
52077
|
if (typeof process === "undefined")
|
|
52078
52078
|
return;
|
|
@@ -52182,12 +52182,12 @@ var getClientConfig = (options, loadEnv) => {
|
|
|
52182
52182
|
};
|
|
52183
52183
|
};
|
|
52184
52184
|
|
|
52185
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52185
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/utils/is-atom.mjs
|
|
52186
52186
|
function isAtom(value2) {
|
|
52187
52187
|
return typeof value2 === "object" && value2 !== null && "get" in value2 && typeof value2.get === "function" && "lc" in value2 && typeof value2.lc === "number";
|
|
52188
52188
|
}
|
|
52189
52189
|
|
|
52190
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52190
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/proxy.mjs
|
|
52191
52191
|
function getMethod2(path4, knownPathMethods, args) {
|
|
52192
52192
|
const method = knownPathMethods[path4];
|
|
52193
52193
|
const { fetchOptions, query: _query, ...body } = args || {};
|
|
@@ -52274,7 +52274,7 @@ function capitalizeFirstLetter(str) {
|
|
|
52274
52274
|
return str.charAt(0).toUpperCase() + str.slice(1);
|
|
52275
52275
|
}
|
|
52276
52276
|
|
|
52277
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52277
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/vanilla.mjs
|
|
52278
52278
|
function createAuthClient(options) {
|
|
52279
52279
|
const { pluginPathMethods, pluginsActions, pluginsAtoms, $fetch, atomListeners, $store } = getClientConfig(options);
|
|
52280
52280
|
const resolvedHooks = {};
|
|
@@ -52288,7 +52288,7 @@ function createAuthClient(options) {
|
|
|
52288
52288
|
}, $fetch, pluginPathMethods, pluginsAtoms, atomListeners);
|
|
52289
52289
|
}
|
|
52290
52290
|
|
|
52291
|
-
// ../../node_modules/.bun/@better-auth+passkey@1.6.9+
|
|
52291
|
+
// ../../node_modules/.bun/@better-auth+passkey@1.6.9+01eec4ee5c7d6e68/node_modules/@better-auth/passkey/dist/client.mjs
|
|
52292
52292
|
var getPasskeyActions = ($fetch, { $listPasskeys, $store }) => {
|
|
52293
52293
|
const signInPasskey = async (opts, options) => {
|
|
52294
52294
|
const response = await $fetch("/passkey/generate-authenticate-options", {
|
|
@@ -52470,7 +52470,7 @@ var passkeyClient = () => {
|
|
|
52470
52470
|
};
|
|
52471
52471
|
};
|
|
52472
52472
|
|
|
52473
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52473
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/additional-fields/client.mjs
|
|
52474
52474
|
var inferAdditionalFields = (schema) => {
|
|
52475
52475
|
return {
|
|
52476
52476
|
id: "additional-fields-client",
|
|
@@ -52478,7 +52478,7 @@ var inferAdditionalFields = (schema) => {
|
|
|
52478
52478
|
$InferServerPlugin: {}
|
|
52479
52479
|
};
|
|
52480
52480
|
};
|
|
52481
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52481
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/access/access.mjs
|
|
52482
52482
|
function role(statements) {
|
|
52483
52483
|
return {
|
|
52484
52484
|
authorize(request, connector = "AND") {
|
|
@@ -52527,7 +52527,7 @@ function createAccessControl(s) {
|
|
|
52527
52527
|
};
|
|
52528
52528
|
}
|
|
52529
52529
|
|
|
52530
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52530
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/admin/access/statement.mjs
|
|
52531
52531
|
var defaultStatements = {
|
|
52532
52532
|
user: [
|
|
52533
52533
|
"create",
|
|
@@ -52575,7 +52575,7 @@ var defaultRoles = {
|
|
|
52575
52575
|
user: userAc
|
|
52576
52576
|
};
|
|
52577
52577
|
|
|
52578
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52578
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/admin/error-codes.mjs
|
|
52579
52579
|
var ADMIN_ERROR_CODES = defineErrorCodes({
|
|
52580
52580
|
FAILED_TO_CREATE_USER: "Failed to create user",
|
|
52581
52581
|
USER_ALREADY_EXISTS: "User already exists.",
|
|
@@ -52600,7 +52600,7 @@ var ADMIN_ERROR_CODES = defineErrorCodes({
|
|
|
52600
52600
|
INVALID_ROLE_TYPE: "Invalid role type"
|
|
52601
52601
|
});
|
|
52602
52602
|
|
|
52603
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52603
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/admin/has-permission.mjs
|
|
52604
52604
|
var hasPermission = (input) => {
|
|
52605
52605
|
if (input.userId && input.options?.adminUserIds?.includes(input.userId))
|
|
52606
52606
|
return true;
|
|
@@ -52614,7 +52614,7 @@ var hasPermission = (input) => {
|
|
|
52614
52614
|
return false;
|
|
52615
52615
|
};
|
|
52616
52616
|
|
|
52617
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52617
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/admin/client.mjs
|
|
52618
52618
|
var adminClient = (options) => {
|
|
52619
52619
|
const roles = {
|
|
52620
52620
|
admin: adminAc,
|
|
@@ -52642,7 +52642,7 @@ var adminClient = (options) => {
|
|
|
52642
52642
|
$ERROR_CODES: ADMIN_ERROR_CODES
|
|
52643
52643
|
};
|
|
52644
52644
|
};
|
|
52645
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52645
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/client/plugins/infer-plugin.mjs
|
|
52646
52646
|
var InferServerPlugin = () => {
|
|
52647
52647
|
return {
|
|
52648
52648
|
id: "infer-server-plugin",
|
|
@@ -52651,12 +52651,12 @@ var InferServerPlugin = () => {
|
|
|
52651
52651
|
};
|
|
52652
52652
|
};
|
|
52653
52653
|
|
|
52654
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52654
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/custom-session/client.mjs
|
|
52655
52655
|
var customSessionClient = () => {
|
|
52656
52656
|
return InferServerPlugin();
|
|
52657
52657
|
};
|
|
52658
52658
|
|
|
52659
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52659
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/device-authorization/client.mjs
|
|
52660
52660
|
var deviceAuthorizationClient = () => {
|
|
52661
52661
|
return {
|
|
52662
52662
|
id: "device-authorization",
|
|
@@ -52671,7 +52671,7 @@ var deviceAuthorizationClient = () => {
|
|
|
52671
52671
|
}
|
|
52672
52672
|
};
|
|
52673
52673
|
};
|
|
52674
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52674
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/organization/access/statement.mjs
|
|
52675
52675
|
var defaultStatements2 = {
|
|
52676
52676
|
organization: ["update", "delete"],
|
|
52677
52677
|
member: [
|
|
@@ -52746,7 +52746,7 @@ var defaultRoles2 = {
|
|
|
52746
52746
|
member: memberAc
|
|
52747
52747
|
};
|
|
52748
52748
|
|
|
52749
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52749
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/organization/error-codes.mjs
|
|
52750
52750
|
var ORGANIZATION_ERROR_CODES = defineErrorCodes({
|
|
52751
52751
|
YOU_ARE_NOT_ALLOWED_TO_CREATE_A_NEW_ORGANIZATION: "You are not allowed to create a new organization",
|
|
52752
52752
|
YOU_HAVE_REACHED_THE_MAXIMUM_NUMBER_OF_ORGANIZATIONS: "You have reached the maximum number of organizations",
|
|
@@ -52807,7 +52807,7 @@ var ORGANIZATION_ERROR_CODES = defineErrorCodes({
|
|
|
52807
52807
|
ROLE_IS_ASSIGNED_TO_MEMBERS: "Cannot delete a role that is assigned to members. Please reassign the members to a different role first"
|
|
52808
52808
|
});
|
|
52809
52809
|
|
|
52810
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52810
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/organization/permission.mjs
|
|
52811
52811
|
var hasPermissionFn = (input, acRoles) => {
|
|
52812
52812
|
if (!input.permissions)
|
|
52813
52813
|
return false;
|
|
@@ -52823,7 +52823,7 @@ var hasPermissionFn = (input, acRoles) => {
|
|
|
52823
52823
|
return false;
|
|
52824
52824
|
};
|
|
52825
52825
|
|
|
52826
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52826
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/organization/client.mjs
|
|
52827
52827
|
var clientSideHasPermission = (input) => {
|
|
52828
52828
|
return hasPermissionFn(input, input.options.roles || defaultRoles2);
|
|
52829
52829
|
};
|
|
@@ -52913,7 +52913,7 @@ var organizationClient = (options) => {
|
|
|
52913
52913
|
$ERROR_CODES: ORGANIZATION_ERROR_CODES
|
|
52914
52914
|
};
|
|
52915
52915
|
};
|
|
52916
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52916
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/two-factor/error-code.mjs
|
|
52917
52917
|
var TWO_FACTOR_ERROR_CODES = defineErrorCodes({
|
|
52918
52918
|
OTP_NOT_ENABLED: "OTP not enabled",
|
|
52919
52919
|
OTP_HAS_EXPIRED: "OTP has expired",
|
|
@@ -52926,7 +52926,7 @@ var TWO_FACTOR_ERROR_CODES = defineErrorCodes({
|
|
|
52926
52926
|
INVALID_TWO_FACTOR_COOKIE: "Invalid two factor cookie"
|
|
52927
52927
|
});
|
|
52928
52928
|
|
|
52929
|
-
// ../../node_modules/.bun/better-auth@1.6.9+
|
|
52929
|
+
// ../../node_modules/.bun/better-auth@1.6.9+5554727ab2ab90be/node_modules/better-auth/dist/plugins/two-factor/client.mjs
|
|
52930
52930
|
var twoFactorClient = (options) => {
|
|
52931
52931
|
return {
|
|
52932
52932
|
id: "two-factor",
|
|
@@ -72592,7 +72592,7 @@ var SearchV2GlobalOutputSchema = createSingleResponse(GlobalSearchOutputSchema);
|
|
|
72592
72592
|
var global2 = v2Contract.route({
|
|
72593
72593
|
method: "GET",
|
|
72594
72594
|
path: "/search-results",
|
|
72595
|
-
description: "Execute a permission-aware global search across contacts, tokens, and users. Returns results grouped by section.",
|
|
72595
|
+
description: "Execute a permission-aware global search across contacts, tokens, and users in the active system. Returns results grouped by section.",
|
|
72596
72596
|
successDescription: "Global search completed successfully.",
|
|
72597
72597
|
tags: [V2_TAG.search]
|
|
72598
72598
|
}).input(v2Input.query(SearchV2GlobalInputSchema)).output(SearchV2GlobalOutputSchema);
|
|
@@ -77815,7 +77815,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
77815
77815
|
}
|
|
77816
77816
|
var package_default = {
|
|
77817
77817
|
name: "@settlemint/dalp-sdk",
|
|
77818
|
-
version: "2.1.7-main.
|
|
77818
|
+
version: "2.1.7-main.25374712398",
|
|
77819
77819
|
private: false,
|
|
77820
77820
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
77821
77821
|
homepage: "https://settlemint.com",
|
|
@@ -78366,7 +78366,7 @@ function trimConfigValue(name, value3) {
|
|
|
78366
78366
|
// package.json
|
|
78367
78367
|
var package_default2 = {
|
|
78368
78368
|
name: "@settlemint/dalp-cli",
|
|
78369
|
-
version: "2.1.7-main.
|
|
78369
|
+
version: "2.1.7-main.25374712398",
|
|
78370
78370
|
private: false,
|
|
78371
78371
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
78372
78372
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"version": "2.1.7-main.
|
|
3
|
+
"version": "2.1.7-main.25374712398",
|
|
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",
|