@rh-support/react-context 1.0.15 → 1.0.16

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.
@@ -113,7 +113,7 @@ export const HostnameAwarenessModal = () => {
113
113
  isLoadingHostnamesVisibilityObj ||
114
114
  !canUseHostName ||
115
115
  alreadyCheckedCloseModal ||
116
- originalViewedCountValue > 8 ||
116
+ originalViewedCountValue > 2 ||
117
117
  (doNotShowModal === 1 && doNotShowNotClicked)) {
118
118
  return React.createElement(React.Fragment, null);
119
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/react-context",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -87,5 +87,5 @@
87
87
  "not ie <= 11",
88
88
  "not op_mini all"
89
89
  ],
90
- "gitHead": "8e9b0b138cec4a9e71180e96ee391702b6754236"
90
+ "gitHead": "6434850b211648078962731f6ef9bc9f5bd51320"
91
91
  }