@accounter/server 0.0.8-alpha-20251023132034-350a8f8f3566a8fc6ebb75c2544618b9cdc8341e → 0.0.8-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f

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-20251023132034-350a8f8f3566a8fc6ebb75c2544618b9cdc8341e
3
+ ## 0.0.8-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -152,6 +152,22 @@
152
152
  - Updated dependency [`puppeteer@24.26.0` ↗︎](https://www.npmjs.com/package/puppeteer/v/24.26.0)
153
153
  (from `24.25.0`, in `dependencies`)
154
154
 
155
+ - [#2618](https://github.com/Urigo/accounter-fullstack/pull/2618)
156
+ [`5d24324`](https://github.com/Urigo/accounter-fullstack/commit/5d24324d9f5ba6e5875a331afe55d999e510451f)
157
+ Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
158
+ - Updated dependency
159
+ [`@ai-sdk/anthropic@2.0.35` ↗︎](https://www.npmjs.com/package/@ai-sdk/anthropic/v/2.0.35) (from
160
+ `2.0.31`, in `dependencies`)
161
+ - Updated dependency [`ai@5.0.76` ↗︎](https://www.npmjs.com/package/ai/v/5.0.76) (from `5.0.72`,
162
+ in `dependencies`)
163
+ - Updated dependency [`cloudinary@2.8.0` ↗︎](https://www.npmjs.com/package/cloudinary/v/2.8.0)
164
+ (from `2.7.0`, in `dependencies`)
165
+ - Updated dependency
166
+ [`googleapis@164.1.0` ↗︎](https://www.npmjs.com/package/googleapis/v/164.1.0) (from `164.0.0`,
167
+ in `dependencies`)
168
+ - Updated dependency [`puppeteer@24.26.0` ↗︎](https://www.npmjs.com/package/puppeteer/v/24.26.0)
169
+ (from `24.25.0`, in `dependencies`)
170
+
155
171
  - [#2551](https://github.com/Urigo/accounter-fullstack/pull/2551)
156
172
  [`14900d1`](https://github.com/Urigo/accounter-fullstack/commit/14900d10209272429118ff4bd2e52893c813170b)
157
173
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Error Handling Standardization**: The
@@ -364,9 +380,9 @@
364
380
  [[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
365
381
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
366
382
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6)]:
367
- - @accounter/pcn874-generator@0.6.3-alpha-20251023132034-350a8f8f3566a8fc6ebb75c2544618b9cdc8341e
368
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251023132034-350a8f8f3566a8fc6ebb75c2544618b9cdc8341e
369
- - @accounter/shaam6111-generator@0.1.4-alpha-20251023132034-350a8f8f3566a8fc6ebb75c2544618b9cdc8341e
383
+ - @accounter/pcn874-generator@0.6.3-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f
384
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f
385
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f
370
386
 
371
387
  ## 0.0.7
372
388
 
@@ -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-20251023132034-350a8f8f3566a8fc6ebb75c2544618b9cdc8341e",
3
+ "version": "0.0.8-alpha-20251024105031-cea86ac107ada46cecdd72161ba3492aa557ac2f",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",