@settlemint/dalp-cli 2.1.2 → 2.1.3-main.0

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.
Files changed (2) hide show
  1. package/dist/dalp.js +2 -2
  2. package/package.json +2 -2
package/dist/dalp.js CHANGED
@@ -54056,7 +54056,7 @@ class RPCLink extends StandardRPCLink {
54056
54056
  var package_default = {
54057
54057
  name: "@settlemint/dalp-cli",
54058
54058
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
54059
- version: "2.1.2",
54059
+ version: "2.1.3-main.0",
54060
54060
  type: "module",
54061
54061
  private: false,
54062
54062
  license: "SEE LICENSE IN LICENSE",
@@ -54070,7 +54070,7 @@ var package_default = {
54070
54070
  email: "support@settlemint.com"
54071
54071
  },
54072
54072
  bin: {
54073
- dalp: "./dist/dalp.js"
54073
+ dalp: "dist/dalp.js"
54074
54074
  },
54075
54075
  main: "./dist/dalp.js",
54076
54076
  exports: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
3
  "description": "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
4
- "version": "2.1.2",
4
+ "version": "2.1.3-main.0",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "SEE LICENSE IN LICENSE",
@@ -15,7 +15,7 @@
15
15
  "email": "support@settlemint.com"
16
16
  },
17
17
  "bin": {
18
- "dalp": "./dist/dalp.js"
18
+ "dalp": "dist/dalp.js"
19
19
  },
20
20
  "main": "./dist/dalp.js",
21
21
  "exports": {