@quintype/components 3.3.3-at-global.0 → 3.3.3-at-global.2

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
@@ -5322,6 +5322,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
5322
5322
  _yield$awaitHelper9 = _context11.sent;
5323
5323
  error = _yield$awaitHelper9.error;
5324
5324
  accessData = _yield$awaitHelper9.data;
5325
+ console.log(" check access at internal", error, accessData);
5325
5326
  accessById = _defineProperty__default["default"]({}, assetId, accessData);
5326
5327
 
5327
5328
  _this.props.accessUpdated(accessById);
@@ -5337,16 +5338,16 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
5337
5338
  }
5338
5339
 
5339
5340
  if (!error) {
5340
- _context11.next = 17;
5341
+ _context11.next = 18;
5341
5342
  break;
5342
5343
  }
5343
5344
 
5344
5345
  return _context11.abrupt("return", error);
5345
5346
 
5346
- case 17:
5347
+ case 18:
5347
5348
  return _context11.abrupt("return", accessById);
5348
5349
 
5349
- case 18:
5350
+ case 19:
5350
5351
  case "end":
5351
5352
  return _context11.stop();
5352
5353
  }
@@ -752,6 +752,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
752
752
  _yield$awaitHelper9 = _context11.sent;
753
753
  error = _yield$awaitHelper9.error;
754
754
  accessData = _yield$awaitHelper9.data;
755
+ console.log(" check access at internal", error, accessData);
755
756
  accessById = _defineProperty({}, assetId, accessData);
756
757
 
757
758
  _this.props.accessUpdated(accessById);
@@ -767,16 +768,16 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
767
768
  }
768
769
 
769
770
  if (!error) {
770
- _context11.next = 17;
771
+ _context11.next = 18;
771
772
  break;
772
773
  }
773
774
 
774
775
  return _context11.abrupt("return", error);
775
776
 
776
- case 17:
777
+ case 18:
777
778
  return _context11.abrupt("return", accessById);
778
779
 
779
- case 18:
780
+ case 19:
780
781
  case "end":
781
782
  return _context11.stop();
782
783
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/components",
3
- "version": "3.3.3-at-global.0",
3
+ "version": "3.3.3-at-global.2",
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",