Skip to content

Commit c4781df

Browse files
committed
node client too
1 parent c71d36f commit c4781df

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
@@ -55,6 +55,7 @@ const DEPENDENTS: Dependent[] = [
5555
ignoreExports: [
5656
// not supported in bun:
5757
'NodeClient',
58+
'makeMain'
5859
],
5960
},
6061
{

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)