jcore-react-native 1.9.8 → 1.9.9
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 (1.9.
|
|
75
|
+
- JCore (1.9.8):
|
|
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: 317ddc19e7c611e7c640565db28f9e0f38290720
|
|
502
502
|
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
503
503
|
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
|
|
504
504
|
RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"name": "example",
|
|
9
9
|
"version": "0.0.1",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"jcore-react-native": "^1.9.
|
|
11
|
+
"jcore-react-native": "^1.9.8",
|
|
12
12
|
"react": "17.0.2",
|
|
13
13
|
"react-native": "0.67.4"
|
|
14
14
|
},
|
|
@@ -7757,9 +7757,9 @@
|
|
|
7757
7757
|
}
|
|
7758
7758
|
},
|
|
7759
7759
|
"node_modules/jcore-react-native": {
|
|
7760
|
-
"version": "1.9.
|
|
7761
|
-
"resolved": "https://registry.npmjs.org/jcore-react-native/-/jcore-react-native-1.9.
|
|
7762
|
-
"integrity": "sha512-
|
|
7760
|
+
"version": "1.9.8",
|
|
7761
|
+
"resolved": "https://registry.npmjs.org/jcore-react-native/-/jcore-react-native-1.9.8.tgz",
|
|
7762
|
+
"integrity": "sha512-5effCqOiSaFBHTh9tgoJ/wN4yoOef5DZ8vU97el8xjZhIMflg27aBRkqdQCm7PqI7MxOE/pt/3LbbJBZXa35zA=="
|
|
7763
7763
|
},
|
|
7764
7764
|
"node_modules/jest": {
|
|
7765
7765
|
"version": "27.5.1",
|
|
@@ -20289,9 +20289,9 @@
|
|
|
20289
20289
|
}
|
|
20290
20290
|
},
|
|
20291
20291
|
"jcore-react-native": {
|
|
20292
|
-
"version": "1.9.
|
|
20293
|
-
"resolved": "https://registry.npmjs.org/jcore-react-native/-/jcore-react-native-1.9.
|
|
20294
|
-
"integrity": "sha512-
|
|
20292
|
+
"version": "1.9.8",
|
|
20293
|
+
"resolved": "https://registry.npmjs.org/jcore-react-native/-/jcore-react-native-1.9.8.tgz",
|
|
20294
|
+
"integrity": "sha512-5effCqOiSaFBHTh9tgoJ/wN4yoOef5DZ8vU97el8xjZhIMflg27aBRkqdQCm7PqI7MxOE/pt/3LbbJBZXa35zA=="
|
|
20295
20295
|
},
|
|
20296
20296
|
"jest": {
|
|
20297
20297
|
"version": "27.5.1",
|
package/example/package.json
CHANGED
|
File without changes
|