@leather.io/crypto 1.6.56 → 1.7.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # `@leather.io/crypto`
2
2
 
3
- This package contains all the generic crypto utils. Consumed by chain-specific packages.
3
+ This package contains all the generic crypto utils. Consumed by chain-specific packages.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@leather.io/crypto",
3
3
  "author": "leather.io",
4
4
  "description": "Generic crypto utils package for Leather",
5
- "version": "1.6.56",
5
+ "version": "1.7.0",
6
6
  "license": "MIT",
7
7
  "exports": {
8
8
  ".": "./dist/index.mjs"
@@ -11,7 +11,7 @@
11
11
  "@scure/bip32": "1.6.2",
12
12
  "@scure/bip39": "1.5.4",
13
13
  "just-memoize": "2.2.0",
14
- "@leather.io/utils": "0.32.0"
14
+ "@leather.io/utils": "0.34.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "tsup": "8.4.0",