🔖 (24.1.0) Mobile split transactions (#295)

This commit is contained in:
Matiss Janis Aboltins
2024-01-06 10:18:51 +00:00
committed by GitHub
parent 933fc27126
commit 2f7b3917ed
3 changed files with 7 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "actual-sync",
"version": "23.12.1",
"version": "24.1.0",
"license": "MIT",
"description": "actual syncing server",
"type": "module",
@@ -16,7 +16,7 @@
},
"dependencies": {
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "23.12.0",
"@actual-app/web": "24.1.0",
"bcrypt": "^5.1.0",
"better-sqlite3": "^9.1.1",
"body-parser": "^1.20.1",

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [MatissJanis]
---
docs: updated the GoCardless integration instructions

View File

@@ -16,10 +16,10 @@ __metadata:
languageName: node
linkType: hard
"@actual-app/web@npm:23.12.0":
version: 23.12.0
resolution: "@actual-app/web@npm:23.12.0"
checksum: 6bd9ae7a982be1483a72b8d80f51849a81fd370251994e38629a719812975623bca99f03c723b4995f154472b9b94fc365c75daa2f90225ec3a5750a5fb44bf7
"@actual-app/web@npm:24.1.0":
version: 24.1.0
resolution: "@actual-app/web@npm:24.1.0"
checksum: 9e0656491b1bcf0165e3faf34c55c22f5efc3ded74f9dbb46c1e28c6e34cc3c5b1964501260d21ce62f49fe4497adc2468343c1e7bacd09920d051916683d81a
languageName: node
linkType: hard
@@ -1611,7 +1611,7 @@ __metadata:
resolution: "actual-sync@workspace:."
dependencies:
"@actual-app/crdt": "npm:2.1.0"
"@actual-app/web": "npm:23.12.0"
"@actual-app/web": "npm:24.1.0"
"@babel/preset-typescript": "npm:^7.20.2"
"@types/bcrypt": "npm:^5.0.0"
"@types/better-sqlite3": "npm:^7.6.7"