@accounter/server 0.0.9-alpha-20251231172115-20bdd8c1e624a922467480aaa72d0c41ea300dfa → 0.0.9-alpha-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c
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-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -557,10 +557,10 @@
|
|
|
557
557
|
[`ca5e62b`](https://github.com/Urigo/accounter-fullstack/commit/ca5e62b91faaf33c99ac178575304797150efe1a),
|
|
558
558
|
[`73b11ba`](https://github.com/Urigo/accounter-fullstack/commit/73b11ba1fd676a21b4ba44fe99e2bfd181e513dc),
|
|
559
559
|
[`c7d6f21`](https://github.com/Urigo/accounter-fullstack/commit/c7d6f21ed62658159b1323334501daca03c8d3e5)]:
|
|
560
|
-
- @accounter/green-invoice-graphql@0.8.3-alpha-
|
|
561
|
-
- @accounter/pcn874-generator@0.6.4-alpha-
|
|
562
|
-
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-
|
|
563
|
-
- @accounter/shaam6111-generator@0.1.5-alpha-
|
|
560
|
+
- @accounter/green-invoice-graphql@0.8.3-alpha-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c
|
|
561
|
+
- @accounter/pcn874-generator@0.6.4-alpha-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c
|
|
562
|
+
- @accounter/shaam-uniform-format-generator@0.2.3-alpha-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c
|
|
563
|
+
- @accounter/shaam6111-generator@0.1.5-alpha-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c
|
|
564
564
|
|
|
565
565
|
## 0.0.8
|
|
566
566
|
|
|
@@ -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-20251231172137-dddfa0e87bba85e9878d2202a7a08c091d3a072c",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@accounter/pcn874-generator": "workspace:^",
|
|
27
27
|
"@accounter/shaam-uniform-format-generator": "workspace:^",
|
|
28
28
|
"@accounter/shaam6111-generator": "workspace:^",
|
|
29
|
-
"@ai-sdk/anthropic": "3.0.
|
|
29
|
+
"@ai-sdk/anthropic": "3.0.1",
|
|
30
30
|
"@envelop/generic-auth": "11.0.0",
|
|
31
31
|
"@envelop/graphql-modules": "9.0.0",
|
|
32
32
|
"@google-cloud/pubsub": "5.2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@pgtyped/cli": "2.4.3",
|
|
36
36
|
"@pgtyped/runtime": "2.4.2",
|
|
37
37
|
"@whatwg-node/fetch": "0.10.13",
|
|
38
|
-
"ai": "6.0.
|
|
38
|
+
"ai": "6.0.3",
|
|
39
39
|
"basic-auth": "2.0.1",
|
|
40
40
|
"bcrypt": "6.0.0",
|
|
41
41
|
"cloudinary": "2.8.0",
|
|
@@ -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.2
|
|
59
|
+
"zod": "4.3.2"
|
|
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",
|