Skip to content

Commit

Permalink
fix(mongo): export error symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 5, 2024
1 parent 61f26b6 commit 5841a5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mongo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
*
* You should have received a copy of the MIT License along with this program.
*/

export * from './src/mapping.js';
export * from './src/adapter.js';
export * from './src/persistence.js';
export * from './src/query.model.js';
export * from './src/query.resolver.js';
export * from './src/query.js';
export * from './src/client/client.js';
export * from './src/client/error.js';

export { UpdateCommand } from './src/client/command/update.js';
export { AggregateCommand } from './src/client/command/aggregate.js';
Expand Down

0 comments on commit 5841a5a

Please sign in to comment.