@types/matomo-tracker-react-native 0.3.6 → 0.3.7

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.
@@ -34,6 +34,7 @@ export interface AppStart {
34
34
 
35
35
  export interface Action {
36
36
  name: string;
37
+ url?: string;
37
38
  userInfo?: UserInfo;
38
39
  }
39
40
 
@@ -43,6 +44,7 @@ export interface Event {
43
44
  name?: string;
44
45
  value?: number;
45
46
  campaign?: string;
47
+ url?: string;
46
48
  userInfo?: UserInfo;
47
49
  }
48
50
 
@@ -104,7 +106,7 @@ export default class MatomoTracker {
104
106
  ````
105
107
 
106
108
  ### Additional Details
107
- * Last updated: Mon, 06 Jan 2025 20:02:20 GMT
109
+ * Last updated: Sat, 10 Jan 2026 02:18:54 GMT
108
110
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react)
109
111
 
110
112
  # Credits
@@ -24,6 +24,7 @@ export interface AppStart {
24
24
 
25
25
  export interface Action {
26
26
  name: string;
27
+ url?: string;
27
28
  userInfo?: UserInfo;
28
29
  }
29
30
 
@@ -33,6 +34,7 @@ export interface Event {
33
34
  name?: string;
34
35
  value?: number;
35
36
  campaign?: string;
37
+ url?: string;
36
38
  userInfo?: UserInfo;
37
39
  }
38
40
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/matomo-tracker-react-native",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "TypeScript definitions for matomo-tracker-react-native",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/matomo-tracker-react-native",
6
6
  "license": "MIT",
@@ -23,6 +23,6 @@
23
23
  "@types/react": "*"
24
24
  },
25
25
  "peerDependencies": {},
26
- "typesPublisherContentHash": "67415baa2ac8207f33b02548d4f6aa92949360f506d5992f94b76aac92e12d4c",
27
- "typeScriptVersion": "5.0"
26
+ "typesPublisherContentHash": "62ff99697796ee151514887694586982fcfd26b526e6861b9940c61525bac04f",
27
+ "typeScriptVersion": "5.2"
28
28
  }