@settlemint/dalp-cli 2.1.7-main.25390741442 → 2.1.7-main.25391066592
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 +8 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -68104,7 +68104,12 @@ var FeatureConfigsInputSchema = exports_external.object({
|
|
|
68104
68104
|
faceValue: "1000000"
|
|
68105
68105
|
},
|
|
68106
68106
|
"fixed-treasury-yield": {
|
|
68107
|
-
denominationAsset: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
|
|
68107
|
+
denominationAsset: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
|
|
68108
|
+
basisPerUnit: "1000000",
|
|
68109
|
+
startDate: 1743552000,
|
|
68110
|
+
endDate: 1775088000,
|
|
68111
|
+
rate: 500,
|
|
68112
|
+
interval: "MONTHLY"
|
|
68108
68113
|
}
|
|
68109
68114
|
}
|
|
68110
68115
|
]
|
|
@@ -77993,7 +77998,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
77993
77998
|
}
|
|
77994
77999
|
var package_default = {
|
|
77995
78000
|
name: "@settlemint/dalp-sdk",
|
|
77996
|
-
version: "2.1.7-main.
|
|
78001
|
+
version: "2.1.7-main.25391066592",
|
|
77997
78002
|
private: false,
|
|
77998
78003
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
77999
78004
|
homepage: "https://settlemint.com",
|
|
@@ -78544,7 +78549,7 @@ function trimConfigValue(name, value3) {
|
|
|
78544
78549
|
// package.json
|
|
78545
78550
|
var package_default2 = {
|
|
78546
78551
|
name: "@settlemint/dalp-cli",
|
|
78547
|
-
version: "2.1.7-main.
|
|
78552
|
+
version: "2.1.7-main.25391066592",
|
|
78548
78553
|
private: false,
|
|
78549
78554
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
78550
78555
|
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.25391066592",
|
|
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",
|