@lunchflow/actual-flow 0.0.16 → 0.0.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunchflow/actual-flow",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Import transactions from Lunch Flow to Actual Budget with terminal UI.",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -13,7 +13,8 @@
13
13
  "prepare": "pnpm run build",
14
14
  "install:dev": "pnpm install",
15
15
  "clean": "rm -rf dist",
16
- "release:patch": "npm version patch && git push && git push --tags"
16
+ "release:patch": "npm version patch && git push && git push --tags",
17
+ "release:publish": "npm publish --access public"
17
18
  },
18
19
  "keywords": [
19
20
  "lunch-flow",
@@ -24,7 +25,7 @@
24
25
  "author": "Amr Awad",
25
26
  "license": "MIT",
26
27
  "dependencies": {
27
- "@actual-app/api": "^26.1.0",
28
+ "@actual-app/api": "^26.2.0",
28
29
  "axios": "^1.6.0",
29
30
  "chalk": "^4.1.2",
30
31
  "cli-table3": "^0.6.3",
@@ -37,5 +38,9 @@
37
38
  "@types/node": "^20.0.0",
38
39
  "ts-node": "^10.9.0",
39
40
  "typescript": "^5.0.0"
41
+ },
42
+ "packageManager": "pnpm@10.5.0",
43
+ "engines": {
44
+ "pnpm": ">=10.0.0"
40
45
  }
41
46
  }
@@ -0,0 +1,2 @@
1
+ onlyBuiltDependencies:
2
+ - better-sqlite3