@accounter/modern-poalim-scraper 0.10.3-alpha-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c → 0.10.3-alpha-20260101081119-f4fd523dc93f219c8dca6d3d5df3081a060b4568

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/CHANGELOG.md +7 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @accounter/modern-poalim-scraper
2
2
 
3
- ## 0.10.3-alpha-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c
3
+ ## 0.10.3-alpha-20260101081119-f4fd523dc93f219c8dca6d3d5df3081a060b4568
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -72,6 +72,12 @@
72
72
  - Updated dependency [`puppeteer@24.34.0` ↗︎](https://www.npmjs.com/package/puppeteer/v/24.34.0)
73
73
  (from `24.33.1`, in `dependencies`)
74
74
 
75
+ - [#2873](https://github.com/Urigo/accounter-fullstack/pull/2873)
76
+ [`eea8a89`](https://github.com/Urigo/accounter-fullstack/commit/eea8a89638a3893814fd9a341e0080922fc703a1)
77
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
78
+ - Updated dependency [`zod@4.3.2` ↗︎](https://www.npmjs.com/package/zod/v/4.3.2) (from `4.2.1`, in
79
+ `dependencies`)
80
+
75
81
  - [#2825](https://github.com/Urigo/accounter-fullstack/pull/2825)
76
82
  [`7820649`](https://github.com/Urigo/accounter-fullstack/commit/7820649ce56fd2f5c980fcec47591ef115273bf0)
77
83
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Schema Migration**: The project has
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accounter/modern-poalim-scraper",
3
- "version": "0.10.3-alpha-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c",
3
+ "version": "0.10.3-alpha-20260101081119-f4fd523dc93f219c8dca6d3d5df3081a060b4568",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "node-fetch": "3.3.2",
23
23
  "puppeteer": "24.34.0",
24
24
  "uuid": "13.0.0",
25
- "zod": "4.3.2"
25
+ "zod": "4.3.4"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/inquirer": "9.0.9",