@bsv/wallet-toolbox 1.6.39 → 1.6.40

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.6.39",
3
+ "version": "1.6.40",
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",
@@ -10,8 +10,7 @@ import {
10
10
  Random,
11
11
  ReviewActionResult,
12
12
  Script,
13
- Utils,
14
- WERR_REVIEW_ACTIONS
13
+ Utils
15
14
  } from '@bsv/sdk'
16
15
  import {
17
16
  generateChangeSdk,
@@ -35,7 +34,7 @@ import {
35
34
  ValidCreateActionOutput,
36
35
  validateSatoshis
37
36
  } from '../../sdk/validationHelpers'
38
- import { WERR_INTERNAL, WERR_INVALID_PARAMETER } from '../../sdk/WERR_errors'
37
+ import { WERR_INTERNAL, WERR_INVALID_PARAMETER, WERR_REVIEW_ACTIONS } from '../../sdk/WERR_errors'
39
38
  import {
40
39
  randomBytesBase64,
41
40
  sha256Hash,