@faststore/api 2.1.53 → 2.1.66

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.
@@ -22,7 +22,7 @@ var api = require('@opentelemetry/api');
22
22
  var apiLogs = require('@opentelemetry/api-logs');
23
23
 
24
24
  var name = "@faststore/api";
25
- var version = "2.1.38";
25
+ var version = "2.1.53";
26
26
  var license = "MIT";
27
27
  var main = "dist/index.js";
28
28
  var typings = "dist/index.d.ts";
@@ -58,8 +58,8 @@ var dependencies = {
58
58
  };
59
59
  var devDependencies = {
60
60
  "@envelop/core": "^2.6.0",
61
- "@faststore/eslint-config": "^2.1.33",
62
- "@faststore/shared": "^2.1.33",
61
+ "@faststore/eslint-config": "^2.1.53",
62
+ "@faststore/shared": "^2.1.53",
63
63
  "@graphql-codegen/cli": "2.2.0",
64
64
  "@graphql-codegen/typescript": "2.2.2",
65
65
  "@types/express": "^4.17.16",
@@ -196,7 +196,11 @@ const VtexCommerce = ({
196
196
  };
197
197
  return fetchAPI(`${base}/api/checkout/pub/orderForm/${id}/attachments/shippingData`, {
198
198
  ...BASE_INIT,
199
- body: JSON.stringify(mappedBody)
199
+ body: JSON.stringify(mappedBody),
200
+ headers: {
201
+ 'content-type': 'application/json',
202
+ cookie: ctx.headers.cookie
203
+ }
200
204
  });
201
205
  },
202
206
  orderForm: ({