affise-attribution-lib 1.6.20 → 1.6.21

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/README.md CHANGED
@@ -154,10 +154,10 @@ Add modules to iOS project
154
154
 
155
155
  | Module | Version | Start |
156
156
  |----------------|:------------------------------------------------------------------------------------:|----------|
157
- | `ADVERTISING` | [`1.6.40`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Manual` |
158
- | `LINK` | [`1.6.40`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
159
- | `STATUS` | [`1.6.40`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
160
- | `SUBSCRIPTION` | [`1.6.40`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
157
+ | `ADVERTISING` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Manual` |
158
+ | `LINK` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
159
+ | `STATUS` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
160
+ | `SUBSCRIPTION` | [`1.6.41`](https://github.com/CocoaPods/Specs/tree/master/Specs/0/3/d/AffiseModule/) | `Auto` |
161
161
 
162
162
  Example [example/ios/Podfile](example/ios/Podfile)
163
163
 
@@ -166,10 +166,10 @@ target 'YourAppProject' do
166
166
  # ...
167
167
 
168
168
  # Affise Modules
169
- pod 'AffiseModule/Advertising', `1.6.40`
170
- pod 'AffiseModule/Link', `1.6.40`
171
- pod 'AffiseModule/Status', `1.6.40`
172
- pod 'AffiseModule/Subscription', `1.6.40`
169
+ pod 'AffiseModule/Advertising', `1.6.41`
170
+ pod 'AffiseModule/Link', `1.6.41`
171
+ pod 'AffiseModule/Status', `1.6.41`
172
+ pod 'AffiseModule/Subscription', `1.6.41`
173
173
  end
174
174
  ```
175
175
 
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency 'AffiseInternal', '1.6.40'
20
+ s.dependency 'AffiseInternal', '1.6.41'
21
21
 
22
22
  # Don't install the dependencies when we run `pod install` in the old architecture.
23
23
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "affise-attribution-lib",
3
- "version": "1.6.20",
3
+ "version": "1.6.21",
4
4
  "description": "Affise Attribution Library",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",