@folklore/ads 0.0.30 → 0.0.32

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.js CHANGED
@@ -625,7 +625,9 @@ const slots = {
625
625
  };
626
626
 
627
627
  /* eslint-disable react/jsx-props-no-spreading */
628
- const AdsContext = /*#__PURE__*/React__default["default"].createContext(null);
628
+ const AdsContext = /*#__PURE__*/React__default["default"].createContext({
629
+ ready: false
630
+ });
629
631
  const useAdsContext = () => React.useContext(AdsContext);
630
632
  const propTypes$2 = {
631
633
  children: PropTypes__default["default"].node.isRequired,
package/dist/es.js CHANGED
@@ -607,7 +607,9 @@ const slots = {
607
607
  };
608
608
 
609
609
  /* eslint-disable react/jsx-props-no-spreading */
610
- const AdsContext = /*#__PURE__*/React.createContext(null);
610
+ const AdsContext = /*#__PURE__*/React.createContext({
611
+ ready: false
612
+ });
611
613
  const useAdsContext = () => useContext(AdsContext);
612
614
  const propTypes$2 = {
613
615
  children: PropTypes.node.isRequired,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@folklore/ads",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "Ads library",
5
5
  "keywords": [
6
6
  "javascript",
@@ -50,10 +50,10 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "af57f5d2a4d695deb8f676557d66e0cc24540e49",
53
+ "gitHead": "03f296751cdb6629a972d8f11cc25a51f180e02c",
54
54
  "dependencies": {
55
55
  "@folklore/hooks": "^0.0.43",
56
- "@folklore/tracking": "^0.0.21",
56
+ "@folklore/tracking": "^0.0.22",
57
57
  "classnames": "^2.5.1",
58
58
  "debug": "^4.3.4",
59
59
  "lodash": "^4.17.21",