@adapty/capacitor 4.0.0-beta.1 → 4.0.0-beta.2
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/Package.swift +1 -1
- package/android/build.gradle +2 -2
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/esm/version.js.map +1 -1
- package/dist/plugin.cjs.js +1 -1
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +1 -1
- package/dist/plugin.js.map +1 -1
- package/package.json +2 -2
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: "4.0.0
|
|
14
|
+
.package(url: "https://github.com/adaptyteam/AdaptySDK-iOS.git", exact: "4.0.0")
|
|
15
15
|
],
|
|
16
16
|
targets: [
|
|
17
17
|
.target(
|
package/android/build.gradle
CHANGED
|
@@ -66,10 +66,10 @@ dependencies {
|
|
|
66
66
|
// kotlin-stdlib is added automatically by Kotlin Gradle plugin
|
|
67
67
|
|
|
68
68
|
// Adapty SDK dependencies
|
|
69
|
-
implementation platform('io.adapty:adapty-bom:4.0.0
|
|
69
|
+
implementation platform('io.adapty:adapty-bom:4.0.0')
|
|
70
70
|
implementation 'io.adapty:android-sdk'
|
|
71
71
|
implementation 'io.adapty:android-ui'
|
|
72
|
-
implementation 'io.adapty.internal:crossplatform:4.0.0
|
|
72
|
+
implementation 'io.adapty.internal:crossplatform:4.0.0'
|
|
73
73
|
|
|
74
74
|
testImplementation "junit:junit:$junitVersion"
|
|
75
75
|
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.0.0-beta.
|
|
1
|
+
declare const _default: "4.0.0-beta.2";
|
|
2
2
|
export default _default;
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export default '4.0.0-beta.
|
|
1
|
+
export default '4.0.0-beta.2';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/dist/esm/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAe,cAAc,CAAC","sourcesContent":["export default '4.0.0-beta.
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAe,cAAc,CAAC","sourcesContent":["export default '4.0.0-beta.2';\n"]}
|
package/dist/plugin.cjs.js
CHANGED
|
@@ -2965,7 +2965,7 @@ const AdaptyCapacitorPlugin = core.registerPlugin('AdaptyCapacitorPlugin', {
|
|
|
2965
2965
|
web: () => Promise.resolve().then(function () { return web; }).then((m) => new m.AdaptyCapacitorPluginWeb()),
|
|
2966
2966
|
});
|
|
2967
2967
|
|
|
2968
|
-
var VERSION = '4.0.0-beta.
|
|
2968
|
+
var VERSION = '4.0.0-beta.2';
|
|
2969
2969
|
|
|
2970
2970
|
/**
|
|
2971
2971
|
* Capacitor implementation of IPlatformAdapter
|