@graphcommerce/graphql-mesh 3.0.10 → 3.0.11

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **recaptcha:** allow and forward the the X-ReCaptcha to Magento ([2f3170e](https://github.com/ho-nl/m2-pwa/commit/2f3170e0f1652d84948b69a446634ffe02f08f80))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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)
7
18
 
8
19
 
package/createHandler.ts CHANGED
@@ -67,13 +67,15 @@ export async function createHandler(meshInstance: MeshInstance, path: string) {
67
67
  'X-Api-Version',
68
68
  'Access-Control-Allow-Origin',
69
69
  'X-HTTP-Method-Override',
70
+ 'x-apollo-tracing',
71
+ 'apollographql-client-name',
72
+
73
+ // Magento 2 related headers
70
74
  'Authorization',
71
75
  'Store',
72
76
  'Preview-Version',
73
77
  'Content-Currency',
74
- 'X-Captcha',
75
- 'x-apollo-tracing',
76
- 'apollographql-client-name',
78
+ 'X-ReCaptcha',
77
79
  ],
78
80
  })
79
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/graphql-mesh",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "author": "",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -50,5 +50,5 @@
50
50
  "project": "./tsconfig.json"
51
51
  }
52
52
  },
53
- "gitHead": "99b31bb867bc0a28b1687fe2c7a67f67f0b1e8e3"
53
+ "gitHead": "bb97be54c344cb1630b5c6fc49d7cbc49c2df580"
54
54
  }