@actual-app/sync-server 25.8.0-nightly.20250703 → 25.8.0-nightly.20250705

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.
@@ -1,4 +1,3 @@
1
- import * as d from 'date-fns';
2
1
  import { formatPayeeName } from '../../util/payee-name.js';
3
2
  import { title } from '../../util/title/index.js';
4
3
  import Fallback from './integration-bank.js';
@@ -1,4 +1,3 @@
1
- import { formatPayeeName } from '../../util/payee-name.js';
2
1
  import Fallback from './integration-bank.js';
3
2
  /** @type {import('./bank.interface.js').IBank} */
4
3
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/sync-server",
3
- "version": "25.8.0-nightly.20250703",
3
+ "version": "25.8.0-nightly.20250705",
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.8.0-nightly.20250703",
31
+ "@actual-app/web": "25.8.0-nightly.20250705",
32
32
  "bcrypt": "^5.1.1",
33
33
  "better-sqlite3": "^11.10.0",
34
34
  "convict": "^6.2.4",