@bitgo-beta/blake2b 3.2.1-alpha.66 → 3.2.1-alpha.68

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/CHANGELOG.md +8 -8
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,30 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.0...@bitgo/blake2b@3.2.1) (2022-11-29)
6
+ ## [3.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.2...@bitgo/blake2b@3.2.4) (2023-08-04)
7
7
 
8
8
  **Note:** Version bump only for package @bitgo/blake2b
9
9
 
10
+ ## [3.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.2...@bitgo/blake2b@3.2.3) (2023-07-28)
10
11
 
12
+ **Note:** Version bump only for package @bitgo/blake2b
11
13
 
12
-
13
-
14
- # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.3-rc.0...@bitgo/blake2b@3.2.0) (2022-10-18)
14
+ ## [3.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.1...@bitgo/blake2b@3.2.2) (2023-07-18)
15
15
 
16
16
  **Note:** Version bump only for package @bitgo/blake2b
17
17
 
18
+ ## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.2.0...@bitgo/blake2b@3.2.1) (2022-11-29)
18
19
 
20
+ **Note:** Version bump only for package @bitgo/blake2b
19
21
 
22
+ # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.3-rc.0...@bitgo/blake2b@3.2.0) (2022-10-18)
20
23
 
24
+ **Note:** Version bump only for package @bitgo/blake2b
21
25
 
22
26
  ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.3-rc.0...@bitgo/blake2b@3.0.3) (2022-07-19)
23
27
 
24
28
  **Note:** Version bump only for package @bitgo/blake2b
25
29
 
26
-
27
-
28
-
29
-
30
30
  ## [3.0.3-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.2...@bitgo/blake2b@3.0.3-rc.0) (2022-06-07)
31
31
 
32
32
  **Note:** Version bump only for package @bitgo/blake2b
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@bitgo-beta/blake2b",
3
- "version": "3.2.1-alpha.66",
3
+ "version": "3.2.1-alpha.68",
4
4
  "description": "Blake2b (64-bit version) in pure JavaScript",
5
5
  "main": "index.js",
6
6
  "dependencies": {
7
- "@bitgo-beta/blake2b-wasm": "3.2.1-alpha.66",
7
+ "@bitgo-beta/blake2b-wasm": "3.2.1-alpha.68",
8
8
  "nanoassert": "^2.0.0"
9
9
  },
10
10
  "publishConfig": {
@@ -28,5 +28,5 @@
28
28
  "url": "https://github.com/emilbayes/blake2b/issues"
29
29
  },
30
30
  "homepage": "https://github.com/emilbayes/blake2b#readme",
31
- "gitHead": "673ae8e9b565cae0f606e1ccd2fd43ab31da33e1"
31
+ "gitHead": "f11494f7f806d1cdf5e836064351287b050a2ee6"
32
32
  }