@trackunit/react-core-contexts-api 0.2.72 → 0.2.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-api",
3
- "version": "0.2.72",
3
+ "version": "0.2.74",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -34,7 +34,7 @@ export interface IAnalyticsContext<Events extends Record<string, Event<BaseEvent
34
34
  /**
35
35
  * @template EventName
36
36
  * @param {EventName} eventName Name of the event. Used to look up event interface in EventName.ts
37
- * @param {Events[T]["properties"]} details Event parameters. Must match event interface.
37
+ * @param details Event parameters. Must match event interface.
38
38
  * @param {{prefix: string, postfix: string}} nameSupplement Generally not reccommended.
39
39
  *
40
40
  * **Prefix**: Add a prefix to begging event name when logging.