appsflyer-capacitor-plugin 6.8.0-rc1 → 6.8.0-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,5 +1,5 @@
1
1
  # Release Notes
2
- ### 6.8.0-rc1
2
+ ### 6.8.0-rc2
3
3
  Release date: *2022-July-20*
4
4
  - Updated AppsFlyer Android SDK to v6.8.0
5
5
  - Updated AppsFlyer iOS SDK to v6.8.0
@@ -20,7 +20,7 @@ const val AF_ONELINK_DOMAIN = "domains"
20
20
  const val AF_DEEPLINK_URLS = "urls"
21
21
  const val AF_UID = "uid"
22
22
  const val AF_ANONYMIZE_USER = "anonymizeUser"
23
- const val AF_DISABLE = "disable"
23
+ const val AF_DISABLE = "shouldDisable"
24
24
  const val AF_STOP = "stop"
25
25
  const val AF_IS_STOP = "isStopped"
26
26
  const val AF_PATH = "path"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appsflyer-capacitor-plugin",
3
- "version": "6.8.0-rc1",
3
+ "version": "6.8.0-rc2",
4
4
  "iosSdkVersion": "6.8.0",
5
5
  "description": "AppsFlyer SDK plugin for Capacitor",
6
6
  "main": "dist/plugin.cjs.js",