From 5ea8c8602b8ffeb502a83d0c57c7881d9759e27b Mon Sep 17 00:00:00 2001 From: Jimmy Choi Date: Mon, 26 Jan 2026 17:21:36 -0800 Subject: [PATCH] initial commit --- packages/mongodb-constants/src/stage-operators.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mongodb-constants/src/stage-operators.ts b/packages/mongodb-constants/src/stage-operators.ts index ebfb4c67..7f773828 100644 --- a/packages/mongodb-constants/src/stage-operators.ts +++ b/packages/mongodb-constants/src/stage-operators.ts @@ -941,7 +941,7 @@ const STAGE_OPERATORS = [ fullScan: false, firstStage: false, score: 1, - env: [ATLAS], + env: [ATLAS, ON_PREM], meta: 'stage', version: '4.1.11', apiVersions: [], @@ -974,7 +974,7 @@ const STAGE_OPERATORS = [ fullScan: false, firstStage: false, score: 1, - env: [ATLAS], + env: [ATLAS, ON_PREM], meta: 'stage', version: '4.4.9', apiVersions: [], @@ -1238,7 +1238,7 @@ const STAGE_OPERATORS = [ fullScan: false, firstStage: true, score: 1, - env: [ATLAS], + env: [ATLAS, ON_PREM], meta: 'stage', version: '>=6.0.10 <7.0.0 || >=7.0.2', apiVersions: [],