chore: upgrade applesauce packages to v4.0.0

- Update all applesauce packages from 3.1.0 to 4.0.0
- Add applesauce-factory dependency
- Version 4.0.0 includes app-data helpers needed for NIP-78
This commit is contained in:
Gigi
2025-10-05 02:35:28 +01:00
parent 1b381a0f8c
commit 1b8c276529
229 changed files with 2533 additions and 7592 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "applesauce-react",
"version": "3.1.0",
"version": "4.0.0",
"description": "React hooks for applesauce",
"type": "module",
"main": "dist/index.js",
@@ -13,8 +13,7 @@
"author": "hzrd149",
"license": "MIT",
"files": [
"dist",
"applesauce"
"dist"
],
"exports": {
".": {
@@ -49,13 +48,13 @@
}
},
"dependencies": {
"applesauce-accounts": "^3.1.0",
"applesauce-actions": "^3.1.0",
"applesauce-content": "^3.1.0",
"applesauce-core": "^3.1.0",
"applesauce-factory": "^3.1.0",
"applesauce-accounts": "^4.0.0",
"applesauce-actions": "^4.0.0",
"applesauce-content": "^4.0.0",
"applesauce-core": "^4.0.0",
"applesauce-factory": "^4.0.0",
"hash-sum": "^2.0.0",
"nostr-tools": "~2.15",
"nostr-tools": "~2.17",
"observable-hooks": "^4.2.4",
"react": "^18.3.1",
"rxjs": "^7.8.1"
@@ -63,14 +62,16 @@
"devDependencies": {
"@types/hash-sum": "^1.0.2",
"@types/react": "^18.3.18",
"rimraf": "^6.0.1",
"typescript": "^5.8.3",
"vitest": "^3.2.3"
"vitest": "^3.2.4"
},
"funding": {
"type": "lightning",
"url": "lightning:nostrudel@geyser.fund"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"watch:build": "tsc --watch > /dev/null",
"test": "vitest run --passWithNoTests",