File tree 2 files changed +3
-14
lines changed
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -935,7 +935,7 @@ PODS:
935
935
- React-Mapbuffer (0.74.5):
936
936
- glog
937
937
- React-debug
938
- - react-native-bcrypt-cpp (0.1.0 ):
938
+ - react-native-bcrypt-cpp (0.2.1 ):
939
939
- DoubleConversion
940
940
- glog
941
941
- hermes-engine
@@ -1400,7 +1400,7 @@ SPEC CHECKSUMS:
1400
1400
React-jsitracing: 3b6060bbf5317663667e1dd93560c7943ab86ccc
1401
1401
React-logger: 257858bd55f3a4e1bc0cf07ddc8fb9faba6f8c7c
1402
1402
React-Mapbuffer: 6c1cacdbf40b531f549eba249e531a7d0bfd8e7f
1403
- react-native-bcrypt-cpp: 3a7a9427b6aa068c1fa462ee0465eb05d3cd198c
1403
+ react-native-bcrypt-cpp: 8cdc0f0183b4b5c53b25a8144b8af70c034394b9
1404
1404
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
1405
1405
React-nativeconfig: ba9a2e54e2f0882cf7882698825052793ed4c851
1406
1406
React-NativeModulesApple: 8d11ff8955181540585c944cf48e9e7236952697
Original file line number Diff line number Diff line change 4
4
"description" : " Next-gen React Native library for Bcrypt hashing, using pure C++ with Turbo Modules and multithreading for superior performance" ,
5
5
"source" : " ./src/index.tsx" ,
6
6
"main" : " ./lib/commonjs/index.js" ,
7
+ "types" : " ./lib/typescript/commonjs/src/index.d.ts" ,
7
8
"module" : " ./lib/module/index.js" ,
8
- "exports" : {
9
- "." : {
10
- "import" : {
11
- "types" : " ./lib/typescript/module/src/index.d.ts" ,
12
- "default" : " ./lib/module/index.js"
13
- },
14
- "require" : {
15
- "types" : " ./lib/typescript/commonjs/src/index.d.ts" ,
16
- "default" : " ./lib/commonjs/index.js"
17
- }
18
- }
19
- },
20
9
"files" : [
21
10
" src" ,
22
11
" lib" ,
You can’t perform that action at this time.
0 commit comments