mixpanel-react-native 1.3.6 → 1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  #
2
2
 
3
+ ## [v1.3.7](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.7) (2022-01-26)
4
+
5
+ ### Fixes
6
+
7
+ - Bump iOS SDK to v3.1.2 [\#125](https://github.com/mixpanel/mixpanel-react-native/pull/125)
8
+
9
+ #
10
+
3
11
  ## [v1.3.6](https://github.com/mixpanel/mixpanel-react-native/tree/v1.3.6) (2022-01-13)
4
12
 
5
13
  ### Fixes
@@ -150,3 +158,5 @@
150
158
 
151
159
 
152
160
 
161
+
162
+
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2020 Mixpanel, Inc.
1
+ Copyright 2022 Mixpanel, Inc.
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this work except in compliance with the License.
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
20
20
 
21
21
  s.dependency "React"
22
- s.dependency "Mixpanel-swift", '3.1.0'
22
+ s.dependency "Mixpanel-swift", '3.1.2'
23
23
  end
@@ -10,7 +10,7 @@
10
10
  "lint": "eslint ."
11
11
  },
12
12
  "dependencies": {
13
- "mixpanel-react-native": "file:../../",
13
+ "mixpanel-react-native": "file:../..",
14
14
  "react": "17.0.1",
15
15
  "react-native": "0.64.2"
16
16
  },
@@ -4831,7 +4831,7 @@ mixin-deep@^1.2.0:
4831
4831
  is-extendable "^1.0.1"
4832
4832
 
4833
4833
  "mixpanel-react-native@file:../..":
4834
- version "1.3.6"
4834
+ version "1.3.7"
4835
4835
 
4836
4836
  mkdirp@^0.5.1:
4837
4837
  version "0.5.5"
@@ -4734,7 +4734,7 @@ mixin-deep@^1.2.0:
4734
4734
  is-extendable "^1.0.1"
4735
4735
 
4736
4736
  "mixpanel-react-native@file:../..":
4737
- version "1.3.6"
4737
+ version "1.3.7"
4738
4738
 
4739
4739
  mkdirp@^0.5.1:
4740
4740
  version "0.5.5"
@@ -4867,7 +4867,7 @@ mixin-deep@^1.2.0:
4867
4867
  is-extendable "^1.0.1"
4868
4868
 
4869
4869
  "mixpanel-react-native@file:../..":
4870
- version "1.3.6"
4870
+ version "1.3.7"
4871
4871
 
4872
4872
  mkdirp@^0.5.1:
4873
4873
  version "0.5.5"
@@ -9,7 +9,7 @@ import { NativeModules } from 'react-native';
9
9
 
10
10
  test(`it calls MixpanelReactNative initialize`, async () => {
11
11
  const mixpanel = await Mixpanel.init("token");
12
- expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.3.6", "mp_lib": "react-native"});
12
+ expect(NativeModules.MixpanelReactNative.initialize).toBeCalledWith("token", false, {"$lib_version": "1.3.7", "mp_lib": "react-native"});
13
13
  });
14
14
 
15
15
  test(`it calls MixpanelReactNative setServerURL`, async () => {
@@ -4014,7 +4014,7 @@ To clear all superProperties, use clearSuperProperties()
4014
4014
  <br class="clear">
4015
4015
 
4016
4016
  <footer>
4017
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Jan 13 2022 14:18:25 GMT-0800 (Pacific Standard Time)
4017
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Wed Jan 26 2022 15:11:22 GMT-0800 (Pacific Standard Time)
4018
4018
  </footer>
4019
4019
 
4020
4020
  <script> prettyPrint(); </script>
@@ -957,7 +957,7 @@ If the property exists and is not list-valued, the union will be ignored.
957
957
  <br class="clear">
958
958
 
959
959
  <footer>
960
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Jan 13 2022 14:18:25 GMT-0800 (Pacific Standard Time)
960
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Wed Jan 26 2022 15:11:22 GMT-0800 (Pacific Standard Time)
961
961
  </footer>
962
962
 
963
963
  <script> prettyPrint(); </script>
package/docs/People.html CHANGED
@@ -1625,7 +1625,7 @@ If the property exists and is not list-valued, the union will be ignored.
1625
1625
  <br class="clear">
1626
1626
 
1627
1627
  <footer>
1628
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Jan 13 2022 14:18:25 GMT-0800 (Pacific Standard Time)
1628
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Wed Jan 26 2022 15:11:22 GMT-0800 (Pacific Standard Time)
1629
1629
  </footer>
1630
1630
 
1631
1631
  <script> prettyPrint(); </script>
package/docs/index.html CHANGED
@@ -175,7 +175,7 @@ Please refer to our <a href="https://mixpanel.com/legal/app-store-privacy-detai
175
175
  <br class="clear">
176
176
 
177
177
  <footer>
178
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Jan 13 2022 14:18:25 GMT-0800 (Pacific Standard Time)
178
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Wed Jan 26 2022 15:11:22 GMT-0800 (Pacific Standard Time)
179
179
  </footer>
180
180
 
181
181
  <script> prettyPrint(); </script>
@@ -888,7 +888,7 @@ class ObjectHelper {
888
888
  <br class="clear">
889
889
 
890
890
  <footer>
891
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Thu Jan 13 2022 14:18:25 GMT-0800 (Pacific Standard Time)
891
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Wed Jan 26 2022 15:11:22 GMT-0800 (Pacific Standard Time)
892
892
  </footer>
893
893
 
894
894
  <script> prettyPrint(); </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mixpanel-react-native",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "Official React Native Tracking Library for Mixpanel Analytics",
5
5
  "main": "index.js",
6
6
  "scripts": {