@actual-app/sync-server 25.11.0-nightly.20251005 → 25.11.0-nightly.20251007

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/sync-server",
3
- "version": "25.11.0-nightly.20251005",
3
+ "version": "25.11.0-nightly.20251007",
4
4
  "license": "MIT",
5
5
  "description": "actual syncing server",
6
6
  "bin": {
@@ -28,27 +28,27 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@actual-app/crdt": "2.1.0",
31
- "@actual-app/web": "25.11.0-nightly.20251005",
31
+ "@actual-app/web": "25.11.0-nightly.20251007",
32
32
  "bcrypt": "^6.0.0",
33
- "better-sqlite3": "^12.2.0",
33
+ "better-sqlite3": "^12.4.1",
34
34
  "convict": "^6.2.4",
35
35
  "cors": "^2.8.5",
36
36
  "date-fns": "^4.1.0",
37
- "debug": "^4.4.1",
37
+ "debug": "^4.4.3",
38
38
  "express": "5.1.0",
39
- "express-rate-limit": "^8.0.1",
39
+ "express-rate-limit": "^8.1.0",
40
40
  "express-winston": "^4.2.0",
41
41
  "ipaddr.js": "^2.2.0",
42
42
  "jws": "^4.0.0",
43
43
  "migrate": "^2.1.0",
44
44
  "nordigen-node": "^1.4.1",
45
45
  "openid-client": "^5.7.1",
46
- "pluggy-sdk": "^0.74.0",
47
- "uuid": "^11.1.0",
46
+ "pluggy-sdk": "^0.77.0",
47
+ "uuid": "^13.0.0",
48
48
  "winston": "^3.17.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@babel/core": "^7.28.0",
51
+ "@babel/core": "^7.28.4",
52
52
  "@babel/preset-typescript": "^7.27.1",
53
53
  "@types/babel__core": "^7",
54
54
  "@types/bcrypt": "^6.0.0",
@@ -57,13 +57,13 @@
57
57
  "@types/cors": "^2.8.19",
58
58
  "@types/express": "^5.0.3",
59
59
  "@types/express-actuator": "^1.8.3",
60
- "@types/node": "^22.17.0",
60
+ "@types/node": "^22.18.8",
61
61
  "@types/supertest": "^6.0.3",
62
62
  "@vitest/coverage-v8": "3.2.4",
63
63
  "http-proxy-middleware": "^3.0.5",
64
64
  "nodemon": "^3.1.10",
65
65
  "supertest": "^7.1.4",
66
- "typescript": "^5.9.2",
66
+ "typescript": "^5.9.3",
67
67
  "vitest": "^3.2.4"
68
68
  }
69
69
  }
@@ -20,7 +20,6 @@ If the default bank integration does not work for you, you can integrate a new b
20
20
  You should do it based on the data which you found in the logs.
21
21
 
22
22
  Example logs which help you to fill:
23
-
24
23
  - `normalizeAccount` function:
25
24
 
26
25
  ```log