@quintype/components 3.3.2-check-sub-error.7 → 3.3.2-check-sub-error.8

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
@@ -4644,6 +4644,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
4644
4644
  }
4645
4645
 
4646
4646
  console.log("enetred load script else block ");
4647
+ console.log("global accesstype", global.AccessType);
4647
4648
  global.AccessType && callback();
4648
4649
  return true;
4649
4650
  });
@@ -74,6 +74,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
74
74
  }
75
75
 
76
76
  console.log("enetred load script else block ");
77
+ console.log("global accesstype", global.AccessType);
77
78
  global.AccessType && callback();
78
79
  return true;
79
80
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/components",
3
- "version": "3.3.2-check-sub-error.7",
3
+ "version": "3.3.2-check-sub-error.8",
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",