-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into COMPASS-7308
- Loading branch information
Showing
111 changed files
with
5,860 additions
and
3,626 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -45,7 +45,7 @@ | |
"reformat": "npm run prettier -- --write . && npm run eslint . --fix" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "^1.0.9", | ||
"@mongodb-js/eslint-config-compass": "^1.0.10", | ||
"@mongodb-js/prettier-config-compass": "^1.0.1", | ||
"@mongodb-js/tsconfig-compass": "^1.0.3", | ||
"@types/cli-progress": "^3.9.2", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mongodb-js/compass.git" | ||
|
@@ -48,7 +48,7 @@ | |
"reformat": "npm run prettier -- --write . && npm run eslint . --fix" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "^1.0.9", | ||
"@mongodb-js/eslint-config-compass": "^1.0.10", | ||
"@mongodb-js/mocha-config-compass": "^1.3.1", | ||
"@mongodb-js/prettier-config-compass": "^1.0.1", | ||
"@mongodb-js/tsconfig-compass": "^1.0.3", | ||
|
@@ -69,12 +69,12 @@ | |
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-components": "^1.15.0", | ||
"@mongodb-js/compass-logging": "^1.2.2", | ||
"@mongodb-js/compass-utils": "^0.5.1", | ||
"@mongodb-js/compass-components": "^1.16.0", | ||
"@mongodb-js/compass-logging": "^1.2.3", | ||
"@mongodb-js/compass-utils": "^0.5.2", | ||
"@mongodb-js/devtools-connect": "^2.4.2", | ||
"@mongodb-js/oidc-plugin": "^0.3.0", | ||
"compass-preferences-model": "^2.15.1", | ||
"compass-preferences-model": "^2.15.2", | ||
"electron": "^25.8.4", | ||
"keytar": "^7.9.0", | ||
"node-fetch": "^2.6.7", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "mongodb-collection-model", | ||
"description": "MongoDB collection model", | ||
"author": "Lucas Hrabovsky <[email protected]>", | ||
"version": "5.12.1", | ||
"version": "5.12.2", | ||
"bugs": { | ||
"url": "https://jira.mongodb.org/projects/COMPASS/issues", | ||
"email": "[email protected]" | ||
|
@@ -34,16 +34,16 @@ | |
"mongodb-ns": "^2.4.0" | ||
}, | ||
"peerDependencies": { | ||
"mongodb-data-service": "^22.12.1" | ||
"mongodb-data-service": "^22.12.2" | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "^1.0.9", | ||
"@mongodb-js/eslint-config-compass": "^1.0.10", | ||
"@mongodb-js/prettier-config-compass": "^1.0.1", | ||
"depcheck": "^1.4.1", | ||
"electron-mocha": "^10.1.0", | ||
"eslint": "^7.25.0", | ||
"mocha": "^10.2.0", | ||
"mongodb-data-service": "^22.12.1", | ||
"mongodb-data-service": "^22.12.2", | ||
"xvfb-maybe": "^0.2.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.