@graphcommerce/graphql-mesh 4.0.2 → 4.0.5
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 +63 -89
- package/createServer.ts +1 -1
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,81 +1,82 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655) Thanks [@paales](https://github.com/paales)! - All default exports are now named exports internally and all `index.tsx` are renamed to the component name.
|
|
8
|
+
|
|
9
|
+
* [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
|
|
10
|
+
|
|
11
|
+
## 4.0.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1285](https://github.com/ho-nl/m2-pwa/pull/1285) [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017) Thanks [@paales](https://github.com/paales)! - upgraded dependencies
|
|
16
|
+
|
|
17
|
+
* [#1285](https://github.com/ho-nl/m2-pwa/pull/1285) [`d9cd4acca`](https://github.com/ho-nl/m2-pwa/commit/d9cd4acca218018dd6e20f033875ef93919fb462) Thanks [@paales](https://github.com/paales)! - fix: issue with graphql server creation
|
|
18
|
+
|
|
19
|
+
## 4.0.3
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
|
|
24
|
+
|
|
25
|
+
* [#1278](https://github.com/ho-nl/m2-pwa/pull/1278) [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
|
|
26
|
+
|
|
3
27
|
## 4.0.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
6
30
|
|
|
7
|
-
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
8
|
-
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
|
|
9
|
-
Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
|
|
10
|
-
`dependencies` to `peerDependencies`. The result of this is that there will be significantly less
|
|
11
|
-
duplicate packages in the node_modules folders.
|
|
31
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2) Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from `dependencies` to `peerDependencies`. The result of this is that there will be significantly less duplicate packages in the node_modules folders.
|
|
12
32
|
|
|
13
|
-
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
14
|
-
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
15
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
16
|
-
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
17
|
-
implementing
|
|
18
|
-
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
19
|
-
soon.
|
|
33
|
+
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d) Thanks [@paales](https://github.com/paales)! - Upgraded to [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be implementing [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta) soon.
|
|
20
34
|
|
|
21
|
-
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
22
|
-
frontend to be able to revalidate pages manually.
|
|
35
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the frontend to be able to revalidate pages manually.
|
|
23
36
|
|
|
24
37
|
## 4.0.1
|
|
25
38
|
|
|
26
39
|
### Patch Changes
|
|
27
40
|
|
|
28
|
-
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
29
|
-
Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
|
|
30
|
-
so that the packages link to back to the website and repository
|
|
41
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514) Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files, so that the packages link to back to the website and repository
|
|
31
42
|
|
|
32
43
|
## 4.0.0
|
|
33
44
|
|
|
34
45
|
### Major Changes
|
|
35
46
|
|
|
36
|
-
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
37
|
-
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
38
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
47
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258) [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05) Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
39
48
|
|
|
40
|
-
All notable changes to this project will be documented in this file. See
|
|
41
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
49
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
42
50
|
|
|
43
51
|
# [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.1.0...@graphcommerce/graphql-mesh@3.2.0) (2021-10-21)
|
|
44
52
|
|
|
45
53
|
### Bug Fixes
|
|
46
54
|
|
|
47
|
-
- **graphql-mesh:** use a build mesh for production environments
|
|
48
|
-
|
|
49
|
-
- unable to find cache matching inmemoryLru
|
|
50
|
-
([520f6f3](https://github.com/ho-nl/m2-pwa/commit/520f6f329573471ecfdbdc4aa6f2e4b688b31f11))
|
|
55
|
+
- **graphql-mesh:** use a build mesh for production environments ([cd2f318](https://github.com/ho-nl/m2-pwa/commit/cd2f3189383fa9d304bd367334e3f47ca4aa6100))
|
|
56
|
+
- unable to find cache matching inmemoryLru ([520f6f3](https://github.com/ho-nl/m2-pwa/commit/520f6f329573471ecfdbdc4aa6f2e4b688b31f11))
|
|
51
57
|
|
|
52
58
|
### Features
|
|
53
59
|
|
|
54
|
-
- **graphql-mesh:** remove the api project and use a single project 🎉👩👩👦👦
|
|
55
|
-
([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
|
|
60
|
+
- **graphql-mesh:** remove the api project and use a single project 🎉👩👩👦👦 ([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
|
|
56
61
|
|
|
57
62
|
# [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.11...@graphcommerce/graphql-mesh@3.1.0) (2021-10-20)
|
|
58
63
|
|
|
59
64
|
### Features
|
|
60
65
|
|
|
61
|
-
- **graphql-mesh:** simplified the handler to use less code in the project
|
|
62
|
-
([f62b752](https://github.com/ho-nl/m2-pwa/commit/f62b75249492f40c5972deede529a25a17c8a617))
|
|
66
|
+
- **graphql-mesh:** simplified the handler to use less code in the project ([f62b752](https://github.com/ho-nl/m2-pwa/commit/f62b75249492f40c5972deede529a25a17c8a617))
|
|
63
67
|
|
|
64
68
|
## [3.0.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.10...@graphcommerce/graphql-mesh@3.0.11) (2021-10-20)
|
|
65
69
|
|
|
66
70
|
### Bug Fixes
|
|
67
71
|
|
|
68
|
-
- **recaptcha:** allow and forward the the X-ReCaptcha to Magento
|
|
69
|
-
([2f3170e](https://github.com/ho-nl/m2-pwa/commit/2f3170e0f1652d84948b69a446634ffe02f08f80))
|
|
72
|
+
- **recaptcha:** allow and forward the the X-ReCaptcha to Magento ([2f3170e](https://github.com/ho-nl/m2-pwa/commit/2f3170e0f1652d84948b69a446634ffe02f08f80))
|
|
70
73
|
|
|
71
74
|
## [3.0.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.8...@graphcommerce/graphql-mesh@3.0.9) (2021-10-18)
|
|
72
75
|
|
|
73
76
|
### Bug Fixes
|
|
74
77
|
|
|
75
|
-
- add cache-inmemory-lru
|
|
76
|
-
|
|
77
|
-
- graphql-mesh missing inmemory lru
|
|
78
|
-
([6c71c25](https://github.com/ho-nl/m2-pwa/commit/6c71c256911072ace19037616e0ce2ab478bf070))
|
|
78
|
+
- add cache-inmemory-lru ([2cd23a4](https://github.com/ho-nl/m2-pwa/commit/2cd23a40c8a2b02175b160aa9ce0b695c88c12f7))
|
|
79
|
+
- graphql-mesh missing inmemory lru ([6c71c25](https://github.com/ho-nl/m2-pwa/commit/6c71c256911072ace19037616e0ce2ab478bf070))
|
|
79
80
|
|
|
80
81
|
## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@3.0.0...@graphcommerce/graphql-mesh@3.0.1) (2021-09-27)
|
|
81
82
|
|
|
@@ -85,42 +86,25 @@ All notable changes to this project will be documented in this file. See
|
|
|
85
86
|
|
|
86
87
|
### Bug Fixes
|
|
87
88
|
|
|
88
|
-
- apollo server
|
|
89
|
-
|
|
90
|
-
-
|
|
91
|
-
|
|
92
|
-
-
|
|
93
|
-
([79512a4](https://github.com/ho-nl/m2-pwa/commit/79512a440b02565808ac4becce9537a59ad4b463))
|
|
94
|
-
- remove conflicting files
|
|
95
|
-
([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
96
|
-
- yarn workspace packages hot reload
|
|
97
|
-
([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
|
|
89
|
+
- apollo server ([43c3535](https://github.com/ho-nl/m2-pwa/commit/43c3535fe26ab9c7b97be8feacba34794bb3fa20))
|
|
90
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
91
|
+
- products couldn’t be added to the cart ([79512a4](https://github.com/ho-nl/m2-pwa/commit/79512a440b02565808ac4becce9537a59ad4b463))
|
|
92
|
+
- remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
93
|
+
- yarn workspace packages hot reload ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
|
|
98
94
|
|
|
99
95
|
### Features
|
|
100
96
|
|
|
101
|
-
- created stacked-pages package
|
|
102
|
-
|
|
103
|
-
- **
|
|
104
|
-
|
|
105
|
-
- **
|
|
106
|
-
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
- **
|
|
110
|
-
|
|
111
|
-
-
|
|
112
|
-
([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
|
|
113
|
-
- **mesh:** use mesh with build version with increased stability/performance
|
|
114
|
-
([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
|
|
115
|
-
- next.js 11
|
|
116
|
-
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
117
|
-
- **playwright:** added new playwright package to enable browser testing
|
|
118
|
-
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
119
|
-
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
120
|
-
[@reachdigital](https://github.com/reachdigital)
|
|
121
|
-
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
122
|
-
- upgrade to node 14
|
|
123
|
-
([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
97
|
+
- created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
|
|
98
|
+
- **framer-next-pages:** implemented the FullPageShell for the remaining pages ([88386b4](https://github.com/ho-nl/m2-pwa/commit/88386b4652abb7765d6e755c7fb7a3cb6285a0e7))
|
|
99
|
+
- **GraphQL:** shareEnabled: true added to ApolloServer ([379df3c](https://github.com/ho-nl/m2-pwa/commit/379df3c363116a2434115497f9936dca868c58d4))
|
|
100
|
+
- i18n routing added (/ and /fr for demo) ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
|
|
101
|
+
- **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
102
|
+
- major performance refactor ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
|
|
103
|
+
- **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
|
|
104
|
+
- next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
105
|
+
- **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
106
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
107
|
+
- upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
124
108
|
|
|
125
109
|
## 2.0.8 (2020-10-28)
|
|
126
110
|
|
|
@@ -128,29 +112,24 @@ All notable changes to this project will be documented in this file. See
|
|
|
128
112
|
|
|
129
113
|
### Bug Fixes
|
|
130
114
|
|
|
131
|
-
- another shot at preflight request
|
|
132
|
-
([11de0a3](https://github.com/ho-nl/m2-pwa/commit/11de0a36b45230818f8df4b52a4d5aeb35bf4029))
|
|
115
|
+
- another shot at preflight request ([11de0a3](https://github.com/ho-nl/m2-pwa/commit/11de0a36b45230818f8df4b52a4d5aeb35bf4029))
|
|
133
116
|
|
|
134
117
|
## 2.0.5 (2020-10-28)
|
|
135
118
|
|
|
136
119
|
### Bug Fixes
|
|
137
120
|
|
|
138
|
-
- add OPTIONS header
|
|
139
|
-
([b35b009](https://github.com/ho-nl/m2-pwa/commit/b35b0097be1f9c9b5f8cf8b359c1a0e73ba078aa))
|
|
121
|
+
- add OPTIONS header ([b35b009](https://github.com/ho-nl/m2-pwa/commit/b35b0097be1f9c9b5f8cf8b359c1a0e73ba078aa))
|
|
140
122
|
|
|
141
123
|
## 2.0.4 (2020-10-28)
|
|
142
124
|
|
|
143
125
|
### Bug Fixes
|
|
144
126
|
|
|
145
|
-
- cross origin headers again
|
|
146
|
-
([1746cbc](https://github.com/ho-nl/m2-pwa/commit/1746cbce4cee848420927c2df52c31687b96e5c5))
|
|
127
|
+
- cross origin headers again ([1746cbc](https://github.com/ho-nl/m2-pwa/commit/1746cbce4cee848420927c2df52c31687b96e5c5))
|
|
147
128
|
|
|
148
129
|
### Features
|
|
149
130
|
|
|
150
|
-
- added separate api package
|
|
151
|
-
|
|
152
|
-
- split into packages
|
|
153
|
-
([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
131
|
+
- added separate api package ([65cdd49](https://github.com/ho-nl/m2-pwa/commit/65cdd493f74bb172c3434dd4fb63184601678e1d))
|
|
132
|
+
- split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
154
133
|
|
|
155
134
|
### BREAKING CHANGES
|
|
156
135
|
|
|
@@ -158,28 +137,23 @@ All notable changes to this project will be documented in this file. See
|
|
|
158
137
|
|
|
159
138
|
# Change Log
|
|
160
139
|
|
|
161
|
-
All notable changes to this project will be documented in this file. See
|
|
162
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
140
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
163
141
|
|
|
164
142
|
# [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@2.101.2...@graphcommerce/graphql-mesh@2.102.0) (2021-08-13)
|
|
165
143
|
|
|
166
144
|
### Features
|
|
167
145
|
|
|
168
|
-
- **mesh:** use mesh with build version with increased stability/performance
|
|
169
|
-
([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
|
|
146
|
+
- **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
|
|
170
147
|
|
|
171
148
|
# [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@2.100.11...@graphcommerce/graphql-mesh@2.101.0) (2021-07-26)
|
|
172
149
|
|
|
173
150
|
### Features
|
|
174
151
|
|
|
175
|
-
- **playwright:** added new playwright package to enable browser testing
|
|
176
|
-
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
152
|
+
- **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
177
153
|
|
|
178
154
|
## [2.100.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/graphql-mesh@2.100.10...@graphcommerce/graphql-mesh@2.100.11) (2021-07-20)
|
|
179
155
|
|
|
180
156
|
### Bug Fixes
|
|
181
157
|
|
|
182
|
-
- apollo server
|
|
183
|
-
|
|
184
|
-
- ignore md files from triggering version updates
|
|
185
|
-
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
158
|
+
- apollo server ([43c3535](https://github.com/ho-nl/m2-pwa/commit/43c3535fe26ab9c7b97be8feacba34794bb3fa20))
|
|
159
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
package/createServer.ts
CHANGED
|
@@ -23,6 +23,7 @@ export async function createServer(mesh: Promise<MeshInstance>, path: string) {
|
|
|
23
23
|
const apolloServer = new ApolloServer({
|
|
24
24
|
context: ({ req }) => req,
|
|
25
25
|
introspection: true,
|
|
26
|
+
...meshInstance,
|
|
26
27
|
plugins: [
|
|
27
28
|
ApolloServerPluginLandingPageGraphQLPlayground({
|
|
28
29
|
// @ts-expect-error https://github.com/graphql/graphql-playground/issues/1289
|
|
@@ -31,7 +32,6 @@ export async function createServer(mesh: Promise<MeshInstance>, path: string) {
|
|
|
31
32
|
// @ts-expect-error apolloTracingPlugin is not officially supported anymore
|
|
32
33
|
apolloTracingPlugin(),
|
|
33
34
|
],
|
|
34
|
-
...meshInstance,
|
|
35
35
|
})
|
|
36
36
|
await apolloServer.start()
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/graphql-mesh",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "4.0.
|
|
5
|
+
"version": "4.0.5",
|
|
6
6
|
"author": "",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"scripts": {
|
|
@@ -11,21 +11,21 @@
|
|
|
11
11
|
"start": "next start"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@graphql-mesh/cache-inmemory-lru": "^0.5.
|
|
15
|
-
"@graphql-mesh/config": "^0.
|
|
16
|
-
"@graphql-mesh/graphql": "^0.
|
|
17
|
-
"@graphql-mesh/merger-stitching": "^0.15.
|
|
18
|
-
"@graphql-mesh/runtime": "^0.
|
|
19
|
-
"@graphql-mesh/store": "^0.3.
|
|
20
|
-
"@graphql-mesh/transform-cache": "^0.11.
|
|
21
|
-
"@graphql-mesh/transform-federation": "^0.8.
|
|
22
|
-
"@graphql-mesh/transform-filter-schema": "^0.14.
|
|
23
|
-
"@graphql-mesh/types": "^0.
|
|
24
|
-
"@graphql-mesh/utils": "^0.
|
|
25
|
-
"@graphql-tools/utils": "^8.6.
|
|
14
|
+
"@graphql-mesh/cache-inmemory-lru": "^0.5.53",
|
|
15
|
+
"@graphql-mesh/config": "^0.31.0",
|
|
16
|
+
"@graphql-mesh/graphql": "^0.21.0",
|
|
17
|
+
"@graphql-mesh/merger-stitching": "^0.15.16",
|
|
18
|
+
"@graphql-mesh/runtime": "^0.31.8",
|
|
19
|
+
"@graphql-mesh/store": "^0.3.23",
|
|
20
|
+
"@graphql-mesh/transform-cache": "^0.11.24",
|
|
21
|
+
"@graphql-mesh/transform-federation": "^0.8.23",
|
|
22
|
+
"@graphql-mesh/transform-filter-schema": "^0.14.24",
|
|
23
|
+
"@graphql-mesh/types": "^0.66.0",
|
|
24
|
+
"@graphql-mesh/utils": "^0.28.0",
|
|
25
|
+
"@graphql-tools/utils": "^8.6.2",
|
|
26
26
|
"@vue/compiler-sfc": "^3.2.31",
|
|
27
|
-
"apollo-server-core": "^3.6.
|
|
28
|
-
"apollo-server-micro": "^3.6.
|
|
27
|
+
"apollo-server-core": "^3.6.4",
|
|
28
|
+
"apollo-server-micro": "^3.6.4",
|
|
29
29
|
"apollo-tracing": "^0.15.0",
|
|
30
30
|
"camel-case": "^4.1.2",
|
|
31
31
|
"fetchache": "^0.1.1",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"ts-tiny-invariant": "^1.0.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@graphcommerce/eslint-config-pwa": "^4.0.
|
|
40
|
-
"@graphcommerce/prettier-config-pwa": "^4.0.
|
|
41
|
-
"@graphcommerce/typescript-config-pwa": "^4.0.
|
|
42
|
-
"@playwright/test": "^1.19.
|
|
39
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.5",
|
|
40
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.3",
|
|
41
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
|
42
|
+
"@playwright/test": "^1.19.2",
|
|
43
43
|
"@types/micro-cors": "^0.1.2",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
44
|
+
"typescript": "^4.6.2",
|
|
45
|
+
"graphql-tag": "2.12.6"
|
|
46
46
|
},
|
|
47
47
|
"sideEffects": false,
|
|
48
48
|
"prettier": "@graphcommerce/prettier-config-pwa",
|