appsflyer-capacitor-plugin 6.4.2-rc2 → 6.4.4-rc2

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,11 +1,8 @@
1
1
  # Release Notes
2
- ### 6.4.2-rc2
3
- Release date: *2021-November-11*
4
- - Updated AppsFlyer Android SDK to v6.4.2
5
- - Updated AppsFlyer iOS SDK to v6.4.2
6
-
7
- **Overview and Highlights:**
8
- - BM >> Capacitor >> test fix version
2
+ ### 6.4.4-rc2
3
+ Release date: *2021-December-13*
4
+ - Updated AppsFlyer Android SDK to v6.4.3
5
+ - Updated AppsFlyer iOS SDK to v6.4.4
9
6
  ### 6.4.0
10
7
  Release date: *2021-Sep-14*
11
8
 
package/README.md CHANGED
@@ -14,8 +14,8 @@
14
14
 
15
15
  ### <a id="plugin-build-for"> This plugin is built for
16
16
 
17
- - Android AppsFlyer SDK **6.4.2️**
18
- - iOS AppsFlyer SDK **6.4.0️**
17
+ - Android AppsFlyer SDK **6.4.0️**
18
+ - iOS AppsFlyer SDK **6.4.4️**
19
19
 
20
20
  <!---
21
21
  ## <a id="breaking-changes"> ❗❗ Breaking changes when updating to ✏️v*.*.*✏️❗❗
@@ -62,7 +62,7 @@ dependencies {
62
62
  implementation "androidx.core:core-ktx:1.6.0"
63
63
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
64
64
 
65
- implementation 'com.appsflyer:af-android-sdk:6.4.2'
65
+ implementation 'com.appsflyer:af-android-sdk:6.4.3'
66
66
  implementation "com.android.installreferrer:installreferrer:2.2"
67
67
 
68
68
 
package/dist/plugin.js CHANGED
@@ -20,5 +20,5 @@ var AppsFlyerCapacitorPlugin = (function (exports, core) {
20
20
 
21
21
  return exports;
22
22
 
23
- }({}, capacitorExports));
23
+ })({}, capacitorExports);
24
24
  //# sourceMappingURL=plugin.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "appsflyer-capacitor-plugin",
3
- "version" : "6.4.2-rc2",
4
- "iosSdkVersion": "6.4.2",
3
+ "version" : "6.4.4-rc2",
4
+ "iosSdkVersion": "6.4.4",
5
5
  "description": "AppsFlyer SDK plugin for Capacitor",
6
6
  "main": "dist/plugin.cjs.js",
7
7
  "module": "dist/esm/index.js",