@accounter/server 0.0.9-alpha-20251211102852-d38bdad76ee8318b9cd2ad1aaf2ae67f2a79230f → 0.0.9-alpha-20251211103046-94fb05fb9ef48bc6da5e8cbd0e471316698d4e06

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-20251211102852-d38bdad76ee8318b9cd2ad1aaf2ae67f2a79230f
3
+ ## 0.0.9-alpha-20251211103046-94fb05fb9ef48bc6da5e8cbd0e471316698d4e06
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -110,12 +110,6 @@
110
110
  [`@ai-sdk/anthropic@2.0.54` ↗︎](https://www.npmjs.com/package/@ai-sdk/anthropic/v/2.0.54) (from
111
111
  `2.0.53`, in `dependencies`)
112
112
 
113
- - [#2794](https://github.com/Urigo/accounter-fullstack/pull/2794)
114
- [`b9c96ec`](https://github.com/Urigo/accounter-fullstack/commit/b9c96ecd6c0d743ead48998dc8ac521ce0e2643f)
115
- Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
116
- - Updated dependency [`ai@5.0.109` ↗︎](https://www.npmjs.com/package/ai/v/5.0.109) (from `5.0.108`,
117
- in `dependencies`)
118
-
119
113
  - [#2768](https://github.com/Urigo/accounter-fullstack/pull/2768)
120
114
  [`12a26cb`](https://github.com/Urigo/accounter-fullstack/commit/12a26cb049a0f601a7d0d8664114a4bfe9b8be86)
121
115
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **GraphQL Schema & Resolver Update**: The
@@ -310,10 +304,10 @@
310
304
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
311
305
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
312
306
  [`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
313
- - @accounter/green-invoice-graphql@0.8.3-alpha-20251211102852-d38bdad76ee8318b9cd2ad1aaf2ae67f2a79230f
314
- - @accounter/pcn874-generator@0.6.4-alpha-20251211102852-d38bdad76ee8318b9cd2ad1aaf2ae67f2a79230f
315
- - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251211102852-d38bdad76ee8318b9cd2ad1aaf2ae67f2a79230f
316
- - @accounter/shaam6111-generator@0.1.5-alpha-20251211102852-d38bdad76ee8318b9cd2ad1aaf2ae67f2a79230f
307
+ - @accounter/green-invoice-graphql@0.8.3-alpha-20251211103046-94fb05fb9ef48bc6da5e8cbd0e471316698d4e06
308
+ - @accounter/pcn874-generator@0.6.4-alpha-20251211103046-94fb05fb9ef48bc6da5e8cbd0e471316698d4e06
309
+ - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251211103046-94fb05fb9ef48bc6da5e8cbd0e471316698d4e06
310
+ - @accounter/shaam6111-generator@0.1.5-alpha-20251211103046-94fb05fb9ef48bc6da5e8cbd0e471316698d4e06
317
311
 
318
312
  ## 0.0.8
319
313
 
@@ -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-20251211102852-d38bdad76ee8318b9cd2ad1aaf2ae67f2a79230f",
3
+ "version": "0.0.9-alpha-20251211103046-94fb05fb9ef48bc6da5e8cbd0e471316698d4e06",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "@pgtyped/cli": "2.4.3",
34
34
  "@pgtyped/runtime": "2.4.2",
35
35
  "@whatwg-node/fetch": "0.10.13",
36
- "ai": "5.0.110",
36
+ "ai": "5.0.108",
37
37
  "basic-auth": "2.0.1",
38
38
  "bcrypt": "6.0.0",
39
39
  "cloudinary": "2.8.0",