Compare commits
1 commit
master
...
jlongster-
Author | SHA1 | Date | |
---|---|---|---|
|
3c1b2b4151 |
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "actual-sync",
|
||||
"version": "22.12.09",
|
||||
"version": "22.12.03",
|
||||
"license": "MIT",
|
||||
"description": "actual syncing server",
|
||||
"main": "index.js",
|
||||
|
@ -12,7 +12,7 @@
|
|||
"verify": "yarn -s lint && yarn types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actual-app/api": "4.1.5",
|
||||
"@actual-app/api": "4.1.3",
|
||||
"@actual-app/web": "22.12.3",
|
||||
"bcrypt": "^5.0.1",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
|
|
|
@ -6,7 +6,7 @@ let { getPathForGroupFile } = require('./util/paths');
|
|||
let actual = require('@actual-app/api');
|
||||
let merkle = actual.internal.merkle;
|
||||
let SyncPb = actual.internal.SyncProtoBuf;
|
||||
let Timestamp = actual.internal.timestamp.Timestamp;
|
||||
let Timestamp = actual.internal.timestamp.default;
|
||||
|
||||
function getGroupDb(groupId) {
|
||||
let path = getPathForGroupFile(groupId);
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@actual-app/api@4.1.5":
|
||||
version "4.1.5"
|
||||
resolved "https://registry.yarnpkg.com/@actual-app/api/-/api-4.1.5.tgz#727f7e2233dd29204d2b7e244a671b3b88d0683a"
|
||||
integrity sha512-rI4xqaHt9UNxovSPo8tukjluuESlxscMXUkImyYV4gYzAETsSFET3k0708Zw0EZsXCVanqAtfv+v84SNEBqn0A==
|
||||
"@actual-app/api@4.1.3":
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@actual-app/api/-/api-4.1.3.tgz#8f2602f2d8a89c443e5d027be6fc896c492d6762"
|
||||
integrity sha512-0ANB9Ag5AMiRWrFpJRsIp2a3B7wwoF5kufWp0zos/tV3g4OgeqrUtEfvftyvYQq/qS3Q9RM3Wy37Wgvo+/3ERw==
|
||||
dependencies:
|
||||
better-sqlite3 "^7.5.0"
|
||||
node-fetch "^1.6.3"
|
||||
|
|
Loading…
Reference in a new issue