@adapty/capacitor 3.16.2 → 3.16.3

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.
@@ -13,8 +13,8 @@ Pod::Spec.new do |s|
13
13
  s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
14
14
  s.ios.deployment_target = '15.0'
15
15
  s.dependency 'Capacitor'
16
- s.dependency 'Adapty', '3.15.5'
17
- s.dependency 'AdaptyUI', '3.15.5'
18
- s.dependency 'AdaptyPlugin', '3.15.5'
16
+ s.dependency 'Adapty', '3.15.7'
17
+ s.dependency 'AdaptyUI', '3.15.7'
18
+ s.dependency 'AdaptyPlugin', '3.15.7'
19
19
  s.swift_version = '5.1'
20
20
  end
package/Package.swift CHANGED
@@ -11,7 +11,7 @@ let package = Package(
11
11
  ],
12
12
  dependencies: [
13
13
  .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
14
- .package(url: "https://github.com/adaptyteam/AdaptySDK-iOS.git", exact: "3.15.5")
14
+ .package(url: "https://github.com/adaptyteam/AdaptySDK-iOS.git", exact: "3.15.7")
15
15
  ],
16
16
  targets: [
17
17
  .target(
@@ -1,2 +1,2 @@
1
- declare const _default: "3.16.2";
1
+ declare const _default: "3.16.3";
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- export default '3.16.2';
1
+ export default '3.16.3';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAe,QAAQ,CAAC","sourcesContent":["export default '3.16.2';\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAe,QAAQ,CAAC","sourcesContent":["export default '3.16.3';\n"]}
@@ -2866,7 +2866,7 @@ const AdaptyCapacitorPlugin = core.registerPlugin('AdaptyCapacitorPlugin', {
2866
2866
  web: () => Promise.resolve().then(function () { return web; }).then((m) => new m.AdaptyCapacitorPluginWeb()),
2867
2867
  });
2868
2868
 
2869
- var VERSION = '3.16.2';
2869
+ var VERSION = '3.16.3';
2870
2870
 
2871
2871
  /**
2872
2872
  * Capacitor implementation of IPlatformAdapter