@accounter/server 0.0.8-alpha-20251203213140-43a759b138222c4d38bb62ac178e48739a65167e → 0.0.8-alpha-20251204021702-4ff4470e4b3ec5bcfebf5d2d8cfd6207de6da05b

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-20251203213140-43a759b138222c4d38bb62ac178e48739a65167e
3
+ ## 0.0.8-alpha-20251204021702-4ff4470e4b3ec5bcfebf5d2d8cfd6207de6da05b
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -446,6 +446,13 @@
446
446
  - Updated dependency [`ai@5.0.106` ↗︎](https://www.npmjs.com/package/ai/v/5.0.106) (from `5.0.104`,
447
447
  in `dependencies`)
448
448
 
449
+ - [#2767](https://github.com/Urigo/accounter-fullstack/pull/2767)
450
+ [`9789030`](https://github.com/Urigo/accounter-fullstack/commit/9789030faa9712723aa8b4771061b61b8002c312)
451
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
452
+ - Updated dependency
453
+ [`@graphql-hive/yoga@0.46.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.46.0) (from
454
+ `0.43.1`, in `dependencies`)
455
+
449
456
  - [#2768](https://github.com/Urigo/accounter-fullstack/pull/2768)
450
457
  [`12a26cb`](https://github.com/Urigo/accounter-fullstack/commit/12a26cb049a0f601a7d0d8664114a4bfe9b8be86)
451
458
  Thanks [@gilgardosh](https://github.com/gilgardosh)! - dependencies updates:
@@ -1040,10 +1047,10 @@
1040
1047
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
1041
1048
  [`7a898a0`](https://github.com/Urigo/accounter-fullstack/commit/7a898a0ff1ee15420ab2532370a1d2f618cc86ab),
1042
1049
  [`15ed6f9`](https://github.com/Urigo/accounter-fullstack/commit/15ed6f982a5d288a1159ccd069fca14b35801a18)]:
1043
- - @accounter/green-invoice-graphql@0.8.2-alpha-20251203213140-43a759b138222c4d38bb62ac178e48739a65167e
1044
- - @accounter/pcn874-generator@0.6.3-alpha-20251203213140-43a759b138222c4d38bb62ac178e48739a65167e
1045
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251203213140-43a759b138222c4d38bb62ac178e48739a65167e
1046
- - @accounter/shaam6111-generator@0.1.4-alpha-20251203213140-43a759b138222c4d38bb62ac178e48739a65167e
1050
+ - @accounter/green-invoice-graphql@0.8.2-alpha-20251204021702-4ff4470e4b3ec5bcfebf5d2d8cfd6207de6da05b
1051
+ - @accounter/pcn874-generator@0.6.3-alpha-20251204021702-4ff4470e4b3ec5bcfebf5d2d8cfd6207de6da05b
1052
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251204021702-4ff4470e4b3ec5bcfebf5d2d8cfd6207de6da05b
1053
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251204021702-4ff4470e4b3ec5bcfebf5d2d8cfd6207de6da05b
1047
1054
 
1048
1055
  ## 0.0.7
1049
1056
 
@@ -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 { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/types';
8
7
  import type { GreenInvoiceTypes } from './sources/GreenInvoice/types';
8
+ import type { GreenInvoiceNewTypes } from './sources/GreenInvoiceNew/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-20251203213140-43a759b138222c4d38bb62ac178e48739a65167e",
3
+ "version": "0.0.8-alpha-20251204021702-4ff4470e4b3ec5bcfebf5d2d8cfd6207de6da05b",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",