@accounter/server 0.0.9-alpha-20251211102754-3592a860d1348674bd09af63fa304ff1e439a1dd → 0.0.9-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
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/server
|
|
2
2
|
|
|
3
|
-
## 0.0.9-alpha-
|
|
3
|
+
## 0.0.9-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -110,6 +110,12 @@
|
|
|
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
|
+
|
|
113
119
|
- [#2768](https://github.com/Urigo/accounter-fullstack/pull/2768)
|
|
114
120
|
[`12a26cb`](https://github.com/Urigo/accounter-fullstack/commit/12a26cb049a0f601a7d0d8664114a4bfe9b8be86)
|
|
115
121
|
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **GraphQL Schema & Resolver Update**: The
|
|
@@ -304,10 +310,10 @@
|
|
|
304
310
|
[`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
|
|
305
311
|
[`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
|
|
306
312
|
[`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
|
|
307
|
-
- @accounter/green-invoice-graphql@0.8.3-alpha-
|
|
308
|
-
- @accounter/pcn874-generator@0.6.4-alpha-
|
|
309
|
-
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-
|
|
310
|
-
- @accounter/shaam6111-generator@0.1.5-alpha-
|
|
313
|
+
- @accounter/green-invoice-graphql@0.8.3-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
|
|
314
|
+
- @accounter/pcn874-generator@0.6.4-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
|
|
315
|
+
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
|
|
316
|
+
- @accounter/shaam6111-generator@0.1.5-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
|
|
311
317
|
|
|
312
318
|
## 0.0.8
|
|
313
319
|
|
|
@@ -4,8 +4,8 @@ import type { GetMeshOptions } from '@graphql-mesh/runtime';
|
|
|
4
4
|
import type { YamlConfig } from '@graphql-mesh/types';
|
|
5
5
|
import { MeshHTTPHandler } from '@graphql-mesh/http';
|
|
6
6
|
import { type ExecuteMeshFn, type SubscribeMeshFn, type MeshContext as BaseMeshContext, type MeshInstance } from '@graphql-mesh/runtime';
|
|
7
|
-
import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
|
|
8
7
|
import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
|
|
8
|
+
import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
|
|
9
9
|
export type Maybe<T> = T | null;
|
|
10
10
|
export type InputMaybe<T> = Maybe<T>;
|
|
11
11
|
export type Exact<T extends {
|
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-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0",
|
|
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.109",
|
|
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.16.0",
|
|
65
65
|
"nodemon": "3.1.11",
|
|
66
66
|
"pino-pretty": "13.1.3",
|
|
67
67
|
"rimraf": "6.1.2",
|