@accounter/server 0.0.9-alpha-20260103002936-3bbf705d1366ed601535a8ff2745c45516de2278 → 0.0.9-alpha-20260104102222-e571339977cc2dd822ff55e739af50010f3bdd68
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-
|
|
3
|
+
## 0.0.9-alpha-20260104102222-e571339977cc2dd822ff55e739af50010f3bdd68
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -201,6 +201,12 @@
|
|
|
201
201
|
- Updated dependency [`zod@4.3.4` ↗︎](https://www.npmjs.com/package/zod/v/4.3.4) (from `4.3.2`, in
|
|
202
202
|
`dependencies`)
|
|
203
203
|
|
|
204
|
+
- [#2879](https://github.com/Urigo/accounter-fullstack/pull/2879)
|
|
205
|
+
[`486eaa1`](https://github.com/Urigo/accounter-fullstack/commit/486eaa16d72d059ac2740e088fe09c6ea0e283a7)
|
|
206
|
+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
207
|
+
- Updated dependency [`ai@6.0.6` ↗︎](https://www.npmjs.com/package/ai/v/6.0.6) (from `6.0.5`, in
|
|
208
|
+
`dependencies`)
|
|
209
|
+
|
|
204
210
|
- [#2851](https://github.com/Urigo/accounter-fullstack/pull/2851)
|
|
205
211
|
[`e1b8941`](https://github.com/Urigo/accounter-fullstack/commit/e1b8941948cc947a25dd85cd60a67a95a42021bd)
|
|
206
212
|
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Duplicate Contract Feature**:
|
|
@@ -584,10 +590,10 @@
|
|
|
584
590
|
[`eea8a89`](https://github.com/Urigo/accounter-fullstack/commit/eea8a89638a3893814fd9a341e0080922fc703a1),
|
|
585
591
|
[`1c209c8`](https://github.com/Urigo/accounter-fullstack/commit/1c209c8a6045bef747039bbff3780812c6b8678f),
|
|
586
592
|
[`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
|
|
587
|
-
- @accounter/green-invoice-graphql@0.8.3-alpha-
|
|
588
|
-
- @accounter/pcn874-generator@0.6.4-alpha-
|
|
589
|
-
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-
|
|
590
|
-
- @accounter/shaam6111-generator@0.1.5-alpha-
|
|
593
|
+
- @accounter/green-invoice-graphql@0.8.3-alpha-20260104102222-e571339977cc2dd822ff55e739af50010f3bdd68
|
|
594
|
+
- @accounter/pcn874-generator@0.6.4-alpha-20260104102222-e571339977cc2dd822ff55e739af50010f3bdd68
|
|
595
|
+
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-20260104102222-e571339977cc2dd822ff55e739af50010f3bdd68
|
|
596
|
+
- @accounter/shaam6111-generator@0.1.5-alpha-20260104102222-e571339977cc2dd822ff55e739af50010f3bdd68
|
|
591
597
|
|
|
592
598
|
## 0.0.8
|
|
593
599
|
|
|
@@ -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-
|
|
3
|
+
"version": "0.0.9-alpha-20260104102222-e571339977cc2dd822ff55e739af50010f3bdd68",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"playwright": "1.57.0",
|
|
57
57
|
"reflect-metadata": "0.2.2",
|
|
58
58
|
"strip-indent": "4.1.1",
|
|
59
|
-
"zod": "4.3.
|
|
59
|
+
"zod": "4.3.5"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@slonik/pg-driver": "patch:@slonik/pg-driver@npm%3A48.4.1#~/.yarn/patches/@slonik-pg-driver-npm-48.4.1-79145eeaac.patch",
|