@folklore/ads 0.0.31 → 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 +3 -1
- package/dist/es.js +3 -1
- package/package.json +2 -2
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(
|
|
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(
|
|
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.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"description": "Ads library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "03f296751cdb6629a972d8f11cc25a51f180e02c",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@folklore/hooks": "^0.0.43",
|
|
56
56
|
"@folklore/tracking": "^0.0.22",
|