@dynamic-labs/bitcoin 1.1.3 → 1.1.4
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 +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
### [1.1.4](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.3...v1.1.4) (2024-02-21)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **gas-estimation:** use eip-1559 gas estimation ([#4719](https://github.com/dynamic-labs/DynamicAuth/issues/4719)) ([e90f832](https://github.com/dynamic-labs/DynamicAuth/commit/e90f832707b7fba162fc066ec94d1137236fe4c0))
|
|
8
|
+
* reduce isPreauthorized calls when starknet wallet is connected ([#4711](https://github.com/dynamic-labs/DynamicAuth/issues/4711)) ([6d5ef16](https://github.com/dynamic-labs/DynamicAuth/commit/6d5ef16dae20ba3efac2c502c7b2625cf6f8eb9e))
|
|
9
|
+
|
|
2
10
|
### [1.1.3](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.2...v1.1.3) (2024-02-19)
|
|
3
11
|
|
|
4
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/bitcoin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
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.4",
|
|
36
|
+
"@dynamic-labs/wallet-book": "1.1.4",
|
|
37
|
+
"@dynamic-labs/wallet-connector-core": "1.1.4",
|
|
38
38
|
"stream": "0.0.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {}
|