@accounter/server 0.0.9-alpha-20251219164436-9fa80c018207142ed6edf27647f3604927e02b0c → 0.0.9-alpha-20251220043202-2e71d17992f1b4aa799ff3ada45751c792da3106

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-20251219164436-9fa80c018207142ed6edf27647f3604927e02b0c
3
+ ## 0.0.9-alpha-20251220043202-2e71d17992f1b4aa799ff3ada45751c792da3106
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -422,10 +422,10 @@
422
422
  [`ca5e62b`](https://github.com/Urigo/accounter-fullstack/commit/ca5e62b91faaf33c99ac178575304797150efe1a),
423
423
  [`73b11ba`](https://github.com/Urigo/accounter-fullstack/commit/73b11ba1fd676a21b4ba44fe99e2bfd181e513dc),
424
424
  [`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
425
- - @accounter/green-invoice-graphql@0.8.3-alpha-20251219164436-9fa80c018207142ed6edf27647f3604927e02b0c
426
- - @accounter/pcn874-generator@0.6.4-alpha-20251219164436-9fa80c018207142ed6edf27647f3604927e02b0c
427
- - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251219164436-9fa80c018207142ed6edf27647f3604927e02b0c
428
- - @accounter/shaam6111-generator@0.1.5-alpha-20251219164436-9fa80c018207142ed6edf27647f3604927e02b0c
425
+ - @accounter/green-invoice-graphql@0.8.3-alpha-20251220043202-2e71d17992f1b4aa799ff3ada45751c792da3106
426
+ - @accounter/pcn874-generator@0.6.4-alpha-20251220043202-2e71d17992f1b4aa799ff3ada45751c792da3106
427
+ - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251220043202-2e71d17992f1b4aa799ff3ada45751c792da3106
428
+ - @accounter/shaam6111-generator@0.1.5-alpha-20251220043202-2e71d17992f1b4aa799ff3ada45751c792da3106
429
429
 
430
430
  ## 0.0.8
431
431
 
@@ -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-20251219164436-9fa80c018207142ed6edf27647f3604927e02b0c",
3
+ "version": "0.0.9-alpha-20251220043202-2e71d17992f1b4aa799ff3ada45751c792da3106",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",