@dynamic-labs/bitcoin 1.1.2 → 1.1.3
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/CHANGELOG.md +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
|
|
2
|
+
### [1.1.3](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.2...v1.1.3) (2024-02-19)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* improve on transaction confirmation step ([#4704](https://github.com/dynamic-labs/DynamicAuth/issues/4704)) ([#4706](https://github.com/dynamic-labs/DynamicAuth/issues/4706)) ([01964c6](https://github.com/dynamic-labs/DynamicAuth/commit/01964c6a25910526b2c895e84b8a8c6ff5d5b371))
|
|
8
|
+
* prevent the DynamicMultiWalletPromptsWidget from opening if user is not logged in ([#4707](https://github.com/dynamic-labs/DynamicAuth/issues/4707)) ([af28726](https://github.com/dynamic-labs/DynamicAuth/commit/af287267496913e38657b12bf901275b5b781c64))
|
|
9
|
+
* use phantom injected when on in-app browser ([#4630](https://github.com/dynamic-labs/DynamicAuth/issues/4630)) ([#4635](https://github.com/dynamic-labs/DynamicAuth/issues/4635)) ([cc02648](https://github.com/dynamic-labs/DynamicAuth/commit/cc026484d141d3bf3cac2a876d859a17054e1535))
|
|
10
|
+
* wait for sdkHasLoaded to process phantom redirect ([#4628](https://github.com/dynamic-labs/DynamicAuth/issues/4628)) ([#4634](https://github.com/dynamic-labs/DynamicAuth/issues/4634)) ([ca1a0f0](https://github.com/dynamic-labs/DynamicAuth/commit/ca1a0f07ca70ebb07cd33ec585ed3995282a5799))
|
|
11
|
+
|
|
2
12
|
### [1.1.2](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.1...v1.1.2) (2024-02-13)
|
|
3
13
|
|
|
4
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/bitcoin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@wallet-standard/base": "^1.0.1",
|
|
33
33
|
"bitcoinjs-lib": "^6.1.5",
|
|
34
34
|
"sats-connect": "^1.1.2",
|
|
35
|
-
"@dynamic-labs/utils": "1.1.
|
|
36
|
-
"@dynamic-labs/wallet-book": "1.1.
|
|
37
|
-
"@dynamic-labs/wallet-connector-core": "1.1.
|
|
35
|
+
"@dynamic-labs/utils": "1.1.3",
|
|
36
|
+
"@dynamic-labs/wallet-book": "1.1.3",
|
|
37
|
+
"@dynamic-labs/wallet-connector-core": "1.1.3",
|
|
38
38
|
"stream": "0.0.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {}
|