@settlemint/dalp-cli 3.0.6-main.28425032804 → 3.0.6-main.28426370731
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 +3 -3
- package/package.json +1 -1
package/dist/dalp.js
CHANGED
|
@@ -134806,7 +134806,7 @@ var DeploymentNodeSchema = DeploymentLeafNodeSchema.extend({
|
|
|
134806
134806
|
});
|
|
134807
134807
|
var REQUIREMENT_ID_REGEX = /^[\w:-]+$/;
|
|
134808
134808
|
var RequirementKindSchema = exports_external.literal("gas");
|
|
134809
|
-
var RequirementGasRoleSchema = exports_external.enum(["org-creator-eoa", "token-creator-eoa"]);
|
|
134809
|
+
var RequirementGasRoleSchema = exports_external.enum(["org-creator-eoa", "token-creator-eoa", "org-vault-eoa"]);
|
|
134810
134810
|
var WeiStringSchema = exports_external.string().regex(/^\d+$/, "wei amount must be a non-negative integer string");
|
|
134811
134811
|
var RequirementGasPayloadSchema = exports_external.object({
|
|
134812
134812
|
role: RequirementGasRoleSchema,
|
|
@@ -144638,7 +144638,7 @@ function normalizeDalpBaseUrl(url2) {
|
|
|
144638
144638
|
}
|
|
144639
144639
|
var package_default = {
|
|
144640
144640
|
name: "@settlemint/dalp-sdk",
|
|
144641
|
-
version: "3.0.6-main.
|
|
144641
|
+
version: "3.0.6-main.28426370731",
|
|
144642
144642
|
private: false,
|
|
144643
144643
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
144644
144644
|
homepage: "https://settlemint.com",
|
|
@@ -145884,7 +145884,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
|
|
|
145884
145884
|
// package.json
|
|
145885
145885
|
var package_default2 = {
|
|
145886
145886
|
name: "@settlemint/dalp-cli",
|
|
145887
|
-
version: "3.0.6-main.
|
|
145887
|
+
version: "3.0.6-main.28426370731",
|
|
145888
145888
|
private: false,
|
|
145889
145889
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
145890
145890
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"version": "3.0.6-main.
|
|
3
|
+
"version": "3.0.6-main.28426370731",
|
|
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",
|