Skip to content

Commit 09fc597

Browse files
Copilothotlong
andcommitted
Fix version mismatch: revert driver-mongo to 3.0.1 to match fixed group
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent b45f433 commit 09fc597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/drivers/mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectql/driver-mongo",
3-
"version": "4.0.0",
3+
"version": "3.0.1",
44
"description": "MongoDB driver for ObjectQL - Native aggregation pipeline translation for high-performance NoSQL operations",
55
"keywords": [
66
"objectql",

packages/drivers/mongo/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface CommandResult {
4646
export class MongoDriver implements Driver, DriverInterface {
4747
// Driver metadata (ObjectStack-compatible)
4848
public readonly name = 'MongoDriver';
49-
public readonly version = '4.0.0';
49+
public readonly version = '3.0.1';
5050
public readonly supports = {
5151
transactions: true,
5252
joins: false,

0 commit comments

Comments
 (0)