@trackunit/react-core-contexts-test 0.1.294 → 0.1.295

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/index.cjs.js CHANGED
@@ -189,6 +189,9 @@ const mockNavigationContext = {
189
189
  gotoAdmin: (url) => {
190
190
  return Promise.resolve(true);
191
191
  },
192
+ goToAlerts: (url) => {
193
+ return Promise.resolve(true);
194
+ },
192
195
  gotoMarketplace: () => {
193
196
  return Promise.resolve(true);
194
197
  },
package/index.esm.js CHANGED
@@ -187,6 +187,9 @@ const mockNavigationContext = {
187
187
  gotoAdmin: (url) => {
188
188
  return Promise.resolve(true);
189
189
  },
190
+ goToAlerts: (url) => {
191
+ return Promise.resolve(true);
192
+ },
190
193
  gotoMarketplace: () => {
191
194
  return Promise.resolve(true);
192
195
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.294",
3
+ "version": "0.1.295",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {