@mongosh/browser-repl 3.16.4 → 3.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/AUTHORS +1 -0
  2. package/package.json +10 -10
package/AUTHORS CHANGED
@@ -22,3 +22,4 @@ mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.git
22
22
  Ubuntu <ubuntu@ip-10-0-5-160.ec2.internal>
23
23
  Ubuntu <ubuntu@ip-10-0-4-95.ec2.internal>
24
24
  dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25
+ Nikola Irinchev <irinchev@me.com>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/browser-repl",
3
- "version": "3.16.4",
3
+ "version": "3.20.0",
4
4
  "description": "Browser presentation component for Mongo Shell",
5
5
  "engines": {
6
6
  "node": ">=14.15.1"
@@ -35,7 +35,7 @@
35
35
  "depcheck": "depcheck",
36
36
  "compile": "tsc -p tsconfig.json",
37
37
  "prettier": "prettier",
38
- "reformat": "npm run prettier -- --write . && npm run eslint --fix",
38
+ "reformat": "npm run prettier -- --write . && npm run eslint -- --fix",
39
39
  "sync-to-compass": "node scripts/sync-to-compass.js"
40
40
  },
41
41
  "config": {
@@ -57,12 +57,12 @@
57
57
  ]
58
58
  },
59
59
  "dependencies": {
60
- "@mongosh/browser-runtime-core": "^3.16.4",
61
- "@mongosh/errors": "2.4.0",
62
- "@mongosh/history": "2.4.6",
63
- "@mongosh/i18n": "^2.15.0",
64
- "@mongosh/node-runtime-worker-thread": "3.3.18",
65
- "@mongosh/service-provider-core": "3.3.3",
60
+ "@mongosh/browser-runtime-core": "^3.20.0",
61
+ "@mongosh/errors": "2.4.4",
62
+ "@mongosh/history": "2.4.8",
63
+ "@mongosh/i18n": "^2.15.4",
64
+ "@mongosh/node-runtime-worker-thread": "3.3.22",
65
+ "@mongosh/service-provider-core": "3.3.7",
66
66
  "numeral": "^2.0.6",
67
67
  "text-table": "^0.2.0"
68
68
  },
@@ -101,7 +101,7 @@
101
101
  "karma-typescript": "^5.5.4",
102
102
  "karma-webpack": "^5.0.0",
103
103
  "lodash": "^4.17.21",
104
- "mongodb": "^6.16.0",
104
+ "mongodb": "^6.18.0",
105
105
  "path-browserify": "^1.0.1",
106
106
  "prettier": "^2.8.8",
107
107
  "prop-types": "^15.7.2",
@@ -123,5 +123,5 @@
123
123
  "react": "^17.0.2",
124
124
  "react-dom": "^17.0.2"
125
125
  },
126
- "gitHead": "bb14e77ebd23316e5a366c7919393deedb2ecc52"
126
+ "gitHead": "535ab3f767e2a27c05a6be6a299e0285eebfcc9e"
127
127
  }