@bsv/wallet-toolbox 1.5.14 → 1.5.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsv/wallet-toolbox",
3
- "version": "1.5.14",
3
+ "version": "1.5.16",
4
4
  "description": "BRC100 conforming wallet, wallet storage and wallet signer components",
5
5
  "main": "./out/src/index.js",
6
6
  "types": "./out/src/index.d.ts",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "homepage": "https://github.com/bsv-blockchain/wallet-toolbox#readme",
32
32
  "dependencies": {
33
- "@bsv/auth-express-middleware": "^1.2.0",
34
- "@bsv/payment-express-middleware": "^1.2.1",
35
- "@bsv/sdk": "^1.6.16",
33
+ "@bsv/auth-express-middleware": "^1.2.2",
34
+ "@bsv/payment-express-middleware": "^1.2.3",
35
+ "@bsv/sdk": "^1.6.17",
36
36
  "express": "^4.21.2",
37
37
  "idb": "^8.0.2",
38
38
  "knex": "^3.1.0",
@@ -1311,7 +1311,7 @@ export class WalletPermissionsManager implements WalletInterface {
1311
1311
  privDecoded !== !!privileged ||
1312
1312
  secLevelDecoded !== secLevel ||
1313
1313
  protoNameDecoded !== protoName ||
1314
- cptyDecoded !== counterparty
1314
+ (secLevelDecoded === 2 && cptyDecoded !== counterparty)
1315
1315
  ) {
1316
1316
  continue
1317
1317
  }