Skip to content

Commit 402f657

Browse files
committed
node client too
1 parent ffac2d8 commit 402f657

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const DEPENDENTS: Dependent[] = [
5656
ignoreExports: [
5757
// not supported in bun:
5858
'NodeClient',
59+
'makeMain'
5960
],
6061
},
6162
{

packages/google-cloud/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export {
3333
withScope,
3434
withIsolationScope,
3535
makeNodeTransport,
36-
NodeClient,
3736
defaultStackParser,
3837
flush,
3938
close,

0 commit comments

Comments
 (0)