@actual-app/api 6.7.0 → 6.7.1

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,8 @@
1
+ BEGIN TRANSACTION;
2
+
3
+ UPDATE category_groups
4
+ SET
5
+ hidden = 0
6
+ WHERE is_income = 1;
7
+
8
+ COMMIT;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/api",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
4
4
  "license": "MIT",
5
5
  "description": "An API for Actual",
6
6
  "engines": {