applesauce-wallet 0.0.0-next-20250310200358 → 0.0.0-next-20250311125119
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 +3 -0
- package/package.json +3 -3
package/README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
# Applesauce Wallet
|
|
2
|
+
|
|
3
|
+
The `applesauce-wallet` package is a package of helpers, queries, blueprints and other useful stuff for [NIP-60](https://github.com/nostr-protocol/nips/blob/master/60.md) wallets and [NIP-61](https://github.com/nostr-protocol/nips/blob/master/61.md) nutzaps
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applesauce-wallet",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20250311125119",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@noble/hashes": "^1.7.1",
|
|
56
|
-
"applesauce-core": "0.0.0-next-
|
|
57
|
-
"applesauce-factory": "0.0.0-next-
|
|
56
|
+
"applesauce-core": "0.0.0-next-20250311125119",
|
|
57
|
+
"applesauce-factory": "0.0.0-next-20250311125119",
|
|
58
58
|
"nostr-tools": "^2.10.4",
|
|
59
59
|
"rxjs": "^7.8.1"
|
|
60
60
|
},
|