@encorekit/react-native 1.1.33 → 1.1.35
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.json +3 -3
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@encorekit/react-native",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.35",
|
|
4
4
|
"sdkVersions": {
|
|
5
5
|
"ios": {
|
|
6
|
-
"EncoreKit": "1.4.
|
|
6
|
+
"EncoreKit": "1.4.48"
|
|
7
7
|
},
|
|
8
8
|
"android": {
|
|
9
|
-
"com.encorekit:encore": "1.4.
|
|
9
|
+
"com.encorekit:encore": "1.4.50"
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
12
|
"description": "Encore React Native bridge — thin native module layer delegating to encore-swift-sdk (iOS) and encore-android-sdk (Android)",
|