@settlemint/dalp-cli 2.1.2 → 2.1.7-main.22776848622
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 +15 -15
- package/package.json +15 -15
package/dist/dalp.js
CHANGED
|
@@ -54055,38 +54055,38 @@ class RPCLink extends StandardRPCLink {
|
|
|
54055
54055
|
// package.json
|
|
54056
54056
|
var package_default = {
|
|
54057
54057
|
name: "@settlemint/dalp-cli",
|
|
54058
|
-
|
|
54059
|
-
version: "2.1.2",
|
|
54060
|
-
type: "module",
|
|
54058
|
+
version: "2.1.7-main.22776848622",
|
|
54061
54059
|
private: false,
|
|
54060
|
+
description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
54061
|
+
homepage: "https://settlemint.com",
|
|
54062
|
+
bugs: {
|
|
54063
|
+
email: "support@settlemint.com"
|
|
54064
|
+
},
|
|
54062
54065
|
license: "SEE LICENSE IN LICENSE",
|
|
54063
54066
|
author: {
|
|
54064
54067
|
name: "SettleMint",
|
|
54065
54068
|
email: "support@settlemint.com",
|
|
54066
54069
|
url: "https://settlemint.com"
|
|
54067
54070
|
},
|
|
54068
|
-
homepage: "https://settlemint.com",
|
|
54069
|
-
bugs: {
|
|
54070
|
-
email: "support@settlemint.com"
|
|
54071
|
-
},
|
|
54072
54071
|
bin: {
|
|
54073
|
-
dalp: "
|
|
54074
|
-
},
|
|
54075
|
-
main: "./dist/dalp.js",
|
|
54076
|
-
exports: {
|
|
54077
|
-
".": "./dist/dalp.js",
|
|
54078
|
-
"./package.json": "./package.json"
|
|
54072
|
+
dalp: "dist/dalp.js"
|
|
54079
54073
|
},
|
|
54080
54074
|
files: [
|
|
54081
54075
|
"dist",
|
|
54082
54076
|
"README.md",
|
|
54083
54077
|
"LICENSE"
|
|
54084
54078
|
],
|
|
54079
|
+
type: "module",
|
|
54080
|
+
main: "./dist/dalp.js",
|
|
54081
|
+
exports: {
|
|
54082
|
+
".": "./dist/dalp.js",
|
|
54083
|
+
"./package.json": "./package.json"
|
|
54084
|
+
},
|
|
54085
54085
|
scripts: {
|
|
54086
54086
|
build: "bun build src/main.ts --outfile dist/dalp.js --target node && echo '#!/usr/bin/env node' | cat - dist/dalp.js > dist/dalp.tmp && mv dist/dalp.tmp dist/dalp.js",
|
|
54087
|
-
publint: "publint run --strict",
|
|
54087
|
+
publint: "publint run --strict --pack npm",
|
|
54088
54088
|
attw: "attw --pack .",
|
|
54089
|
-
publish: "npm publish --
|
|
54089
|
+
publish: "npm publish --tag ${TAG:-latest} --access public",
|
|
54090
54090
|
prepack: "cp ../../LICENSE .",
|
|
54091
54091
|
test: "vitest run --changed main --project unit",
|
|
54092
54092
|
typecheck: "tsgo --noEmit"
|
package/package.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-cli",
|
|
3
|
-
"
|
|
4
|
-
"version": "2.1.2",
|
|
5
|
-
"type": "module",
|
|
3
|
+
"version": "2.1.7-main.22776848622",
|
|
6
4
|
"private": false,
|
|
5
|
+
"description": "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
|
|
6
|
+
"homepage": "https://settlemint.com",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"email": "support@settlemint.com"
|
|
9
|
+
},
|
|
7
10
|
"license": "SEE LICENSE IN LICENSE",
|
|
8
11
|
"author": {
|
|
9
12
|
"name": "SettleMint",
|
|
10
13
|
"email": "support@settlemint.com",
|
|
11
14
|
"url": "https://settlemint.com"
|
|
12
15
|
},
|
|
13
|
-
"homepage": "https://settlemint.com",
|
|
14
|
-
"bugs": {
|
|
15
|
-
"email": "support@settlemint.com"
|
|
16
|
-
},
|
|
17
16
|
"bin": {
|
|
18
|
-
"dalp": "
|
|
19
|
-
},
|
|
20
|
-
"main": "./dist/dalp.js",
|
|
21
|
-
"exports": {
|
|
22
|
-
".": "./dist/dalp.js",
|
|
23
|
-
"./package.json": "./package.json"
|
|
17
|
+
"dalp": "dist/dalp.js"
|
|
24
18
|
},
|
|
25
19
|
"files": [
|
|
26
20
|
"dist",
|
|
27
21
|
"README.md",
|
|
28
22
|
"LICENSE"
|
|
29
23
|
],
|
|
24
|
+
"type": "module",
|
|
25
|
+
"main": "./dist/dalp.js",
|
|
26
|
+
"exports": {
|
|
27
|
+
".": "./dist/dalp.js",
|
|
28
|
+
"./package.json": "./package.json"
|
|
29
|
+
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "bun build src/main.ts --outfile dist/dalp.js --target node && echo '#!/usr/bin/env node' | cat - dist/dalp.js > dist/dalp.tmp && mv dist/dalp.tmp dist/dalp.js",
|
|
32
|
-
"publint": "publint run --strict",
|
|
32
|
+
"publint": "publint run --strict --pack npm",
|
|
33
33
|
"attw": "attw --pack .",
|
|
34
|
-
"publish": "npm publish --
|
|
34
|
+
"publish": "npm publish --tag ${TAG:-latest} --access public",
|
|
35
35
|
"prepack": "cp ../../LICENSE .",
|
|
36
36
|
"test": "vitest run --changed main --project unit",
|
|
37
37
|
"typecheck": "tsgo --noEmit"
|