Skip to content

Commit d875557

Browse files
committed
Don't export weakNodeApiPath from host
1 parent a2fd422 commit d875557

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/spotty-beers-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-native-node-api": minor
3+
---
4+
5+
No longer exporting weakNodeApiPath, import from "weak-node-api" instead

packages/host/src/node/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ export {
2626
determineLibraryBasename,
2727
dereferenceDirectory,
2828
} from "./path-utils.js";
29-
30-
export { weakNodeApiPath } from "./weak-node-api.js";

0 commit comments

Comments
 (0)