@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/AdaptyCapacitor.podspec +3 -3
- package/Package.swift +1 -1
- package/android/build.gradle +2 -2
- package/dist/esm/types/index.d.ts +1 -1
- package/dist/esm/types/index.js.map +1 -1
- 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 +6 -1
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +6 -1
- package/dist/plugin.js.map +1 -1
- package/package.json +2 -2
package/AdaptyCapacitor.podspec
CHANGED
|
@@ -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.17.
|
|
17
|
-
s.dependency 'AdaptyUI', '3.17.
|
|
18
|
-
s.dependency 'AdaptyPlugin', '3.17.
|
|
16
|
+
s.dependency 'Adapty', '3.17.2'
|
|
17
|
+
s.dependency 'AdaptyUI', '3.17.2'
|
|
18
|
+
s.dependency 'AdaptyPlugin', '3.17.2'
|
|
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.17.
|
|
14
|
+
.package(url: "https://github.com/adaptyteam/AdaptySDK-iOS.git", exact: "3.17.2")
|
|
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:3.17.
|
|
69
|
+
implementation platform('io.adapty:adapty-bom:3.17.1')
|
|
70
70
|
implementation 'io.adapty:android-sdk'
|
|
71
71
|
implementation 'io.adapty:android-ui'
|
|
72
|
-
implementation 'io.adapty.internal:crossplatform:3.17.
|
|
72
|
+
implementation 'io.adapty.internal:crossplatform:3.17.2'
|
|
73
73
|
|
|
74
74
|
testImplementation "junit:junit:$junitVersion"
|
|
75
75
|
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { AdaptyPrice, AdaptyPaywall, AdaptyOnboarding, AdaptyPlacement, AdaptyRemoteConfig, AdaptyPaywallBuilder, AdaptyOnboardingBuilder, AdaptyPurchaseResult, AdaptyProfile, AdaptyAccessLevel, AdaptyNonSubscription, AdaptySubscription, AdaptyPaywallProduct, AdaptySubscriptionDetails, AdaptySubscriptionOffer, AdaptySubscriptionOfferId, AdaptyDiscountPhase, AdaptySubscriptionPeriod, AdaptyProfileParameters, ProductReference, AdaptyProductIdentifier, AdaptyInstallationStatus, AdaptyInstallationDetails, } from '@adapty/core';
|
|
1
|
+
export type { AdaptyPrice, AdaptyPaywall, AdaptyOnboarding, AdaptyPlacement, AdaptyRemoteConfig, AdaptyPaywallBuilder, AdaptyOnboardingBuilder, AdaptyPurchaseResult, AdaptyProfile, AttributionSource, AdaptyAccessLevel, AdaptyNonSubscription, AdaptySubscription, AdaptyPaywallProduct, AdaptySubscriptionDetails, AdaptySubscriptionOffer, AdaptySubscriptionOfferId, AdaptyDiscountPhase, AdaptySubscriptionPeriod, AdaptyProfileParameters, ProductReference, AdaptyProductIdentifier, AdaptyInstallationStatus, AdaptyInstallationDetails, } from '@adapty/core';
|
|
2
2
|
export { WebPresentation, RefundPreference, VendorStore, OfferType, CancellationReason, Gender, AppTrackingTransparencyStatus, ProductPeriod, ErrorCode, ErrorCodeName, getErrorCode, getErrorPrompt, } from '@adapty/core';
|
|
3
3
|
export * from './inputs';
|
|
4
4
|
export * from './paywall-events';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AA4BA,OAAO,EACL,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,SAAS,EACT,kBAAkB,EAClB,MAAM,EACN,6BAA6B,EAC7B,aAAa,EACb,SAAS,EACT,aAAa,EACb,YAAY,EACZ,cAAc,GACf,MAAM,cAAc,CAAC;AAEtB,+CAA+C;AAC/C,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC","sourcesContent":["// Re-export all model types from @adapty/core\nexport type {\n AdaptyPrice,\n AdaptyPaywall,\n AdaptyOnboarding,\n AdaptyPlacement,\n AdaptyRemoteConfig,\n AdaptyPaywallBuilder,\n AdaptyOnboardingBuilder,\n AdaptyPurchaseResult,\n AdaptyProfile,\n AttributionSource,\n AdaptyAccessLevel,\n AdaptyNonSubscription,\n AdaptySubscription,\n AdaptyPaywallProduct,\n AdaptySubscriptionDetails,\n AdaptySubscriptionOffer,\n AdaptySubscriptionOfferId,\n AdaptyDiscountPhase,\n AdaptySubscriptionPeriod,\n AdaptyProfileParameters,\n ProductReference,\n AdaptyProductIdentifier,\n AdaptyInstallationStatus,\n AdaptyInstallationDetails,\n} from '@adapty/core';\n\nexport {\n WebPresentation,\n RefundPreference,\n VendorStore,\n OfferType,\n CancellationReason,\n Gender,\n AppTrackingTransparencyStatus,\n ProductPeriod,\n ErrorCode,\n ErrorCodeName,\n getErrorCode,\n getErrorPrompt,\n} from '@adapty/core';\n\n// Re-export local modules that are NOT in core\nexport * from './inputs';\nexport * from './paywall-events';\nexport * from './onboarding-events';\n"]}
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "3.17.
|
|
1
|
+
declare const _default: "3.17.1";
|
|
2
2
|
export default _default;
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export default '3.17.
|
|
1
|
+
export default '3.17.1';
|
|
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,QAAQ,CAAC","sourcesContent":["export default '3.17.
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAe,QAAQ,CAAC","sourcesContent":["export default '3.17.1';\n"]}
|
package/dist/plugin.cjs.js
CHANGED
|
@@ -1731,6 +1731,11 @@ var AdaptyProfileCoder = class extends SimpleCoder {
|
|
|
1731
1731
|
type: "object",
|
|
1732
1732
|
converter: new HashmapCoder(new AdaptyAccessLevelCoder())
|
|
1733
1733
|
},
|
|
1734
|
+
appliedAttributionSources: {
|
|
1735
|
+
key: "applied_attribution_sources",
|
|
1736
|
+
required: false,
|
|
1737
|
+
type: "array"
|
|
1738
|
+
},
|
|
1734
1739
|
customAttributes: {
|
|
1735
1740
|
key: "custom_attributes",
|
|
1736
1741
|
required: false,
|
|
@@ -2879,7 +2884,7 @@ const AdaptyCapacitorPlugin = core.registerPlugin('AdaptyCapacitorPlugin', {
|
|
|
2879
2884
|
web: () => Promise.resolve().then(function () { return web; }).then((m) => new m.AdaptyCapacitorPluginWeb()),
|
|
2880
2885
|
});
|
|
2881
2886
|
|
|
2882
|
-
var VERSION = '3.17.
|
|
2887
|
+
var VERSION = '3.17.1';
|
|
2883
2888
|
|
|
2884
2889
|
/**
|
|
2885
2890
|
* Capacitor implementation of IPlatformAdapter
|