@accounter/server 0.0.8-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d → 0.0.8-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4

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.8-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
3
+ ## 0.0.8-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -558,10 +558,10 @@
558
558
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
559
559
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
560
560
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6)]:
561
- - @accounter/green-invoice-graphql@0.8.2-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
562
- - @accounter/pcn874-generator@0.6.3-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
563
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
564
- - @accounter/shaam6111-generator@0.1.4-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d
561
+ - @accounter/green-invoice-graphql@0.8.2-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
562
+ - @accounter/pcn874-generator@0.6.3-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
563
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
564
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4
565
565
 
566
566
  ## 0.0.7
567
567
 
@@ -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.8-alpha-20251102085833-d574838ec8d962ba6be12f1ca15d9bee3e2b860d",
3
+ "version": "0.0.8-alpha-20251102090006-19af6733a3520f285296a817bc4c06801e8a37b4",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "@accounter/pcn874-generator": "workspace:^",
23
23
  "@accounter/shaam-uniform-format-generator": "workspace:^",
24
24
  "@accounter/shaam6111-generator": "workspace:^",
25
- "@ai-sdk/anthropic": "2.0.40",
25
+ "@ai-sdk/anthropic": "2.0.39",
26
26
  "@envelop/generic-auth": "10.0.1",
27
27
  "@envelop/graphql-modules": "8.0.0",
28
28
  "@google-cloud/pubsub": "5.2.0",
@@ -31,7 +31,7 @@
31
31
  "@pgtyped/cli": "2.4.3",
32
32
  "@pgtyped/runtime": "2.4.2",
33
33
  "@whatwg-node/fetch": "0.10.11",
34
- "ai": "5.0.86",
34
+ "ai": "5.0.82",
35
35
  "basic-auth": "2.0.1",
36
36
  "bcrypt": "6.0.0",
37
37
  "cloudinary": "2.8.0",
@@ -40,7 +40,7 @@
40
40
  "dotenv": "17.2.3",
41
41
  "dotenv-cli": "11.0.0",
42
42
  "googleapis": "164.1.0",
43
- "graphql": "16.11.0",
43
+ "graphql": "16.12.0",
44
44
  "graphql-modules": "3.0.0",
45
45
  "graphql-scalars": "1.25.0",
46
46
  "graphql-yoga": "5.16.0",