@trackunit/react-core-hooks 0.2.115 → 0.2.118

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
@@ -36,7 +36,6 @@ const AnalyticsContextProvider = AnalyticsContext.Provider; // easy import
36
36
  /**
37
37
  * Hook to get the analytics context.
38
38
  *
39
- * @requires AnalyticsProvider
40
39
  * @example
41
40
  * import { useAnalytics, useEnvironment } from "@trackunit/react-core-hooks";
42
41
  * const { logPageView, logEvent } = useAnalytics(AllEvents);
package/index.esm.js CHANGED
@@ -10,7 +10,6 @@ const AnalyticsContextProvider = AnalyticsContext.Provider; // easy import
10
10
  /**
11
11
  * Hook to get the analytics context.
12
12
  *
13
- * @requires AnalyticsProvider
14
13
  * @example
15
14
  * import { useAnalytics, useEnvironment } from "@trackunit/react-core-hooks";
16
15
  * const { logPageView, logEvent } = useAnalytics(AllEvents);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-hooks",
3
- "version": "0.2.115",
3
+ "version": "0.2.118",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -10,7 +10,7 @@
10
10
  "@trackunit/react-core-contexts-api": "*",
11
11
  "react": "^18.2.0",
12
12
  "@trackunit/iris-app-runtime-core": "*",
13
- "react-router-dom": "6.11.2",
13
+ "react-router-dom": "6.18.0",
14
14
  "@trackunit/iris-app-runtime-core-api": "*",
15
15
  "jest-fetch-mock": "^3.0.3",
16
16
  "@trackunit/shared-utils": "*"
@@ -5,7 +5,6 @@ export declare const AnalyticsContextProvider: import("react").Provider<IAnalyti
5
5
  /**
6
6
  * Hook to get the analytics context.
7
7
  *
8
- * @requires AnalyticsProvider
9
8
  * @example
10
9
  * import { useAnalytics, useEnvironment } from "@trackunit/react-core-hooks";
11
10
  * const { logPageView, logEvent } = useAnalytics(AllEvents);