@quintype/components 3.3.2-check-sub-error.3 → 3.3.2-check-sub-error.4

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
@@ -5040,7 +5040,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
5040
5040
 
5041
5041
  _this.props.campaignSubscriptionGroupLoaded(campaignSubscriptionGroups);
5042
5042
  });
5043
- console.log(" called callback after promise all ");
5043
+ console.log(" called callback after promise all ", callback);
5044
5044
  callback();
5045
5045
  })["catch"](function (e) {
5046
5046
  console.log("some promise all error", e);
@@ -470,7 +470,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
470
470
 
471
471
  _this.props.campaignSubscriptionGroupLoaded(campaignSubscriptionGroups);
472
472
  });
473
- console.log(" called callback after promise all ");
473
+ console.log(" called callback after promise all ", callback);
474
474
  callback();
475
475
  })["catch"](function (e) {
476
476
  console.log("some promise all error", e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/components",
3
- "version": "3.3.2-check-sub-error.3",
3
+ "version": "3.3.2-check-sub-error.4",
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",