@accounter/modern-poalim-scraper 0.10.2-alpha-20251203213140-43a759b138222c4d38bb62ac178e48739a65167e → 0.10.2-alpha-20251207170244-47e38dda441490c45a54e57404b14fa5b23594dd
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/CHANGELOG.md +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/modern-poalim-scraper
|
|
2
2
|
|
|
3
|
-
## 0.10.2-alpha-
|
|
3
|
+
## 0.10.2-alpha-20251207170244-47e38dda441490c45a54e57404b14fa5b23594dd
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -142,6 +142,12 @@
|
|
|
142
142
|
- Updated dependency [`inquirer@13.0.2` ↗︎](https://www.npmjs.com/package/inquirer/v/13.0.2) (from
|
|
143
143
|
`13.0.1`, in `dependencies`)
|
|
144
144
|
|
|
145
|
+
- [#2775](https://github.com/Urigo/accounter-fullstack/pull/2775)
|
|
146
|
+
[`3ace155`](https://github.com/Urigo/accounter-fullstack/commit/3ace1558465d4246a815b238543beb68527c4be0)
|
|
147
|
+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
148
|
+
- Updated dependency [`puppeteer@24.32.0` ↗︎](https://www.npmjs.com/package/puppeteer/v/24.32.0)
|
|
149
|
+
(from `24.31.0`, in `dependencies`)
|
|
150
|
+
|
|
145
151
|
## 0.10.1
|
|
146
152
|
|
|
147
153
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accounter/modern-poalim-scraper",
|
|
3
|
-
"version": "0.10.2-alpha-
|
|
3
|
+
"version": "0.10.2-alpha-20251207170244-47e38dda441490c45a54e57404b14fa5b23594dd",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"date-fns": "4.1.0",
|
|
23
23
|
"inquirer": "13.0.2",
|
|
24
24
|
"node-fetch": "3.3.2",
|
|
25
|
-
"puppeteer": "24.
|
|
25
|
+
"puppeteer": "24.32.0",
|
|
26
26
|
"uuid": "13.0.0",
|
|
27
27
|
"zod": "4.1.13"
|
|
28
28
|
},
|