@adapty/capacitor 3.17.0 → 3.17.1

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/dist/plugin.js CHANGED
@@ -1730,6 +1730,11 @@ var capacitorAdaptyCapacitorPlugin = (function (exports, core) {
1730
1730
  type: "object",
1731
1731
  converter: new HashmapCoder(new AdaptyAccessLevelCoder())
1732
1732
  },
1733
+ appliedAttributionSources: {
1734
+ key: "applied_attribution_sources",
1735
+ required: false,
1736
+ type: "array"
1737
+ },
1733
1738
  customAttributes: {
1734
1739
  key: "custom_attributes",
1735
1740
  required: false,
@@ -2878,7 +2883,7 @@ var capacitorAdaptyCapacitorPlugin = (function (exports, core) {
2878
2883
  web: () => Promise.resolve().then(function () { return web; }).then((m) => new m.AdaptyCapacitorPluginWeb()),
2879
2884
  });
2880
2885
 
2881
- var VERSION = '3.17.0';
2886
+ var VERSION = '3.17.1';
2882
2887
 
2883
2888
  /**
2884
2889
  * Capacitor implementation of IPlatformAdapter