Skip to content

Commit 6b3d6ca

Browse files
Merge branch 'main' into COMPASS-8333
2 parents 775726f + 1aabedc commit 6b3d6ca

File tree

63 files changed

+1246
-2753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1246
-2753
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1574 deletions
Large diffs are not rendered by default.

configs/webpack-config-compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/compass",
16-
"version": "1.4.5",
16+
"version": "1.4.6",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/compass.git"

configs/webpack-config-compass/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ const sharedResolveOptions = (
107107
// This is an optional dependency of the AWS SDK that doesn't look like
108108
// an optional dependency to webpack because it's not wrapped in try/catch.
109109
'@aws-sdk/client-sso-oidc': false,
110+
111+
// Some lg test helpers that are getting bundled due to re-exporting from
112+
// the actual component packages, never needed in the webpack bundles
113+
'@lg-tools/test-harnesses': false,
110114
},
111115
};
112116
};

docs/tracking-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Compass Tracking Plan
33

4-
Generated on Wed, Nov 6, 2024 at 02:20 PM
4+
Generated on Thu, Nov 7, 2024 at 11:47 AM
55

66
## Table of Contents
77

@@ -244,7 +244,7 @@ This event is fired when user copied the pipeline to clipboard.
244244
**Properties**:
245245

246246
- **id** (required): `string`
247-
- A unique id for the aggregation object being deleted.
247+
- A unique id for the aggregation object being copied.
248248
- **screen** (required): `"my-queries"`
249249
- The screen from which the aggregation has been copied.
250250

0 commit comments

Comments
 (0)