@magic-ext/bitcoin 8.2.0 → 8.2.1

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 +13 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v8.2.1 (Tue Feb 14 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Permit React Native SDK to Utlize Bitcoin extension [#451](https://github.com/magiclabs/magic-js/pull/451) ([@Ariflo](https://github.com/Ariflo))
6
+ - Permit React Native SDK to Utlize Bitcoin extension ([@Ariflo](https://github.com/Ariflo))
7
+
8
+ #### Authors: 1
9
+
10
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
11
+
12
+ ---
13
+
1
14
  # v3.0.1 (Tue Jan 25 2022)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/bitcoin",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "description": "magic bitcoin extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -17,7 +17,6 @@
17
17
  "module": "./dist/es/index.js",
18
18
  "types": "./dist/types/index.d.ts",
19
19
  "jsdelivr": "./dist/extension.js",
20
- "react-native": "./dist/react-native/index.native.js",
21
20
  "exports": {
22
21
  "import": "./dist/es/index.mjs",
23
22
  "require": "./dist/cjs/index.js"
@@ -30,5 +29,5 @@
30
29
  "devDependencies": {
31
30
  "@magic-sdk/commons": "^9.2.0"
32
31
  },
33
- "gitHead": "1c4c72cf1354c6177c3764144bd121a051a2f0c1"
32
+ "gitHead": "513a9417e9473dcfa17c9a2165dcfad4cdf4fa49"
34
33
  }