@accounter/server 0.0.9-alpha-20251211102852-d38bdad76ee8318b9cd2ad1aaf2ae67f2a79230f → 0.0.9-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0

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-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -310,10 +310,10 @@
310
310
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
311
311
  [`ef68321`](https://github.com/Urigo/accounter-fullstack/commit/ef68321608d60a7208e82a2c413f27beb502e3cc),
312
312
  [`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
313
+ - @accounter/green-invoice-graphql@0.8.3-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
314
+ - @accounter/pcn874-generator@0.6.4-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
315
+ - @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
316
+ - @accounter/shaam6111-generator@0.1.5-alpha-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0
317
317
 
318
318
  ## 0.0.8
319
319
 
@@ -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-20251211103038-481af9983ded14e79f72daca460274e6ee1513a0",
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.109",
37
37
  "basic-auth": "2.0.1",
38
38
  "bcrypt": "6.0.0",
39
39
  "cloudinary": "2.8.0",
@@ -61,7 +61,7 @@
61
61
  "@types/basic-auth": "1.1.8",
62
62
  "@types/bcrypt": "6.0.0",
63
63
  "@types/inline-css": "3.0.4",
64
- "@types/pg": "8.15.6",
64
+ "@types/pg": "8.16.0",
65
65
  "nodemon": "3.1.11",
66
66
  "pino-pretty": "13.1.3",
67
67
  "rimraf": "6.1.2",