@accounter/server 0.0.8-alpha-20251031025517-bd142395bc1d7267ab00d6b53b116062b581b7d8 → 0.0.8-alpha-20251031220720-423345df83e7f1559a86ea4e0d2fd294baa2496f

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-20251031025517-bd142395bc1d7267ab00d6b53b116062b581b7d8
3
+ ## 0.0.8-alpha-20251031220720-423345df83e7f1559a86ea4e0d2fd294baa2496f
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -558,10 +558,10 @@
558
558
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
559
559
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
560
560
  [`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6)]:
561
- - @accounter/green-invoice-graphql@0.8.2-alpha-20251031025517-bd142395bc1d7267ab00d6b53b116062b581b7d8
562
- - @accounter/pcn874-generator@0.6.3-alpha-20251031025517-bd142395bc1d7267ab00d6b53b116062b581b7d8
563
- - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251031025517-bd142395bc1d7267ab00d6b53b116062b581b7d8
564
- - @accounter/shaam6111-generator@0.1.4-alpha-20251031025517-bd142395bc1d7267ab00d6b53b116062b581b7d8
561
+ - @accounter/green-invoice-graphql@0.8.2-alpha-20251031220720-423345df83e7f1559a86ea4e0d2fd294baa2496f
562
+ - @accounter/pcn874-generator@0.6.3-alpha-20251031220720-423345df83e7f1559a86ea4e0d2fd294baa2496f
563
+ - @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251031220720-423345df83e7f1559a86ea4e0d2fd294baa2496f
564
+ - @accounter/shaam6111-generator@0.1.4-alpha-20251031220720-423345df83e7f1559a86ea4e0d2fd294baa2496f
565
565
 
566
566
  ## 0.0.7
567
567
 
@@ -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-20251031025517-bd142395bc1d7267ab00d6b53b116062b581b7d8",
3
+ "version": "0.0.8-alpha-20251031220720-423345df83e7f1559a86ea4e0d2fd294baa2496f",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -60,7 +60,7 @@
60
60
  "@types/pg": "8.15.6",
61
61
  "nodemon": "3.1.10",
62
62
  "pino-pretty": "13.1.2",
63
- "rimraf": "6.1.0",
63
+ "rimraf": "6.0.1",
64
64
  "tsc-alias": "1.8.16",
65
65
  "typescript": "5.9.3"
66
66
  },