jcore-react-native 2.0.0 → 2.0.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/example/ios/Podfile.lock
CHANGED
|
@@ -72,7 +72,7 @@ PODS:
|
|
|
72
72
|
- FlipperKit/FlipperKitNetworkPlugin
|
|
73
73
|
- fmt (6.2.1)
|
|
74
74
|
- glog (0.3.5)
|
|
75
|
-
- JCore (
|
|
75
|
+
- JCore (2.0.0):
|
|
76
76
|
- React
|
|
77
77
|
- libevent (2.1.12)
|
|
78
78
|
- OpenSSL-Universal (1.1.180)
|
|
@@ -498,7 +498,7 @@ SPEC CHECKSUMS:
|
|
|
498
498
|
FlipperKit: d8d346844eca5d9120c17d441a2f38596e8ed2b9
|
|
499
499
|
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
|
500
500
|
glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
|
|
501
|
-
JCore:
|
|
501
|
+
JCore: 429552b5755e9047258a6fcef4deb217e018fc7f
|
|
502
502
|
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
503
503
|
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
|
|
504
504
|
RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
|
package/example/package.json
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"author" : "wicked.tc130",
|
|
6
6
|
"license" : "ISC",
|
|
7
7
|
"main" : "index.js",
|
|
8
|
-
"version" : "2.0.
|
|
8
|
+
"version" : "2.0.1",
|
|
9
9
|
"repository" : {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/jpush/jcore-react-native"
|
|
@@ -14,5 +14,8 @@
|
|
|
14
14
|
"react-native",
|
|
15
15
|
"jiguang",
|
|
16
16
|
"JCore"
|
|
17
|
-
]
|
|
17
|
+
],
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"react-native": ">= 0.60"
|
|
20
|
+
}
|
|
18
21
|
}
|