@accounter/modern-poalim-scraper 0.10.2-alpha-20251208003127-fcde6629e3144a862c1002f2ef695144b3fb25ac → 0.10.3-alpha-20251209101207-4fad8304b94dc14247ecceebd68067db42228da8
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 +23 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
# @accounter/modern-poalim-scraper
|
|
2
2
|
|
|
3
|
-
## 0.10.
|
|
3
|
+
## 0.10.3-alpha-20251209101207-4fad8304b94dc14247ecceebd68067db42228da8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2744](https://github.com/Urigo/accounter-fullstack/pull/2744)
|
|
8
|
+
[`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc)
|
|
9
|
+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
10
|
+
- Updated dependency [`zod@4.1.13` ↗︎](https://www.npmjs.com/package/zod/v/4.1.13) (from `4.1.12`,
|
|
11
|
+
in `dependencies`)
|
|
12
|
+
|
|
13
|
+
- [#2765](https://github.com/Urigo/accounter-fullstack/pull/2765)
|
|
14
|
+
[`cbf2717`](https://github.com/Urigo/accounter-fullstack/commit/cbf27175d72499a6f7509eecee351f4831227f12)
|
|
15
|
+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
16
|
+
- Updated dependency [`inquirer@13.0.2` ↗︎](https://www.npmjs.com/package/inquirer/v/13.0.2) (from
|
|
17
|
+
`13.0.1`, in `dependencies`)
|
|
18
|
+
|
|
19
|
+
- [#2775](https://github.com/Urigo/accounter-fullstack/pull/2775)
|
|
20
|
+
[`3ace155`](https://github.com/Urigo/accounter-fullstack/commit/3ace1558465d4246a815b238543beb68527c4be0)
|
|
21
|
+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
22
|
+
- Updated dependency [`puppeteer@24.32.0` ↗︎](https://www.npmjs.com/package/puppeteer/v/24.32.0)
|
|
23
|
+
(from `24.31.0`, in `dependencies`)
|
|
24
|
+
|
|
25
|
+
## 0.10.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
6
28
|
|
|
@@ -130,24 +152,6 @@
|
|
|
130
152
|
- Updated dependency [`puppeteer@24.31.0` ↗︎](https://www.npmjs.com/package/puppeteer/v/24.31.0)
|
|
131
153
|
(from `24.30.0`, in `dependencies`)
|
|
132
154
|
|
|
133
|
-
- [#2744](https://github.com/Urigo/accounter-fullstack/pull/2744)
|
|
134
|
-
[`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc)
|
|
135
|
-
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
136
|
-
- Updated dependency [`zod@4.1.13` ↗︎](https://www.npmjs.com/package/zod/v/4.1.13) (from `4.1.12`,
|
|
137
|
-
in `dependencies`)
|
|
138
|
-
|
|
139
|
-
- [#2765](https://github.com/Urigo/accounter-fullstack/pull/2765)
|
|
140
|
-
[`cbf2717`](https://github.com/Urigo/accounter-fullstack/commit/cbf27175d72499a6f7509eecee351f4831227f12)
|
|
141
|
-
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
142
|
-
- Updated dependency [`inquirer@13.0.2` ↗︎](https://www.npmjs.com/package/inquirer/v/13.0.2) (from
|
|
143
|
-
`13.0.1`, in `dependencies`)
|
|
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
|
-
|
|
151
155
|
## 0.10.1
|
|
152
156
|
|
|
153
157
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accounter/modern-poalim-scraper",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3-alpha-20251209101207-4fad8304b94dc14247ecceebd68067db42228da8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|