sats-connect 4.2.1-15ee247 โ 4.2.1-18c1956
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Developers building on Bitcoin and its L2s can use Sats Connect to interact dire
|
|
|
23
23
|
* Transfer tokens and inscriptions
|
|
24
24
|
* Inscribe sats with arbitrary content, create and mint tokens
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## ๐ ๏ธ Why Sats Connect?
|
|
27
27
|
|
|
28
28
|
* **Wallet-first** โ every interaction happens directly in the userโs wallet, with explicit approval
|
|
29
29
|
* **Bitcoin-native & multi-asset** โ supports Bitcoin L1 (BTC, Ordinals, Runes, BRC-20) as well as emerging L2s like Spark, Starknet, and Stacks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sats-connect",
|
|
3
|
-
"version": "4.2.1-
|
|
3
|
+
"version": "4.2.1-18c1956",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@sats-connect/core": "0.
|
|
27
|
+
"@sats-connect/core": "0.16.0",
|
|
28
28
|
"@sats-connect/make-default-provider-config": "0.0.10",
|
|
29
29
|
"@sats-connect/ui": "0.0.7",
|
|
30
|
-
"valibot": "1.
|
|
30
|
+
"valibot": "1.2.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"husky": "9.1.7",
|