Skip to content

Commit

Permalink
feat(NODE-5508)!: remove EvalOperation and EvalOptions (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
malikj2000 authored Aug 3, 2023
1 parent dc0aef4 commit 225cb81
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ export type { DeleteOptions, DeleteResult, DeleteStatement } from './operations/
export type { DistinctOptions } from './operations/distinct';
export type { DropCollectionOptions, DropDatabaseOptions } from './operations/drop';
export type { EstimatedDocumentCountOptions } from './operations/estimated_document_count';
export type { EvalOptions } from './operations/eval';
export type { ExecutionResult } from './operations/execute_operation';
export type { FindOptions } from './operations/find';
export type {
Expand Down
74 changes: 0 additions & 74 deletions src/operations/eval.ts

This file was deleted.

1 change: 0 additions & 1 deletion test/mongodb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export * from '../src/operations/delete';
export * from '../src/operations/distinct';
export * from '../src/operations/drop';
export * from '../src/operations/estimated_document_count';
export * from '../src/operations/eval';
export * from '../src/operations/execute_operation';
export * from '../src/operations/find';
export * from '../src/operations/find_and_modify';
Expand Down

0 comments on commit 225cb81

Please sign in to comment.