@actual-app/sync-server 26.1.0-nightly.20251216 → 26.1.0-nightly.20251218

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.
@@ -102,7 +102,6 @@ else {
102
102
  }
103
103
  if (values['reset-password']) {
104
104
  console.info('Running reset password script...');
105
- // eslint-disable-next-line import/extensions
106
105
  await import('../src/scripts/reset-password.js');
107
106
  process.exit();
108
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/sync-server",
3
- "version": "26.1.0-nightly.20251216",
3
+ "version": "26.1.0-nightly.20251218",
4
4
  "license": "MIT",
5
5
  "description": "actual syncing server",
6
6
  "bin": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@actual-app/crdt": "2.1.0",
32
- "@actual-app/web": "26.1.0-nightly.20251216",
32
+ "@actual-app/web": "26.1.0-nightly.20251218",
33
33
  "bcrypt": "^6.0.0",
34
34
  "better-sqlite3": "^12.4.1",
35
35
  "convict": "^6.2.4",