@lunchflow/actual-flow 0.0.12 → 0.0.13

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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunchflow/actual-flow",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Import transactions from Lunch Flow to Actual Budget with terminal UI.",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -23,18 +23,18 @@
23
23
  "author": "Amr Awad",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@actual-app/api": "^25.10.0",
27
- "inquirer": "^8.2.6",
28
- "chalk": "^4.1.2",
29
- "ora": "^5.4.1",
26
+ "@actual-app/api": "^25.11.0",
30
27
  "axios": "^1.6.0",
28
+ "chalk": "^4.1.2",
29
+ "cli-table3": "^0.6.3",
31
30
  "dotenv": "^16.3.1",
32
- "cli-table3": "^0.6.3"
31
+ "inquirer": "^8.2.6",
32
+ "ora": "^5.4.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/node": "^20.0.0",
36
35
  "@types/inquirer": "^9.0.7",
37
- "typescript": "^5.0.0",
38
- "ts-node": "^10.9.0"
36
+ "@types/node": "^20.0.0",
37
+ "ts-node": "^10.9.0",
38
+ "typescript": "^5.0.0"
39
39
  }
40
40
  }