@mongosh/browser-repl 1.7.0 → 1.8.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 CHANGED
@@ -11,3 +11,4 @@ github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
11
11
  Alena Khineika <alenakhineika@users.noreply.github.com>
12
12
  Le Roux Bodenstein <lerouxb@gmail.com>
13
13
  Alena Khineika <alena.khineika@gmail.com>
14
+ Himanshu Singh <himanshu.singhs@outlook.in>
@@ -57,5 +57,6 @@ module.exports = {
57
57
  process: 'process',
58
58
  Buffer: ['buffer', 'Buffer']
59
59
  })
60
- ]
60
+ ],
61
+ externals: { "node:crypto": "commonjs crypto" }
61
62
  };
@@ -32,7 +32,7 @@ const passwordPrompt = (0, compass_components_1.css)({
32
32
  fontSize: '13px',
33
33
  lineHeight: '24px',
34
34
  fontFamily: compass_components_1.fontFamilies.code,
35
- backgroundColor: compass_components_1.palette.gray.dark3,
35
+ backgroundColor: compass_components_1.palette.gray.dark4,
36
36
  color: compass_components_1.palette.gray.light3,
37
37
  padding: '0 3px',
38
38
  border: `1px solid ${compass_components_1.palette.gray.light3}`,
@@ -34,7 +34,7 @@ const shellContainer = (0, compass_components_1.css)({
34
34
  fontSize: '13px',
35
35
  lineHeight: '24px',
36
36
  fontFamily: compass_components_1.fontFamilies.code,
37
- backgroundColor: compass_components_1.palette.gray.dark3,
37
+ backgroundColor: compass_components_1.palette.gray.dark4,
38
38
  color: compass_components_1.palette.gray.light3,
39
39
  padding: '4px 0',
40
40
  width: '100%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mongosh/browser-repl",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Browser presentation component for Mongo Shell",
5
5
  "engines": {
6
6
  "node": ">=14.15.1"
@@ -50,12 +50,12 @@
50
50
  ]
51
51
  },
52
52
  "dependencies": {
53
- "@mongosh/browser-runtime-core": "1.7.0",
54
- "@mongosh/errors": "1.7.0",
55
- "@mongosh/history": "1.7.0",
56
- "@mongosh/i18n": "1.7.0",
57
- "@mongosh/node-runtime-worker-thread": "1.7.0",
58
- "@mongosh/service-provider-core": "1.7.0",
53
+ "@mongosh/browser-runtime-core": "1.8.0",
54
+ "@mongosh/errors": "1.8.0",
55
+ "@mongosh/history": "1.8.0",
56
+ "@mongosh/i18n": "1.8.0",
57
+ "@mongosh/node-runtime-worker-thread": "1.8.0",
58
+ "@mongosh/service-provider-core": "1.8.0",
59
59
  "numeral": "^2.0.6",
60
60
  "text-table": "^0.2.0"
61
61
  },
@@ -100,5 +100,5 @@
100
100
  "react": "^17.0.2",
101
101
  "react-dom": "^17.0.2"
102
102
  },
103
- "gitHead": "a2605fcf349a050c7a9081016a431b036b4c5ec3"
103
+ "gitHead": "9cf53bc336c79e505cf034bf5e6f3b3b3796cf25"
104
104
  }