@settlemint/dalp-cli 3.1.7-main.32759251718 → 3.1.7-main.32808311552
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 +5 -5
- package/dist/dalp.js.map +1 -1
- package/package.json +2 -2
package/dist/dalp.js
CHANGED
|
@@ -46201,7 +46201,7 @@ var API_ERROR_CATEGORIES = new Set([
|
|
|
46201
46201
|
// ../sdk/package.json
|
|
46202
46202
|
var package_default = {
|
|
46203
46203
|
name: "@settlemint/dalp-sdk",
|
|
46204
|
-
version: "3.1.7-main.
|
|
46204
|
+
version: "3.1.7-main.32808311552",
|
|
46205
46205
|
private: false,
|
|
46206
46206
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
46207
46207
|
homepage: "https://settlemint.com",
|
|
@@ -46304,7 +46304,7 @@ var package_default = {
|
|
|
46304
46304
|
prepack: "cp ../../LICENSE .",
|
|
46305
46305
|
test: "bun test --timeout 30000 tests/unit",
|
|
46306
46306
|
"test:coverage": "bun test --timeout 30000 --coverage --coverage-reporter=lcov --coverage-reporter=text tests/unit",
|
|
46307
|
-
lint: "oxfmt --check .
|
|
46307
|
+
lint: "oxfmt --check .",
|
|
46308
46308
|
typecheck: "oxlint --deny-warnings ."
|
|
46309
46309
|
},
|
|
46310
46310
|
dependencies: {
|
|
@@ -166241,7 +166241,7 @@ async function runCommand(context, operation, errorContext = UNKNOWN_COMMAND_ERR
|
|
|
166241
166241
|
// package.json
|
|
166242
166242
|
var package_default2 = {
|
|
166243
166243
|
name: "@settlemint/dalp-cli",
|
|
166244
|
-
version: "3.1.7-main.
|
|
166244
|
+
version: "3.1.7-main.32808311552",
|
|
166245
166245
|
private: false,
|
|
166246
166246
|
description: "CLI for the Digital Asset Lifecycle Platform \u2014 manage tokens, identities, compliance, and more from the command line.",
|
|
166247
166247
|
homepage: "https://settlemint.com",
|
|
@@ -166281,7 +166281,7 @@ var package_default2 = {
|
|
|
166281
166281
|
prepack: "cp ../../LICENSE .",
|
|
166282
166282
|
test: "bun test --timeout 30000",
|
|
166283
166283
|
typecheck: "oxlint --deny-warnings .",
|
|
166284
|
-
lint: "oxfmt --check src tests README.md package.json tsconfig.json
|
|
166284
|
+
lint: "oxfmt --check src tests README.md package.json tsconfig.json"
|
|
166285
166285
|
},
|
|
166286
166286
|
dependencies: {
|
|
166287
166287
|
"@settlemint/dalp-sdk": "workspace:*",
|
|
@@ -167972,4 +167972,4 @@ if (false) {}
|
|
|
167972
167972
|
// src/bin.ts
|
|
167973
167973
|
await cli.serve();
|
|
167974
167974
|
|
|
167975
|
-
//# debugId=
|
|
167975
|
+
//# debugId=7E46B38F2E65F8E864756E2164756E21
|