@settlemint/dalp-cli 2.1.7-main.25817214453 → 2.1.7-main.25819312622
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 -4
- package/package.json +2 -2
package/dist/dalp.js
CHANGED
|
@@ -92087,7 +92087,7 @@ function normalizeDalpBaseUrl(url3) {
|
|
|
92087
92087
|
}
|
|
92088
92088
|
var package_default = {
|
|
92089
92089
|
name: "@settlemint/dalp-sdk",
|
|
92090
|
-
version: "2.1.7-main.
|
|
92090
|
+
version: "2.1.7-main.25819312622",
|
|
92091
92091
|
private: false,
|
|
92092
92092
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
92093
92093
|
homepage: "https://settlemint.com",
|
|
@@ -92140,7 +92140,7 @@ var package_default = {
|
|
|
92140
92140
|
attw: "attw --pack . --profile esm-only",
|
|
92141
92141
|
publish: "cp ../../LICENSE . && npm publish --ignore-scripts --tag ${TAG:-latest} --access public",
|
|
92142
92142
|
prepack: "cp ../../LICENSE .",
|
|
92143
|
-
test: "bun test --
|
|
92143
|
+
test: "bun test --parallel=2 tests",
|
|
92144
92144
|
typecheck: "tsgo"
|
|
92145
92145
|
},
|
|
92146
92146
|
dependencies: {
|
|
@@ -92666,7 +92666,7 @@ function toStandardWebhookSecret(secret) {
|
|
|
92666
92666
|
// package.json
|
|
92667
92667
|
var package_default2 = {
|
|
92668
92668
|
name: "@settlemint/dalp-cli",
|
|
92669
|
-
version: "2.1.7-main.
|
|
92669
|
+
version: "2.1.7-main.25819312622",
|
|
92670
92670
|
private: false,
|
|
92671
92671
|
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
92672
92672
|
homepage: "https://settlemint.com",
|
|
@@ -92702,7 +92702,7 @@ var package_default2 = {
|
|
|
92702
92702
|
attw: "attw --pack . --ignore-rules cjs-resolves-to-esm",
|
|
92703
92703
|
publish: "cp ../../LICENSE . && npm publish --ignore-scripts --tag ${TAG:-latest} --access public",
|
|
92704
92704
|
prepack: "cp ../../LICENSE .",
|
|
92705
|
-
test: "bun test --
|
|
92705
|
+
test: "bun test --parallel=2 tests/unit",
|
|
92706
92706
|
typecheck: "tsgo"
|
|
92707
92707
|
},
|
|
92708
92708
|
dependencies: {
|
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.25819312622",
|
|
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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"attw": "attw --pack . --ignore-rules cjs-resolves-to-esm",
|
|
37
37
|
"publish": "cp ../../LICENSE . && npm publish --ignore-scripts --tag ${TAG:-latest} --access public",
|
|
38
38
|
"prepack": "cp ../../LICENSE .",
|
|
39
|
-
"test": "bun test --
|
|
39
|
+
"test": "bun test --parallel=2 tests/unit",
|
|
40
40
|
"typecheck": "tsgo"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|