@accounter/server 0.0.9-alpha-20251209104231-5b2bda391432f505d4153f45a7a16b048432052c → 0.0.9-alpha-20251209104241-0b63b5609688348798c300b5ba636e03a9d0e991

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-20251209104231-5b2bda391432f505d4153f45a7a16b048432052c
3
+ ## 0.0.9-alpha-20251209104241-0b63b5609688348798c300b5ba636e03a9d0e991
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -172,10 +172,10 @@
172
172
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
173
173
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
174
174
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc)]:
175
- - @accounter/green-invoice-graphql@0.8.3-alpha-20251209104231-5b2bda391432f505d4153f45a7a16b048432052c
176
- - @accounter/pcn874-generator@0.6.4-alpha-20251209104231-5b2bda391432f505d4153f45a7a16b048432052c
177
- - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251209104231-5b2bda391432f505d4153f45a7a16b048432052c
178
- - @accounter/shaam6111-generator@0.1.5-alpha-20251209104231-5b2bda391432f505d4153f45a7a16b048432052c
175
+ - @accounter/green-invoice-graphql@0.8.3-alpha-20251209104241-0b63b5609688348798c300b5ba636e03a9d0e991
176
+ - @accounter/pcn874-generator@0.6.4-alpha-20251209104241-0b63b5609688348798c300b5ba636e03a9d0e991
177
+ - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251209104241-0b63b5609688348798c300b5ba636e03a9d0e991
178
+ - @accounter/shaam6111-generator@0.1.5-alpha-20251209104241-0b63b5609688348798c300b5ba636e03a9d0e991
179
179
 
180
180
  ## 0.0.8
181
181
 
@@ -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-20251209104231-5b2bda391432f505d4153f45a7a16b048432052c",
3
+ "version": "0.0.9-alpha-20251209104241-0b63b5609688348798c300b5ba636e03a9d0e991",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "date-fns": "4.1.0",
42
42
  "dotenv": "17.2.3",
43
43
  "dotenv-cli": "11.0.0",
44
- "googleapis": "166.0.0",
44
+ "googleapis": "167.0.0",
45
45
  "graphql": "16.12.0",
46
46
  "graphql-modules": "3.0.0",
47
47
  "graphql-scalars": "1.25.0",