@actual-app/api
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -5,3 +5,2 @@ const { | ||
disconnect, | ||
loadBudget, | ||
runWithBudget, | ||
@@ -160,3 +159,2 @@ runImport | ||
disconnect, | ||
loadBudget, | ||
runWithBudget, | ||
@@ -163,0 +161,0 @@ runImport, |
@@ -73,6 +73,2 @@ let ipc = require('node-ipc'); | ||
async function loadBudget(id) { | ||
await send('api/load-budget', { id }); | ||
} | ||
async function _run(func) { | ||
@@ -108,3 +104,3 @@ let hasError = false; | ||
return _run(async () => { | ||
await loadBudget(id); | ||
await send('api/load-budget', { id }); | ||
return func(); | ||
@@ -122,9 +118,2 @@ }); | ||
module.exports = { | ||
init, | ||
send, | ||
disconnect, | ||
loadBudget, | ||
runWithBudget, | ||
runImport | ||
}; | ||
module.exports = { init, send, disconnect, runWithBudget, runImport }; |
{ | ||
"name": "@actual-app/api", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "An API for Actual", | ||
@@ -5,0 +5,0 @@ "main": "api.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8371
298