@actual-app/sync-server 25.10.0-nightly.20250929 → 25.10.0-nightly.20251001

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.
@@ -130,7 +130,7 @@ function getAccountResponse(results, accountId, startDate) {
130
130
  });
131
131
  return;
132
132
  }
133
- const needsAttention = results.sferrors.find(e => e === `Connection to ${account.org.name} may need attention`);
133
+ const needsAttention = results.sferrors.find(e => e.startsWith(`Connection to ${account.org.name} may need attention`));
134
134
  if (needsAttention) {
135
135
  logAccountError(results, accountId, {
136
136
  error_type: 'ACCOUNT_NEEDS_ATTENTION',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/sync-server",
3
- "version": "25.10.0-nightly.20250929",
3
+ "version": "25.10.0-nightly.20251001",
4
4
  "license": "MIT",
5
5
  "description": "actual syncing server",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@actual-app/crdt": "2.1.0",
31
- "@actual-app/web": "25.10.0-nightly.20250929",
31
+ "@actual-app/web": "25.10.0-nightly.20251001",
32
32
  "bcrypt": "^6.0.0",
33
33
  "better-sqlite3": "^12.2.0",
34
34
  "convict": "^6.2.4",