We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45f433 commit 09fc597Copy full SHA for 09fc597
packages/drivers/mongo/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@objectql/driver-mongo",
3
- "version": "4.0.0",
+ "version": "3.0.1",
4
"description": "MongoDB driver for ObjectQL - Native aggregation pipeline translation for high-performance NoSQL operations",
5
"keywords": [
6
"objectql",
packages/drivers/mongo/src/index.ts
@@ -46,7 +46,7 @@ export interface CommandResult {
46
export class MongoDriver implements Driver, DriverInterface {
47
// Driver metadata (ObjectStack-compatible)
48
public readonly name = 'MongoDriver';
49
- public readonly version = '4.0.0';
+ public readonly version = '3.0.1';
50
public readonly supports = {
51
transactions: true,
52
joins: false,
0 commit comments