@tari-project/wallet-daemon-signer 0.5.5 → 0.8.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/signer.js +1 -0
  2. package/package.json +6 -6
package/dist/signer.js CHANGED
@@ -126,6 +126,7 @@ export class WalletDaemonTariSigner {
126
126
  })),
127
127
  min_epoch: null,
128
128
  max_epoch: null,
129
+ dry_run: req.is_dry_run,
129
130
  is_seal_signer_authorized: req.is_seal_signer_authorized,
130
131
  },
131
132
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tari-project/wallet-daemon-signer",
3
- "version": "0.5.5",
3
+ "version": "0.8.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -10,11 +10,11 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@tari-project/typescript-bindings": "^1.5.5",
14
- "@tari-project/wallet_jrpc_client": "^1.5.4",
15
- "@tari-project/tari-permissions": "^0.5.5",
16
- "@tari-project/tari-signer": "^0.5.5",
17
- "@tari-project/tarijs-types": "^0.5.5"
13
+ "@tari-project/typescript-bindings": ">=1.9.0",
14
+ "@tari-project/wallet_jrpc_client": "^1.6.0",
15
+ "@tari-project/tari-permissions": "^0.8.0",
16
+ "@tari-project/tari-signer": "^0.8.0",
17
+ "@tari-project/tarijs-types": "^0.8.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^22.13.1",