@accounter/green-invoice-graphql 0.8.3-alpha-20251209104152-e9b0a7512c73474e15ba64124dfc32d65146b50b → 0.8.3-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/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@accounter/green-invoice-graphql",
3
- "version": "0.8.3-alpha-20251209104152-e9b0a7512c73474e15ba64124dfc32d65146b50b",
3
+ "version": "0.8.3-alpha-20251209104241-0b63b5609688348798c300b5ba636e03a9d0e991",
4
4
  "description": "Graphql proxy for Green Invoice API",
5
5
  "dependencies": {
6
- "@graphql-mesh/config": "0.108.21",
7
- "@graphql-mesh/cross-helpers": "0.4.11",
8
- "@graphql-mesh/http": "0.106.19",
9
- "@graphql-mesh/json-schema": "0.109.20",
10
- "@graphql-mesh/runtime": "0.106.19",
11
- "@graphql-mesh/store": "0.104.19",
12
- "@graphql-mesh/types": "0.104.18",
13
- "@graphql-mesh/utils": "0.104.18",
6
+ "@graphql-mesh/config": "0.108.20",
7
+ "@graphql-mesh/cross-helpers": "0.4.10",
8
+ "@graphql-mesh/http": "0.106.18",
9
+ "@graphql-mesh/json-schema": "0.109.19",
10
+ "@graphql-mesh/runtime": "0.106.18",
11
+ "@graphql-mesh/store": "0.104.18",
12
+ "@graphql-mesh/types": "0.104.17",
13
+ "@graphql-mesh/utils": "0.104.17",
14
14
  "graphql": "16.12.0",
15
15
  "path": "0.12.7"
16
16
  },
@@ -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 {
@@ -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 {