@adobe/react-native-aepmessaging 1.0.0 → 5.0.0

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/LICENSE CHANGED
@@ -186,7 +186,7 @@ file or class name and description of purpose be included on the
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2022 Adobe
189
+ Copyright 2023 Adobe
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
  s.homepage = "https://github.com/adobe/aepsdk-react-native"
11
11
 
12
12
  s.license = "Apache 2.0 License"
13
- s.platform = :ios, '10.0'
13
+ s.platform = :ios, '11.0'
14
14
 
15
15
  s.source = { :git => "https://github.com/adobe/aepsdk-react-native.git", :tag => "#{s.version}" }
16
16
 
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
18
18
  s.requires_arc = true
19
19
 
20
20
  s.dependency "React"
21
- s.dependency "AEPMessaging", "~>1.1"
21
+ s.dependency "AEPMessaging", "~> 4.0"
22
22
  end
package/README.md CHANGED
@@ -428,3 +428,4 @@ function otherWorkflowFinished() {
428
428
  currentMessage.clearMessage();
429
429
  }
430
430
  ```
431
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/react-native-aepmessaging",
3
- "version": "1.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "Adobe Experience Platform support for React Native apps.",
5
5
  "homepage": "https://developer.adobe.com/client-sdks/documentation/",
6
6
  "license": "Apache-2.0",
@@ -27,13 +27,16 @@
27
27
  "name": "Adobe Experience Platform SDK Team"
28
28
  },
29
29
  "peerDependencies": {
30
- "@adobe/react-native-aepcore": "^2.0.0",
31
- "@adobe/react-native-aepedge": "^2.0.0",
32
- "@adobe/react-native-aepedgeidentity": "^2.0.0",
30
+ "@adobe/react-native-aepcore": "^5.0.0",
31
+ "@adobe/react-native-aepedge": "^5.0.0",
32
+ "@adobe/react-native-aepedgeidentity": "^5.0.0",
33
33
  "react-native": ">=0.60.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "6a766c2b35eda5ce16d7e0cb9deb698da5d89379"
38
+ "installConfig": {
39
+ "hoistingLimits": "dependencies"
40
+ },
41
+ "gitHead": "7c28b79c996a51d9d5048b0bfd60a5df4cbc8cc8"
39
42
  }