@mongosh/browser-repl 3.16.2 → 3.18.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.
- package/AUTHORS +1 -0
- package/package.json +9 -9
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.
|
|
3
|
+
"version": "3.18.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.
|
|
61
|
-
"@mongosh/errors": "2.4.
|
|
62
|
-
"@mongosh/history": "2.4.
|
|
63
|
-
"@mongosh/i18n": "^2.15.
|
|
64
|
-
"@mongosh/node-runtime-worker-thread": "3.3.
|
|
65
|
-
"@mongosh/service-provider-core": "3.3.
|
|
60
|
+
"@mongosh/browser-runtime-core": "^3.18.0",
|
|
61
|
+
"@mongosh/errors": "2.4.2",
|
|
62
|
+
"@mongosh/history": "2.4.8",
|
|
63
|
+
"@mongosh/i18n": "^2.15.2",
|
|
64
|
+
"@mongosh/node-runtime-worker-thread": "3.3.20",
|
|
65
|
+
"@mongosh/service-provider-core": "3.3.5",
|
|
66
66
|
"numeral": "^2.0.6",
|
|
67
67
|
"text-table": "^0.2.0"
|
|
68
68
|
},
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"react": "^17.0.2",
|
|
124
124
|
"react-dom": "^17.0.2"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "511befbaf032b589d7f3e81325e5e389d360cc3f"
|
|
127
127
|
}
|