@quintype/components 3.4.0 → 3.4.1

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/dist/cjs/index.js CHANGED
@@ -5352,7 +5352,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
5352
5352
  }
5353
5353
 
5354
5354
  return omise.proceed(paymentObject).then(function (response) {
5355
- return response.proceed(paymentObject);
5355
+ return response;
5356
5356
  });
5357
5357
  });
5358
5358
 
@@ -622,7 +622,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
622
622
  }
623
623
 
624
624
  return omise.proceed(paymentObject).then(function (response) {
625
- return response.proceed(paymentObject);
625
+ return response;
626
626
  });
627
627
  });
628
628
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/components",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Components to help build Quintype Node.js apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",