@actual-app/cli 26.5.1 → 26.5.2

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 (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -160657,7 +160657,7 @@ function registerTransactionsCommand(program) {
160657
160657
  //#endregion
160658
160658
  //#region src/index.ts
160659
160659
  var program = new Command();
160660
- program.name("actual").description("CLI for Actual Budget").version("26.5.1").option("--server-url <url>", "Actual server URL (env: ACTUAL_SERVER_URL)").option("--password <password>", "Server password (env: ACTUAL_PASSWORD)").option("--session-token <token>", "Session token (env: ACTUAL_SESSION_TOKEN)").option("--sync-id <id>", "Budget sync ID (env: ACTUAL_SYNC_ID)").option("--data-dir <path>", "Data directory (env: ACTUAL_DATA_DIR)").option("--encryption-password <password>", "E2E encryption password (env: ACTUAL_ENCRYPTION_PASSWORD)").addOption(new Option("--format <format>", "Output format: json, table, csv").choices([
160660
+ program.name("actual").description("CLI for Actual Budget").version("26.5.2").option("--server-url <url>", "Actual server URL (env: ACTUAL_SERVER_URL)").option("--password <password>", "Server password (env: ACTUAL_PASSWORD)").option("--session-token <token>", "Session token (env: ACTUAL_SESSION_TOKEN)").option("--sync-id <id>", "Budget sync ID (env: ACTUAL_SYNC_ID)").option("--data-dir <path>", "Data directory (env: ACTUAL_DATA_DIR)").option("--encryption-password <password>", "E2E encryption password (env: ACTUAL_ENCRYPTION_PASSWORD)").addOption(new Option("--format <format>", "Output format: json, table, csv").choices([
160661
160661
  "json",
160662
160662
  "table",
160663
160663
  "csv"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actual-app/cli",
3
- "version": "26.5.1",
3
+ "version": "26.5.2",
4
4
  "description": "CLI for Actual Budget",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "typecheck": "tsgo -b"
31
31
  },
32
32
  "dependencies": {
33
- "@actual-app/api": "26.5.1",
33
+ "@actual-app/api": "26.5.2",
34
34
  "cli-table3": "^0.6.5",
35
35
  "commander": "^14.0.3",
36
36
  "cosmiconfig": "^9.0.1"