@settlemint/dalp-cli 2.1.7-main.25326540741 → 2.1.7-main.25326615863
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 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -64478,7 +64478,7 @@ var addonRegistry = [
|
|
|
64478
64478
|
id: "price-resolver",
|
|
64479
64479
|
functionalCategory: "data",
|
|
64480
64480
|
icon: "DollarSign",
|
|
64481
|
-
contractTypes: [],
|
|
64481
|
+
contractTypes: ["PriceResolver"],
|
|
64482
64482
|
hidden: false,
|
|
64483
64483
|
configurable: false
|
|
64484
64484
|
}
|
|
@@ -70874,6 +70874,7 @@ var fixedYieldV2Contract = {
|
|
|
70874
70874
|
};
|
|
70875
70875
|
var TokenSaleStatusSchema = exports_external.enum([
|
|
70876
70876
|
"SETUP",
|
|
70877
|
+
"ACTIVE",
|
|
70877
70878
|
"PAUSED",
|
|
70878
70879
|
"ENDED",
|
|
70879
70880
|
"SUCCESS",
|
|
@@ -77801,7 +77802,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
77801
77802
|
}
|
|
77802
77803
|
var package_default = {
|
|
77803
77804
|
name: "@settlemint/dalp-sdk",
|
|
77804
|
-
version: "2.1.7-main.
|
|
77805
|
+
version: "2.1.7-main.25326615863",
|
|
77805
77806
|
private: false,
|
|
77806
77807
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
77807
77808
|
homepage: "https://settlemint.com",
|
|
@@ -78352,7 +78353,7 @@ function trimConfigValue(name, value3) {
|
|
|
78352
78353
|
// package.json
|
|
78353
78354
|
var package_default2 = {
|
|
78354
78355
|
name: "@settlemint/dalp-cli",
|
|
78355
|
-
version: "2.1.7-main.
|
|
78356
|
+
version: "2.1.7-main.25326615863",
|
|
78356
78357
|
private: false,
|
|
78357
78358
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
78358
78359
|
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.25326615863",
|
|
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",
|