@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 +1 -1
- package/RCTAEPMessaging.podspec +2 -2
- package/README.md +1 -0
- package/package.json +8 -5
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
|
|
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.
|
package/RCTAEPMessaging.podspec
CHANGED
|
@@ -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, '
|
|
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", "~>
|
|
21
|
+
s.dependency "AEPMessaging", "~> 4.0"
|
|
22
22
|
end
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/react-native-aepmessaging",
|
|
3
|
-
"version": "
|
|
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": "^
|
|
31
|
-
"@adobe/react-native-aepedge": "^
|
|
32
|
-
"@adobe/react-native-aepedgeidentity": "^
|
|
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
|
-
"
|
|
38
|
+
"installConfig": {
|
|
39
|
+
"hoistingLimits": "dependencies"
|
|
40
|
+
},
|
|
41
|
+
"gitHead": "7c28b79c996a51d9d5048b0bfd60a5df4cbc8cc8"
|
|
39
42
|
}
|