@settlemint/dalp-cli 2.1.7-main.25624782823 → 2.1.7-main.25627551933
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 +4 -4
- package/package.json +2 -2
package/dist/dalp.js
CHANGED
|
@@ -91353,7 +91353,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
91353
91353
|
}
|
|
91354
91354
|
var package_default = {
|
|
91355
91355
|
name: "@settlemint/dalp-sdk",
|
|
91356
|
-
version: "2.1.7-main.
|
|
91356
|
+
version: "2.1.7-main.25627551933",
|
|
91357
91357
|
private: false,
|
|
91358
91358
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
91359
91359
|
homepage: "https://settlemint.com",
|
|
@@ -91422,7 +91422,7 @@ var package_default = {
|
|
|
91422
91422
|
"@dalp/api-contract": "workspace:*",
|
|
91423
91423
|
"@tools/typescript-config": "workspace:*",
|
|
91424
91424
|
"@types/bun": "1.3.13",
|
|
91425
|
-
publint: "0.3.
|
|
91425
|
+
publint: "0.3.20",
|
|
91426
91426
|
typescript: "6.0.3"
|
|
91427
91427
|
},
|
|
91428
91428
|
engines: {
|
|
@@ -91923,7 +91923,7 @@ function toStandardWebhookSecret(secret) {
|
|
|
91923
91923
|
// package.json
|
|
91924
91924
|
var package_default2 = {
|
|
91925
91925
|
name: "@settlemint/dalp-cli",
|
|
91926
|
-
version: "2.1.7-main.
|
|
91926
|
+
version: "2.1.7-main.25627551933",
|
|
91927
91927
|
private: false,
|
|
91928
91928
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
91929
91929
|
homepage: "https://settlemint.com",
|
|
@@ -91972,7 +91972,7 @@ var package_default2 = {
|
|
|
91972
91972
|
"@arethetypeswrong/cli": "0.18.2",
|
|
91973
91973
|
"@tools/typescript-config": "workspace:*",
|
|
91974
91974
|
"@types/bun": "1.3.13",
|
|
91975
|
-
publint: "0.3.
|
|
91975
|
+
publint: "0.3.20"
|
|
91976
91976
|
},
|
|
91977
91977
|
engines: {
|
|
91978
91978
|
node: ">=20"
|
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.25627551933",
|
|
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",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@arethetypeswrong/cli": "0.18.2",
|
|
50
50
|
"@tools/typescript-config": "workspace:*",
|
|
51
51
|
"@types/bun": "1.3.13",
|
|
52
|
-
"publint": "0.3.
|
|
52
|
+
"publint": "0.3.20"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=20"
|