@magic-ext/bitcoin 13.4.1 → 13.4.2-canary.577.5523122133.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/CHANGELOG.md +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -22,7 +22,7 @@
22
22
  - Match NPM Version ([@Ariflo](https://github.com/Ariflo))
23
23
  - Update CHANGELOG.md \[skip ci\] ([@Ethella](https://github.com/Ethella))
24
24
  - Replace `magic-sdk` w/ `@magic-sdk/commons` for `@magic-ext/oidc` Package [#550](https://github.com/magiclabs/magic-js/pull/550) ([@Ariflo](https://github.com/Ariflo))
25
- - Updates License to Apache 2.0 ([@Ariflo](https://github.com/Ariflo))
25
+ - Updates License to Apache 2.0 ([@Ariflo](https://github.com/Ariflo))
26
26
 
27
27
  #### Authors: 2
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/bitcoin",
3
- "version": "13.4.1",
3
+ "version": "13.4.2-canary.577.5523122133.0",
4
4
  "description": "magic bitcoin extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -29,5 +29,5 @@
29
29
  "devDependencies": {
30
30
  "@magic-sdk/commons": "^14.4.1"
31
31
  },
32
- "gitHead": "42ae4ad0a06ef833b751d903969b52a6ccc60be8"
32
+ "gitHead": "72671dd5bf558fc52cef775830fbfe5ad6e28de4"
33
33
  }