Skip to content

Commit

Permalink
fix: codegen linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anday013 committed Aug 18, 2024
1 parent c9c2373 commit beae6d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ PODS:
- React-Mapbuffer (0.74.5):
- glog
- React-debug
- react-native-bcrypt-cpp (0.1.0):
- react-native-bcrypt-cpp (0.2.1):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1400,7 +1400,7 @@ SPEC CHECKSUMS:
React-jsitracing: 3b6060bbf5317663667e1dd93560c7943ab86ccc
React-logger: 257858bd55f3a4e1bc0cf07ddc8fb9faba6f8c7c
React-Mapbuffer: 6c1cacdbf40b531f549eba249e531a7d0bfd8e7f
react-native-bcrypt-cpp: 3a7a9427b6aa068c1fa462ee0465eb05d3cd198c
react-native-bcrypt-cpp: 8cdc0f0183b4b5c53b25a8144b8af70c034394b9
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
React-nativeconfig: ba9a2e54e2f0882cf7882698825052793ed4c851
React-NativeModulesApple: 8d11ff8955181540585c944cf48e9e7236952697
Expand Down
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@
"description": "Next-gen React Native library for Bcrypt hashing, using pure C++ with Turbo Modules and multithreading for superior performance",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
"types": "./lib/typescript/commonjs/src/index.d.ts",
"module": "./lib/module/index.js",
"exports": {
".": {
"import": {
"types": "./lib/typescript/module/src/index.d.ts",
"default": "./lib/module/index.js"
},
"require": {
"types": "./lib/typescript/commonjs/src/index.d.ts",
"default": "./lib/commonjs/index.js"
}
}
},
"files": [
"src",
"lib",
Expand Down

0 comments on commit beae6d7

Please sign in to comment.