@accounter/client 0.0.6-alpha-20250824133046-0b8ab2c5eadb11d7347a510fe687cdde95520673 → 0.0.6-alpha-20250824133246-70a38377bf0285c480d0647b4877c1404e34b3d3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @accounter/client
2
2
 
3
- ## 0.0.6-alpha-20250824133046-0b8ab2c5eadb11d7347a510fe687cdde95520673
3
+ ## 0.0.6-alpha-20250824133246-70a38377bf0285c480d0647b4877c1404e34b3d3
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -101,6 +101,12 @@
101
101
  [`@tanstack/react-query@5.82.0` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.82.0)
102
102
  (from `5.81.5`, in `dependencies`)
103
103
 
104
+ - [#2291](https://github.com/Urigo/accounter-fullstack/pull/2291)
105
+ [`633a688`](https://github.com/Urigo/accounter-fullstack/commit/633a68824433dcd4df7be7e9c118ddadbf9a2029)
106
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
107
+ - Updated dependency [`zod@4.0.17` ↗︎](https://www.npmjs.com/package/zod/v/4.0.17) (from
108
+ `3.25.76`, in `dependencies`)
109
+
104
110
  - [#2292](https://github.com/Urigo/accounter-fullstack/pull/2292)
105
111
  [`6c797c6`](https://github.com/Urigo/accounter-fullstack/commit/6c797c6f885ee1d45395a76089f92a95483d5d3a)
106
112
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
@@ -245,6 +251,16 @@
245
251
  [`lucide-react@0.535.0` ↗︎](https://www.npmjs.com/package/lucide-react/v/0.535.0) (from
246
252
  `0.534.0`, in `dependencies`)
247
253
 
254
+ - [#2368](https://github.com/Urigo/accounter-fullstack/pull/2368)
255
+ [`1aa95ab`](https://github.com/Urigo/accounter-fullstack/commit/1aa95abcab34009fa5133352bc3fa54511e293fd)
256
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
257
+ - Updated dependency
258
+ [`@tanstack/react-query@5.85.5` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.85.5)
259
+ (from `5.84.2`, in `dependencies`)
260
+ - Updated dependency
261
+ [`react-day-picker@9.9.0` ↗︎](https://www.npmjs.com/package/react-day-picker/v/9.9.0) (from
262
+ `9.8.1`, in `dependencies`)
263
+
248
264
  - [#2370](https://github.com/Urigo/accounter-fullstack/pull/2370)
249
265
  [`34b6b44`](https://github.com/Urigo/accounter-fullstack/commit/34b6b44f24fde67820a1f9e10021691fd3998719)
250
266
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
@@ -422,6 +438,18 @@
422
438
  [`lucide-react@0.540.0` ↗︎](https://www.npmjs.com/package/lucide-react/v/0.540.0) (from
423
439
  `0.539.0`, in `dependencies`)
424
440
 
441
+ - [#2444](https://github.com/Urigo/accounter-fullstack/pull/2444)
442
+ [`6b530f5`](https://github.com/Urigo/accounter-fullstack/commit/6b530f551f1fc559913d966a6e93874338704d9c)
443
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
444
+ - Updated dependency [`zustand@5.0.8` ↗︎](https://www.npmjs.com/package/zustand/v/5.0.8) (from
445
+ `5.0.7`, in `dependencies`)
446
+
447
+ - [#2446](https://github.com/Urigo/accounter-fullstack/pull/2446)
448
+ [`c56e276`](https://github.com/Urigo/accounter-fullstack/commit/c56e276f6e2addab88cd9fcd11b68fbc15c6f41a)
449
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
450
+ - Updated dependency [`iconv-lite@0.7.0` ↗︎](https://www.npmjs.com/package/iconv-lite/v/0.7.0)
451
+ (from `0.6.3`, in `dependencies`)
452
+
425
453
  - [#2375](https://github.com/Urigo/accounter-fullstack/pull/2375)
426
454
  [`667a267`](https://github.com/Urigo/accounter-fullstack/commit/667a2673bce86daf66e1c10b0927d53e75455130)
427
455
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - \* **Modal Re-rendering Fix**: Prevented
package/components.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "prefix": ""
12
12
  },
13
13
  "aliases": {
14
- "components": "../",
15
- "utils": "../../lib/utils.js"
14
+ "components": "@/components",
15
+ "utils": "@/lib/utils.js"
16
16
  }
17
17
  }