@accounter/server 0.0.9-alpha-20251215090351-ca1963a07d2a9c99ac5388e83e405075968ec31a → 0.0.9-alpha-20251215090447-91424d5ba7df785d34765e5a0cea3426137cfd9c
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-20251215090447-91424d5ba7df785d34765e5a0cea3426137cfd9c
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -334,10 +334,10 @@
|
|
|
334
334
|
[`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
|
|
335
335
|
[`ca5e62b`](https://github.com/Urigo/accounter-fullstack/commit/ca5e62b91faaf33c99ac178575304797150efe1a),
|
|
336
336
|
[`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
|
|
337
|
-
- @accounter/green-invoice-graphql@0.8.3-alpha-
|
|
338
|
-
- @accounter/pcn874-generator@0.6.4-alpha-
|
|
339
|
-
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-
|
|
340
|
-
- @accounter/shaam6111-generator@0.1.5-alpha-
|
|
337
|
+
- @accounter/green-invoice-graphql@0.8.3-alpha-20251215090447-91424d5ba7df785d34765e5a0cea3426137cfd9c
|
|
338
|
+
- @accounter/pcn874-generator@0.6.4-alpha-20251215090447-91424d5ba7df785d34765e5a0cea3426137cfd9c
|
|
339
|
+
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251215090447-91424d5ba7df785d34765e5a0cea3426137cfd9c
|
|
340
|
+
- @accounter/shaam6111-generator@0.1.5-alpha-20251215090447-91424d5ba7df785d34765e5a0cea3426137cfd9c
|
|
341
341
|
|
|
342
342
|
## 0.0.8
|
|
343
343
|
|
|
@@ -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-20251215090447-91424d5ba7df785d34765e5a0cea3426137cfd9c",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@accounter/pcn874-generator": "workspace:^",
|
|
25
25
|
"@accounter/shaam-uniform-format-generator": "workspace:^",
|
|
26
26
|
"@accounter/shaam6111-generator": "workspace:^",
|
|
27
|
-
"@ai-sdk/anthropic": "2.0.
|
|
27
|
+
"@ai-sdk/anthropic": "2.0.54",
|
|
28
28
|
"@envelop/generic-auth": "11.0.0",
|
|
29
29
|
"@envelop/graphql-modules": "9.0.0",
|
|
30
30
|
"@google-cloud/pubsub": "5.2.0",
|
|
@@ -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",
|