@settlemint/dalp-cli 2.1.7-main.23451427165 → 2.1.7-main.23457166716
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 -2
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -60020,6 +60020,7 @@ var ethereumAddress = exports_external.string().meta({
|
|
|
60020
60020
|
}
|
|
60021
60021
|
return getAddress(value22);
|
|
60022
60022
|
});
|
|
60023
|
+
var lowercaseEthereumAddress = ethereumAddress.transform((value22) => value22.toLowerCase());
|
|
60023
60024
|
var AccountSearchGraphResponseSchema = exports_external.object({
|
|
60024
60025
|
account: exports_external.object({
|
|
60025
60026
|
id: ethereumAddress,
|
|
@@ -79458,7 +79459,7 @@ var timestampSerializer = {
|
|
|
79458
79459
|
};
|
|
79459
79460
|
var package_default = {
|
|
79460
79461
|
name: "@settlemint/dalp-sdk",
|
|
79461
|
-
version: "2.1.7-main.
|
|
79462
|
+
version: "2.1.7-main.23457166716",
|
|
79462
79463
|
private: false,
|
|
79463
79464
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
79464
79465
|
homepage: "https://settlemint.com",
|
|
@@ -79601,7 +79602,7 @@ function createDalpClient(config3) {
|
|
|
79601
79602
|
// package.json
|
|
79602
79603
|
var package_default2 = {
|
|
79603
79604
|
name: "@settlemint/dalp-cli",
|
|
79604
|
-
version: "2.1.7-main.
|
|
79605
|
+
version: "2.1.7-main.23457166716",
|
|
79605
79606
|
private: false,
|
|
79606
79607
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
79607
79608
|
homepage: "https://settlemint.com",
|
|
@@ -82028,6 +82029,7 @@ var ethereumAddress2 = exports_external.string().meta({
|
|
|
82028
82029
|
}
|
|
82029
82030
|
return getAddress(value3);
|
|
82030
82031
|
});
|
|
82032
|
+
var lowercaseEthereumAddress2 = ethereumAddress2.transform((value3) => value3.toLowerCase());
|
|
82031
82033
|
|
|
82032
82034
|
// ../../packages/core/validation/src/account.ts
|
|
82033
82035
|
var AccountSchema2 = exports_external.object({
|
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.23457166716",
|
|
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",
|