@snowplow/react-native-tracker 1.3.0 → 1.4.0
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/LICENSE +1 -1
- package/README.md +1 -1
- package/RNSnowplowTracker.podspec +1 -1
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/snowplowanalytics/react/util/TrackerVersion.java +1 -1
- package/dist/index.js +399 -23
- package/dist/index.js.map +1 -1
- package/ios/RNSnowplowTracker.h +2 -2
- package/ios/RNSnowplowTracker.m +2 -2
- package/ios/Util/NSDictionary+RNSP_TypeMethods.h +2 -2
- package/ios/Util/NSDictionary+RNSP_TypeMethods.m +2 -2
- package/ios/Util/RNConfigUtils.h +2 -2
- package/ios/Util/RNConfigUtils.m +2 -2
- package/ios/Util/RNTrackerVersion.h +2 -2
- package/ios/Util/RNTrackerVersion.m +3 -3
- package/ios/Util/RNUtilities.h +2 -2
- package/ios/Util/RNUtilities.m +2 -2
- package/package.json +6 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// NSDictionary+RNSP_TypeMethods.h
|
|
3
3
|
//
|
|
4
|
-
// Copyright (c) 2021-
|
|
4
|
+
// Copyright (c) 2021-2023 Snowplow Analytics Ltd. All rights reserved.
|
|
5
5
|
//
|
|
6
6
|
// This program is licensed to you under the Apache License Version 2.0,
|
|
7
7
|
// and you may not use this file except in compliance with the Apache License
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// express or implied. See the Apache License Version 2.0 for the specific
|
|
15
15
|
// language governing permissions and limitations there under.
|
|
16
16
|
//
|
|
17
|
-
// Copyright: Copyright (c)
|
|
17
|
+
// Copyright: Copyright (c) 2023 Snowplow Analytics Ltd
|
|
18
18
|
// License: Apache License Version 2.0
|
|
19
19
|
//
|
|
20
20
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// NSDictionary+RNSP_TypeMethods.m
|
|
3
3
|
//
|
|
4
|
-
// Copyright (c) 2021-
|
|
4
|
+
// Copyright (c) 2021-2023 Snowplow Analytics Ltd. All rights reserved.
|
|
5
5
|
//
|
|
6
6
|
// This program is licensed to you under the Apache License Version 2.0,
|
|
7
7
|
// and you may not use this file except in compliance with the Apache License
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// express or implied. See the Apache License Version 2.0 for the specific
|
|
15
15
|
// language governing permissions and limitations there under.
|
|
16
16
|
//
|
|
17
|
-
// Copyright: Copyright (c)
|
|
17
|
+
// Copyright: Copyright (c) 2023 Snowplow Analytics Ltd
|
|
18
18
|
// License: Apache License Version 2.0
|
|
19
19
|
//
|
|
20
20
|
|
package/ios/Util/RNConfigUtils.h
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// RNConfigUtils.h
|
|
3
3
|
//
|
|
4
|
-
// Copyright (c) 2021-
|
|
4
|
+
// Copyright (c) 2021-2023 Snowplow Analytics Ltd. All rights reserved.
|
|
5
5
|
//
|
|
6
6
|
// This program is licensed to you under the Apache License Version 2.0,
|
|
7
7
|
// and you may not use this file except in compliance with the Apache License
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// express or implied. See the Apache License Version 2.0 for the specific
|
|
15
15
|
// language governing permissions and limitations there under.
|
|
16
16
|
//
|
|
17
|
-
// Copyright: Copyright (c)
|
|
17
|
+
// Copyright: Copyright (c) 2023 Snowplow Analytics Ltd
|
|
18
18
|
// License: Apache License Version 2.0
|
|
19
19
|
//
|
|
20
20
|
|
package/ios/Util/RNConfigUtils.m
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// RNConfigUtils.m
|
|
3
3
|
//
|
|
4
|
-
// Copyright (c) 2021-
|
|
4
|
+
// Copyright (c) 2021-2023 Snowplow Analytics Ltd. All rights reserved.
|
|
5
5
|
//
|
|
6
6
|
// This program is licensed to you under the Apache License Version 2.0,
|
|
7
7
|
// and you may not use this file except in compliance with the Apache License
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// express or implied. See the Apache License Version 2.0 for the specific
|
|
15
15
|
// language governing permissions and limitations there under.
|
|
16
16
|
//
|
|
17
|
-
// Copyright: Copyright (c)
|
|
17
|
+
// Copyright: Copyright (c) 2023 Snowplow Analytics Ltd
|
|
18
18
|
// License: Apache License Version 2.0
|
|
19
19
|
//
|
|
20
20
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// RNTrackerVersion.h
|
|
3
3
|
//
|
|
4
|
-
// Copyright (c) 2021-
|
|
4
|
+
// Copyright (c) 2021-2023 Snowplow Analytics Ltd. All rights reserved.
|
|
5
5
|
//
|
|
6
6
|
// This program is licensed to you under the Apache License Version 2.0,
|
|
7
7
|
// and you may not use this file except in compliance with the Apache License
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// express or implied. See the Apache License Version 2.0 for the specific
|
|
15
15
|
// language governing permissions and limitations there under.
|
|
16
16
|
//
|
|
17
|
-
// Copyright: Copyright (c)
|
|
17
|
+
// Copyright: Copyright (c) 2023 Snowplow Analytics Ltd
|
|
18
18
|
// License: Apache License Version 2.0
|
|
19
19
|
//
|
|
20
20
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// RNTrackerVersion.m
|
|
3
3
|
//
|
|
4
|
-
// Copyright (c) 2021-
|
|
4
|
+
// Copyright (c) 2021-2023 Snowplow Analytics Ltd. All rights reserved.
|
|
5
5
|
//
|
|
6
6
|
// This program is licensed to you under the Apache License Version 2.0,
|
|
7
7
|
// and you may not use this file except in compliance with the Apache License
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// express or implied. See the Apache License Version 2.0 for the specific
|
|
15
15
|
// language governing permissions and limitations there under.
|
|
16
16
|
//
|
|
17
|
-
// Copyright: Copyright (c)
|
|
17
|
+
// Copyright: Copyright (c) 2023 Snowplow Analytics Ltd
|
|
18
18
|
// License: Apache License Version 2.0
|
|
19
19
|
//
|
|
20
20
|
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
|
|
23
23
|
@implementation RNTrackerVersion
|
|
24
24
|
|
|
25
|
-
NSString * const kRNTrackerVersion = @"rn-1.
|
|
25
|
+
NSString * const kRNTrackerVersion = @"rn-1.4.0";
|
|
26
26
|
|
|
27
27
|
@end
|
package/ios/Util/RNUtilities.h
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// RNUtilities.h
|
|
3
3
|
//
|
|
4
|
-
// Copyright (c) 2021-
|
|
4
|
+
// Copyright (c) 2021-2023 Snowplow Analytics Ltd. All rights reserved.
|
|
5
5
|
//
|
|
6
6
|
// This program is licensed to you under the Apache License Version 2.0,
|
|
7
7
|
// and you may not use this file except in compliance with the Apache License
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// express or implied. See the Apache License Version 2.0 for the specific
|
|
15
15
|
// language governing permissions and limitations there under.
|
|
16
16
|
//
|
|
17
|
-
// Copyright: Copyright (c)
|
|
17
|
+
// Copyright: Copyright (c) 2023 Snowplow Analytics Ltd
|
|
18
18
|
// License: Apache License Version 2.0
|
|
19
19
|
//
|
|
20
20
|
|
package/ios/Util/RNUtilities.m
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//
|
|
2
2
|
// RNUtilities.m
|
|
3
3
|
//
|
|
4
|
-
// Copyright (c) 2021-
|
|
4
|
+
// Copyright (c) 2021-2023 Snowplow Analytics Ltd. All rights reserved.
|
|
5
5
|
//
|
|
6
6
|
// This program is licensed to you under the Apache License Version 2.0,
|
|
7
7
|
// and you may not use this file except in compliance with the Apache License
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// express or implied. See the Apache License Version 2.0 for the specific
|
|
15
15
|
// language governing permissions and limitations there under.
|
|
16
16
|
//
|
|
17
|
-
// Copyright: Copyright (c)
|
|
17
|
+
// Copyright: Copyright (c) 2023 Snowplow Analytics Ltd
|
|
18
18
|
// License: Apache License Version 2.0
|
|
19
19
|
//
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snowplow/react-native-tracker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "A library for tracking Snowplow events in React Native",
|
|
5
5
|
"homepage": "https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/react-native-tracker/",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,6 +38,10 @@
|
|
|
38
38
|
"type": "git",
|
|
39
39
|
"url": "https://github.com/snowplow-incubator/snowplow-react-native-tracker"
|
|
40
40
|
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"@snowplow/tracker-core": "3.8.0",
|
|
43
|
+
"uuid": "^3.4.0"
|
|
44
|
+
},
|
|
41
45
|
"peerDependencies": {
|
|
42
46
|
"react": ">=16.8.6",
|
|
43
47
|
"react-native": ">=0.65.0"
|
|
@@ -48,6 +52,7 @@
|
|
|
48
52
|
"@types/react-native": "^0.65.21",
|
|
49
53
|
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
|
50
54
|
"@typescript-eslint/parser": "^5.13.0",
|
|
55
|
+
"@types/uuid": "~3.4.6",
|
|
51
56
|
"eslint": "^8.23.1",
|
|
52
57
|
"eslint-plugin-jest": "^27.0.4",
|
|
53
58
|
"eslint-plugin-promise": "^6.0.0",
|