@accounter/server 0.0.8-alpha-20251203053842-aa7989d5e063894d6d910d5fcf66cd9aa2ff4713 → 0.0.8-alpha-20251203161124-99a37a1887e1bd2e62a937e8bce632b22cc9c179

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-20251203053842-aa7989d5e063894d6d910d5fcf66cd9aa2ff4713
3
+ ## 0.0.8-alpha-20251203161124-99a37a1887e1bd2e62a937e8bce632b22cc9c179
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -437,6 +437,16 @@
437
437
  [`graphql-yoga@5.17.0` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.17.0) (from `5.16.2`,
438
438
  in `dependencies`)
439
439
 
440
+ - [#2769](https://github.com/Urigo/accounter-fullstack/pull/2769)
441
+ [`4a16f8f`](https://github.com/Urigo/accounter-fullstack/commit/4a16f8fc4048e46b305adc887f926f1ff94f9bf2)
442
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
443
+ - Updated dependency
444
+ [`@graphql-yoga/plugin-defer-stream@3.17.1` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-defer-stream/v/3.17.1)
445
+ (from `3.17.0`, in `dependencies`)
446
+ - Updated dependency
447
+ [`graphql-yoga@5.17.1` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.17.1) (from `5.17.0`,
448
+ in `dependencies`)
449
+
440
450
  - [#2631](https://github.com/Urigo/accounter-fullstack/pull/2631)
441
451
  [`86c8b3e`](https://github.com/Urigo/accounter-fullstack/commit/86c8b3ebea4e3be0c0e99a108ec1cdad8b39e5d8)
442
452
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Database Schema Update**: A new
@@ -998,10 +1008,10 @@
998
1008
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
999
1009
  [`7a898a0`](https://github.com/Urigo/accounter-fullstack/commit/7a898a0ff1ee15420ab2532370a1d2f618cc86ab),
1000
1010
  [`15ed6f9`](https://github.com/Urigo/accounter-fullstack/commit/15ed6f982a5d288a1159ccd069fca14b35801a18)]:
1001
- - @accounter/green-invoice-graphql@0.8.2-alpha-20251203053842-aa7989d5e063894d6d910d5fcf66cd9aa2ff4713
1002
- - @accounter/pcn874-generator@0.6.3-alpha-20251203053842-aa7989d5e063894d6d910d5fcf66cd9aa2ff4713
1003
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251203053842-aa7989d5e063894d6d910d5fcf66cd9aa2ff4713
1004
- - @accounter/shaam6111-generator@0.1.4-alpha-20251203053842-aa7989d5e063894d6d910d5fcf66cd9aa2ff4713
1011
+ - @accounter/green-invoice-graphql@0.8.2-alpha-20251203161124-99a37a1887e1bd2e62a937e8bce632b22cc9c179
1012
+ - @accounter/pcn874-generator@0.6.3-alpha-20251203161124-99a37a1887e1bd2e62a937e8bce632b22cc9c179
1013
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251203161124-99a37a1887e1bd2e62a937e8bce632b22cc9c179
1014
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251203161124-99a37a1887e1bd2e62a937e8bce632b22cc9c179
1005
1015
 
1006
1016
  ## 0.0.7
1007
1017
 
@@ -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-20251203053842-aa7989d5e063894d6d910d5fcf66cd9aa2ff4713",
3
+ "version": "0.0.8-alpha-20251203161124-99a37a1887e1bd2e62a937e8bce632b22cc9c179",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "@envelop/graphql-modules": "9.0.0",
30
30
  "@google-cloud/pubsub": "5.2.0",
31
31
  "@graphql-hive/yoga": "0.43.1",
32
- "@graphql-yoga/plugin-defer-stream": "3.17.0",
32
+ "@graphql-yoga/plugin-defer-stream": "3.17.1",
33
33
  "@pgtyped/cli": "2.4.3",
34
34
  "@pgtyped/runtime": "2.4.2",
35
35
  "@whatwg-node/fetch": "0.10.13",
@@ -45,7 +45,7 @@
45
45
  "graphql": "16.12.0",
46
46
  "graphql-modules": "3.0.0",
47
47
  "graphql-scalars": "1.25.0",
48
- "graphql-yoga": "5.17.0",
48
+ "graphql-yoga": "5.17.1",
49
49
  "inline-css": "4.0.3",
50
50
  "json-bigint-patch": "0.0.9",
51
51
  "node-cache": "5.1.2",