@accounter/server 0.0.8-alpha-20251109143926-8606c1b794ad23dceec1f39d408f69abd3a8836c → 0.0.8-alpha-20251110003543-e3addb827a758a25ecf8e953ed7608ff7c8e61b5

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-20251109143926-8606c1b794ad23dceec1f39d408f69abd3a8836c
3
+ ## 0.0.8-alpha-20251110003543-e3addb827a758a25ecf8e953ed7608ff7c8e61b5
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -740,10 +740,10 @@
740
740
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
741
741
  [`7a898a0`](https://github.com/Urigo/accounter-fullstack/commit/7a898a0ff1ee15420ab2532370a1d2f618cc86ab),
742
742
  [`15ed6f9`](https://github.com/Urigo/accounter-fullstack/commit/15ed6f982a5d288a1159ccd069fca14b35801a18)]:
743
- - @accounter/green-invoice-graphql@0.8.2-alpha-20251109143926-8606c1b794ad23dceec1f39d408f69abd3a8836c
744
- - @accounter/pcn874-generator@0.6.3-alpha-20251109143926-8606c1b794ad23dceec1f39d408f69abd3a8836c
745
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251109143926-8606c1b794ad23dceec1f39d408f69abd3a8836c
746
- - @accounter/shaam6111-generator@0.1.4-alpha-20251109143926-8606c1b794ad23dceec1f39d408f69abd3a8836c
743
+ - @accounter/green-invoice-graphql@0.8.2-alpha-20251110003543-e3addb827a758a25ecf8e953ed7608ff7c8e61b5
744
+ - @accounter/pcn874-generator@0.6.3-alpha-20251110003543-e3addb827a758a25ecf8e953ed7608ff7c8e61b5
745
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251110003543-e3addb827a758a25ecf8e953ed7608ff7c8e61b5
746
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251110003543-e3addb827a758a25ecf8e953ed7608ff7c8e61b5
747
747
 
748
748
  ## 0.0.7
749
749
 
@@ -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-20251109143926-8606c1b794ad23dceec1f39d408f69abd3a8836c",
3
+ "version": "0.0.8-alpha-20251110003543-e3addb827a758a25ecf8e953ed7608ff7c8e61b5",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "@accounter/pcn874-generator": "workspace:^",
24
24
  "@accounter/shaam-uniform-format-generator": "workspace:^",
25
25
  "@accounter/shaam6111-generator": "workspace:^",
26
- "@ai-sdk/anthropic": "2.0.42",
26
+ "@ai-sdk/anthropic": "2.0.43",
27
27
  "@envelop/generic-auth": "10.0.1",
28
28
  "@envelop/graphql-modules": "8.0.0",
29
29
  "@google-cloud/pubsub": "5.2.0",