Skip to content

Commit beae6d7

Browse files
committed
fix: codegen linking issue
1 parent c9c2373 commit beae6d7

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ PODS:
935935
- React-Mapbuffer (0.74.5):
936936
- glog
937937
- React-debug
938-
- react-native-bcrypt-cpp (0.1.0):
938+
- react-native-bcrypt-cpp (0.2.1):
939939
- DoubleConversion
940940
- glog
941941
- hermes-engine
@@ -1400,7 +1400,7 @@ SPEC CHECKSUMS:
14001400
React-jsitracing: 3b6060bbf5317663667e1dd93560c7943ab86ccc
14011401
React-logger: 257858bd55f3a4e1bc0cf07ddc8fb9faba6f8c7c
14021402
React-Mapbuffer: 6c1cacdbf40b531f549eba249e531a7d0bfd8e7f
1403-
react-native-bcrypt-cpp: 3a7a9427b6aa068c1fa462ee0465eb05d3cd198c
1403+
react-native-bcrypt-cpp: 8cdc0f0183b4b5c53b25a8144b8af70c034394b9
14041404
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
14051405
React-nativeconfig: ba9a2e54e2f0882cf7882698825052793ed4c851
14061406
React-NativeModulesApple: 8d11ff8955181540585c944cf48e9e7236952697

package.json

+1-12
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,8 @@
44
"description": "Next-gen React Native library for Bcrypt hashing, using pure C++ with Turbo Modules and multithreading for superior performance",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
7+
"types": "./lib/typescript/commonjs/src/index.d.ts",
78
"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-
},
209
"files": [
2110
"src",
2211
"lib",

0 commit comments

Comments
 (0)