File tree 4 files changed +6
-6
lines changed
react-native-quick-crypto
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.7.11 " ,
2
+ "version" : " 0.7.12 " ,
3
3
"scripts" : {
4
4
"clean" : " bun --filter='*' clean" ,
5
5
"deepclean" : " bun --filter='*' deepclean && del-cli node_modules" ,
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ PODS:
323
323
- react-native-quick-base64 (2.1.2):
324
324
- RCT-Folly (= 2021.07.22.00)
325
325
- React-Core
326
- - react-native-quick-crypto (0.7.11 ):
326
+ - react-native-quick-crypto (0.7.12 ):
327
327
- OpenSSL-Universal
328
328
- RCT-Folly (= 2021.07.22.00)
329
329
- React
@@ -628,7 +628,7 @@ SPEC CHECKSUMS:
628
628
React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f
629
629
react-native-fast-encoder: 6f59e9b08e2bc5a8bf1f36e1630cdcfd66dd18af
630
630
react-native-quick-base64: 61228d753294ae643294a75fece8e0e80b7558a6
631
- react-native-quick-crypto: 5f87e8eb8386abb34e2a446fa1eca4101bf2eb2e
631
+ react-native-quick-crypto: f167927bdd2acb639be292b8bf14f0089b924801
632
632
react-native-safe-area-context: 141eca0fd4e4191288dfc8b96a7c7e1c2983447a
633
633
React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a
634
634
React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-quick-crypto-example" ,
3
3
"description" : " Example app for react-native-quick-crypto" ,
4
- "version" : " 0.7.11 " ,
4
+ "version" : " 0.7.12 " ,
5
5
"private" : true ,
6
6
"packageManager" :
" [email protected] " ,
7
7
"scripts" : {
33
33
"react-native" : " 0.72.7" ,
34
34
"react-native-fast-encoder" : " ^0.1.12" ,
35
35
"react-native-quick-base64" : " ^2.1.2" ,
36
- "react-native-quick-crypto" : " 0.7.11 " ,
36
+ "react-native-quick-crypto" : " 0.7.12 " ,
37
37
"react-native-safe-area-context" : " ^4.5.0" ,
38
38
"react-native-screens" : " 4.6.0" ,
39
39
"readable-stream" : " ^4.5.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-quick-crypto" ,
3
- "version" : " 0.7.11 " ,
3
+ "version" : " 0.7.12 " ,
4
4
"description" : " A fast implementation of Node's `crypto` module written in C/C++ JSI" ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"main" : " lib/commonjs/index" ,
You can’t perform that action at this time.
0 commit comments