@accounter/server 0.0.9-alpha-20251212203505-cf57cff8b355b19b742dc268819140a1930ba2a1 → 0.0.9-alpha-20251212203509-046b58aee555f3f10e23d75f476dcfb91de38bd5

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-20251212203505-cf57cff8b355b19b742dc268819140a1930ba2a1
3
+ ## 0.0.9-alpha-20251212203509-046b58aee555f3f10e23d75f476dcfb91de38bd5
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -325,10 +325,10 @@
325
325
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
326
326
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
327
327
  [`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
328
- - @accounter/green-invoice-graphql@0.8.3-alpha-20251212203505-cf57cff8b355b19b742dc268819140a1930ba2a1
329
- - @accounter/pcn874-generator@0.6.4-alpha-20251212203505-cf57cff8b355b19b742dc268819140a1930ba2a1
330
- - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251212203505-cf57cff8b355b19b742dc268819140a1930ba2a1
331
- - @accounter/shaam6111-generator@0.1.5-alpha-20251212203505-cf57cff8b355b19b742dc268819140a1930ba2a1
328
+ - @accounter/green-invoice-graphql@0.8.3-alpha-20251212203509-046b58aee555f3f10e23d75f476dcfb91de38bd5
329
+ - @accounter/pcn874-generator@0.6.4-alpha-20251212203509-046b58aee555f3f10e23d75f476dcfb91de38bd5
330
+ - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251212203509-046b58aee555f3f10e23d75f476dcfb91de38bd5
331
+ - @accounter/shaam6111-generator@0.1.5-alpha-20251212203509-046b58aee555f3f10e23d75f476dcfb91de38bd5
332
332
 
333
333
  ## 0.0.8
334
334
 
@@ -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 { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
8
7
  import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
8
+ import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/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-20251212203505-cf57cff8b355b19b742dc268819140a1930ba2a1",
3
+ "version": "0.0.9-alpha-20251212203509-046b58aee555f3f10e23d75f476dcfb91de38bd5",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",