@accounter/server 0.0.8-alpha-20251023122900-7a815283add88dac9904c7a135ddeb225f89589c → 0.0.8-alpha-20251023123704-5af903a2732fbfc73740e2810002ee0b9683cef2
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-
|
|
3
|
+
## 0.0.8-alpha-20251023123704-5af903a2732fbfc73740e2810002ee0b9683cef2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
aligning with the new signature and ensuring consistent behavior.
|
|
326
326
|
|
|
327
327
|
- [#2608](https://github.com/Urigo/accounter-fullstack/pull/2608)
|
|
328
|
-
[`
|
|
328
|
+
[`b27476e`](https://github.com/Urigo/accounter-fullstack/commit/b27476e4e67717223990c57b990510edbc93d910)
|
|
329
329
|
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Businesses Screen UI Overhaul**: The
|
|
330
330
|
main businesses listing screen has been completely redesigned, transitioning from a traditional
|
|
331
331
|
table layout to a modern, card-like display for improved aesthetics and user experience.
|
|
@@ -364,9 +364,9 @@
|
|
|
364
364
|
[[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
|
|
365
365
|
[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6),
|
|
366
366
|
[`65e3c7f`](https://github.com/Urigo/accounter-fullstack/commit/65e3c7f01993eb4f41244a40feefefa08b31a4e6)]:
|
|
367
|
-
- @accounter/pcn874-generator@0.6.3-alpha-
|
|
368
|
-
- @accounter/shaam-uniform-format-generator@0.2.2-alpha-
|
|
369
|
-
- @accounter/shaam6111-generator@0.1.4-alpha-
|
|
367
|
+
- @accounter/pcn874-generator@0.6.3-alpha-20251023123704-5af903a2732fbfc73740e2810002ee0b9683cef2
|
|
368
|
+
- @accounter/shaam-uniform-format-generator@0.2.2-alpha-20251023123704-5af903a2732fbfc73740e2810002ee0b9683cef2
|
|
369
|
+
- @accounter/shaam6111-generator@0.1.4-alpha-20251023123704-5af903a2732fbfc73740e2810002ee0b9683cef2
|
|
370
370
|
|
|
371
371
|
## 0.0.7
|
|
372
372
|
|
|
@@ -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-
|
|
3
|
+
"version": "0.0.8-alpha-20251023123704-5af903a2732fbfc73740e2810002ee0b9683cef2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@accounter/pcn874-generator": "workspace:^",
|
|
23
23
|
"@accounter/shaam-uniform-format-generator": "workspace:^",
|
|
24
24
|
"@accounter/shaam6111-generator": "workspace:^",
|
|
25
|
-
"@ai-sdk/anthropic": "2.0.
|
|
25
|
+
"@ai-sdk/anthropic": "2.0.37",
|
|
26
26
|
"@envelop/generic-auth": "10.0.0",
|
|
27
27
|
"@envelop/graphql-modules": "8.0.0",
|
|
28
28
|
"@google-cloud/pubsub": "5.2.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"node-cache": "5.1.2",
|
|
49
49
|
"node-xlsx": "0.24.0",
|
|
50
50
|
"pg": "8.16.3",
|
|
51
|
-
"puppeteer": "24.26.
|
|
51
|
+
"puppeteer": "24.26.1",
|
|
52
52
|
"reflect-metadata": "0.2.2",
|
|
53
53
|
"strip-indent": "4.1.1",
|
|
54
54
|
"zod": "4.1.12"
|