@magic-ext/bitcoin 8.2.0 → 8.2.1-e2c2b0b
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 +2 -4
- package/CHANGELOG.md +0 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/bitcoin",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.1-e2c2b0b",
|
|
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"
|
|
@@ -29,6 +28,5 @@
|
|
|
29
28
|
},
|
|
30
29
|
"devDependencies": {
|
|
31
30
|
"@magic-sdk/commons": "^9.2.0"
|
|
32
|
-
}
|
|
33
|
-
"gitHead": "1c4c72cf1354c6177c3764144bd121a051a2f0c1"
|
|
31
|
+
}
|
|
34
32
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# v3.0.1 (Tue Jan 25 2022)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- Fix CDN build targets [#270](https://github.com/magiclabs/magic-js/pull/270) ([@smithki](https://github.com/smithki))
|
|
6
|
-
- Fix CDN issues related to ESBuild ([@smithki](https://github.com/smithki))
|
|
7
|
-
|
|
8
|
-
#### Authors: 1
|
|
9
|
-
|
|
10
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# v3.0.0 (Tue Jan 25 2022)
|
|
15
|
-
|
|
16
|
-
#### 💥 Breaking Change
|
|
17
|
-
|
|
18
|
-
- Switch from `microbundle` to `esbuild` [#220](https://github.com/magiclabs/magic-js/pull/220) ([@smithki](https://github.com/smithki))
|
|
19
|
-
|
|
20
|
-
#### 🐛 Bug Fix
|
|
21
|
-
|
|
22
|
-
- Merge with master ([@smithki](https://github.com/smithki))
|
|
23
|
-
- Merge branch 'master' into feat/faster-builds ([@smithki](https://github.com/smithki))
|
|
24
|
-
- Modify CDN default exports ([@smithki](https://github.com/smithki))
|
|
25
|
-
- Support newly added Magic JS extensions in ESBuild ([@smithki](https://github.com/smithki))
|
|
26
|
-
|
|
27
|
-
#### Authors: 1
|
|
28
|
-
|
|
29
|
-
- Ian K Smith ([@smithki](https://github.com/smithki))
|
|
30
|
-
|
|
31
|
-
---
|
|
32
|
-
|
|
33
|
-
# v1.0.0 (Wed Oct 27 2021)
|
|
34
|
-
|
|
35
|
-
#### 💥 Breaking Change
|
|
36
|
-
|
|
37
|
-
- add bitcoin extension for web and react native [#233](https://github.com/magiclabs/magic-js/pull/233) ([@hcote](https://github.com/hcote))
|
|
38
|
-
|
|
39
|
-
#### Authors: 1
|
|
40
|
-
|
|
41
|
-
- Hunter Cote ([@hcote](https://github.com/hcote))
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|