@accounter/client 0.0.8-alpha-20251023132034-350a8f8f3566a8fc6ebb75c2544618b9cdc8341e → 0.0.8-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f
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 +14 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/client
|
|
2
2
|
|
|
3
|
-
## 0.0.8-alpha-
|
|
3
|
+
## 0.0.8-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -97,6 +97,19 @@
|
|
|
97
97
|
[`@tanstack/react-query@5.90.5` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.90.5)
|
|
98
98
|
(from `5.90.3`, in `dependencies`)
|
|
99
99
|
|
|
100
|
+
- [#2618](https://github.com/Urigo/accounter-fullstack/pull/2618)
|
|
101
|
+
[`5d24324`](https://github.com/Urigo/accounter-fullstack/commit/5d24324d9f5ba6e5875a331afe55d999e510451f)
|
|
102
|
+
Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
|
|
103
|
+
- Updated dependency
|
|
104
|
+
[`@tanstack/react-query@5.90.5` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.90.5)
|
|
105
|
+
(from `5.90.3`, in `dependencies`)
|
|
106
|
+
- Updated dependency
|
|
107
|
+
[`lucide-react@0.546.0` ↗︎](https://www.npmjs.com/package/lucide-react/v/0.546.0) (from
|
|
108
|
+
`0.545.0`, in `dependencies`)
|
|
109
|
+
- Added dependency
|
|
110
|
+
[`@radix-ui/react-progress@^1.1.7` ↗︎](https://www.npmjs.com/package/@radix-ui/react-progress/v/1.1.7)
|
|
111
|
+
(to `dependencies`)
|
|
112
|
+
|
|
100
113
|
- [#2584](https://github.com/Urigo/accounter-fullstack/pull/2584)
|
|
101
114
|
[`549a2a6`](https://github.com/Urigo/accounter-fullstack/commit/549a2a6fed7959795d7ca130b0ad567c5f4f62c8)
|
|
102
115
|
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Database Schema Update**: Introduced a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accounter/client",
|
|
3
|
-
"version": "0.0.8-alpha-
|
|
3
|
+
"version": "0.0.8-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@types/deep-equal": "1.0.4",
|
|
86
86
|
"@types/react": "19.2.2",
|
|
87
87
|
"@types/react-dom": "19.2.2",
|
|
88
|
-
"@vitejs/plugin-react": "5.0
|
|
88
|
+
"@vitejs/plugin-react": "5.1.0",
|
|
89
89
|
"autoprefixer": "10.4.21",
|
|
90
90
|
"tailwindcss": "4.1.15",
|
|
91
91
|
"tailwindcss-animate": "1.0.7",
|