israeli-banks-actual-budget-importer 1.5.1 → 1.5.3
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/.github/workflows/main.yml +4 -4
- package/.yarn/releases/{yarn-4.9.1.cjs → yarn-4.12.0.cjs} +329 -335
- package/.yarnrc.yml +2 -2
- package/CHANGELOG.md +15 -0
- package/package.json +18 -18
- package/src/config.d.ts +1 -3
- package/src/index.ts +0 -1
- package/src/utils.d.ts +0 -0
- package/src/utils.ts +0 -3
package/.yarnrc.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.5.3](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/compare/v1.5.2...v1.5.3) (2025-11-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update Node.js version to 24 and adjust file permissions ([a4a2658](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/commit/a4a2658537057f4a5a8a4c1888791b94ec987577))
|
|
7
|
+
* Updated packages to latest version ([91c3f6b](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/commit/91c3f6bf57cbbc2a9f17925d13a393ebd9746510))
|
|
8
|
+
|
|
9
|
+
## [1.5.2](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/compare/v1.5.1...v1.5.2) (2025-06-09)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* bumped israeli-bank-scrapers to v6.1.3 ([15ed7c4](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/commit/15ed7c490035837327e69c4372595c918cfea44c))
|
|
15
|
+
|
|
1
16
|
## [1.5.1](https://github.com/tomerh2001/israeli-banks-actual-budget-importer/compare/v1.5.0...v1.5.1) (2025-05-28)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.3",
|
|
3
3
|
"name": "israeli-banks-actual-budget-importer",
|
|
4
4
|
"module": "index.ts",
|
|
5
5
|
"type": "module",
|
|
@@ -8,31 +8,31 @@
|
|
|
8
8
|
"test": "xo"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@codedependant/semantic-release-docker": "^5.1.
|
|
11
|
+
"@codedependant/semantic-release-docker": "^5.1.1",
|
|
12
12
|
"@semantic-release/changelog": "^6.0.3",
|
|
13
13
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
14
14
|
"@semantic-release/git": "^10.0.1",
|
|
15
|
-
"@semantic-release/github": "^
|
|
16
|
-
"@semantic-release/npm": "^
|
|
17
|
-
"@semantic-release/release-notes-generator": "^14.0
|
|
18
|
-
"@types/lodash": "^4.17.
|
|
19
|
-
"@types/papaparse": "^5.
|
|
15
|
+
"@semantic-release/github": "^12.0.2",
|
|
16
|
+
"@semantic-release/npm": "^13.1.2",
|
|
17
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
18
|
+
"@types/lodash": "^4.17.21",
|
|
19
|
+
"@types/papaparse": "^5.5.0",
|
|
20
20
|
"bun-types": "latest",
|
|
21
|
-
"papaparse": "^5.5.
|
|
22
|
-
"semantic-release": "^
|
|
23
|
-
"typescript": "^5.
|
|
24
|
-
"xo": "^1.
|
|
21
|
+
"papaparse": "^5.5.3",
|
|
22
|
+
"semantic-release": "^25.0.2",
|
|
23
|
+
"typescript": "^5.9.3",
|
|
24
|
+
"xo": "^1.2.3"
|
|
25
25
|
},
|
|
26
|
-
"packageManager": "yarn@4.
|
|
26
|
+
"packageManager": "yarn@4.12.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@actual-app/api": "^25.
|
|
29
|
-
"cronstrue": "^
|
|
30
|
-
"israeli-bank-scrapers": "^6.
|
|
28
|
+
"@actual-app/api": "^25.11.0",
|
|
29
|
+
"cronstrue": "^3.9.0",
|
|
30
|
+
"israeli-bank-scrapers": "^6.2.5",
|
|
31
31
|
"lodash": "^4.17.21",
|
|
32
32
|
"moment": "^2.30.1",
|
|
33
33
|
"mute-stdout": "^2.0.0",
|
|
34
|
-
"node-cron": "^4.
|
|
35
|
-
"p-queue": "^
|
|
36
|
-
"tsx": "^4.
|
|
34
|
+
"node-cron": "^4.2.1",
|
|
35
|
+
"p-queue": "^9.0.1",
|
|
36
|
+
"tsx": "^4.20.6"
|
|
37
37
|
}
|
|
38
38
|
}
|
package/src/config.d.ts
CHANGED
|
@@ -16,9 +16,7 @@ export type ConfigActualBudget = {
|
|
|
16
16
|
password: string;
|
|
17
17
|
};
|
|
18
18
|
|
|
19
|
-
export type ConfigBanks = Partial<
|
|
20
|
-
[key in CompanyTypes]: ConfigBank;
|
|
21
|
-
}>;
|
|
19
|
+
export type ConfigBanks = Partial<Record<CompanyTypes, ConfigBank>>;
|
|
22
20
|
|
|
23
21
|
export type ConfigBank = ScraperCredentials & {
|
|
24
22
|
actualAccountId: string;
|
package/src/index.ts
CHANGED
package/src/utils.d.ts
CHANGED
|
File without changes
|
package/src/utils.ts
CHANGED
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
3
3
|
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
|
4
4
|
|
|
5
|
-
/* eslint-disable import/extensions */
|
|
6
|
-
/* eslint-disable n/file-extension-in-import */
|
|
7
|
-
|
|
8
5
|
import process from 'node:process';
|
|
9
6
|
import {createScraper, type ScraperCredentials} from 'israeli-bank-scrapers';
|
|
10
7
|
import _ from 'lodash';
|