@actual-app/api 26.6.0 → 26.7.0-nightly.20260603

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.
@@ -0,0 +1,5 @@
1
+ BEGIN TRANSACTION;
2
+
3
+ ALTER TABLE custom_reports ADD COLUMN show_trend_lines INTEGER DEFAULT 0;
4
+
5
+ COMMIT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "26.6.0",
3
+ "version": "26.7.0-nightly.20260603",
4
4
  "description": "An API for Actual",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -44,7 +44,7 @@
44
44
  "typecheck": "tsgo -b && tsc-strict"
45
45
  },
46
46
  "dependencies": {
47
- "@actual-app/core": "26.6.0",
47
+ "@actual-app/core": "26.7.0-nightly.20260603",
48
48
  "@actual-app/crdt": "3.0.0",
49
49
  "better-sqlite3": "^12.8.0",
50
50
  "compare-versions": "^6.1.1",