@accounter/server 0.0.9-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0 → 0.0.9-alpha-20251211103100-09012cd624b23951d4a6ea6271de490fe9b0a310
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 +5 -11
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/server
|
|
2
2
|
|
|
3
|
-
## 0.0.9-alpha-
|
|
3
|
+
## 0.0.9-alpha-20251211103100-09012cd624b23951d4a6ea6271de490fe9b0a310
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -110,12 +110,6 @@
|
|
|
110
110
|
[`@ai-sdk/anthropic@2.0.54` ↗︎](https://www.npmjs.com/package/@ai-sdk/anthropic/v/2.0.54) (from
|
|
111
111
|
`2.0.53`, in `dependencies`)
|
|
112
112
|
|
|
113
|
-
- [#2794](https://github.com/Urigo/accounter-fullstack/pull/2794)
|
|
114
|
-
[`b9c96ec`](https://github.com/Urigo/accounter-fullstack/commit/b9c96ecd6c0d743ead48998dc8ac521ce0e2643f)
|
|
115
|
-
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
116
|
-
- Updated dependency [`ai@5.0.109` ↗︎](https://www.npmjs.com/package/ai/v/5.0.109) (from `5.0.108`,
|
|
117
|
-
in `dependencies`)
|
|
118
|
-
|
|
119
113
|
- [#2768](https://github.com/Urigo/accounter-fullstack/pull/2768)
|
|
120
114
|
[`12a26cb`](https://github.com/Urigo/accounter-fullstack/commit/12a26cb049a0f601a7d0d8664114a4bfe9b8be86)
|
|
121
115
|
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **GraphQL Schema & Resolver Update**: The
|
|
@@ -310,10 +304,10 @@
|
|
|
310
304
|
[`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
|
|
311
305
|
[`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
|
|
312
306
|
[`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
|
|
313
|
-
- @accounter/green-invoice-graphql@0.8.3-alpha-
|
|
314
|
-
- @accounter/pcn874-generator@0.6.4-alpha-
|
|
315
|
-
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-
|
|
316
|
-
- @accounter/shaam6111-generator@0.1.5-alpha-
|
|
307
|
+
- @accounter/green-invoice-graphql@0.8.3-alpha-20251211103100-09012cd624b23951d4a6ea6271de490fe9b0a310
|
|
308
|
+
- @accounter/pcn874-generator@0.6.4-alpha-20251211103100-09012cd624b23951d4a6ea6271de490fe9b0a310
|
|
309
|
+
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251211103100-09012cd624b23951d4a6ea6271de490fe9b0a310
|
|
310
|
+
- @accounter/shaam6111-generator@0.1.5-alpha-20251211103100-09012cd624b23951d4a6ea6271de490fe9b0a310
|
|
317
311
|
|
|
318
312
|
## 0.0.8
|
|
319
313
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accounter/server",
|
|
3
|
-
"version": "0.0.9-alpha-
|
|
3
|
+
"version": "0.0.9-alpha-20251211103100-09012cd624b23951d4a6ea6271de490fe9b0a310",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@pgtyped/cli": "2.4.3",
|
|
34
34
|
"@pgtyped/runtime": "2.4.2",
|
|
35
35
|
"@whatwg-node/fetch": "0.10.13",
|
|
36
|
-
"ai": "5.0.
|
|
36
|
+
"ai": "5.0.110",
|
|
37
37
|
"basic-auth": "2.0.1",
|
|
38
38
|
"bcrypt": "6.0.0",
|
|
39
39
|
"cloudinary": "2.8.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@types/basic-auth": "1.1.8",
|
|
62
62
|
"@types/bcrypt": "6.0.0",
|
|
63
63
|
"@types/inline-css": "3.0.4",
|
|
64
|
-
"@types/pg": "8.
|
|
64
|
+
"@types/pg": "8.15.6",
|
|
65
65
|
"nodemon": "3.1.11",
|
|
66
66
|
"pino-pretty": "13.1.3",
|
|
67
67
|
"rimraf": "6.1.2",
|