@sourcegraph/cody-web 0.8.1 → 0.8.2

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.
@@ -1,8 +1,7 @@
1
- import { e as exec, o as os, a as env, w as window, p as path, b as workspace, U as Uri, l as logError } from "./agent.worker-BGToM1eX.mjs";
2
- import { a as utilExports } from "./util-xV842Ayw.mjs";
3
- import { w as wrapInActiveSpan, T as TokenCounterUtils, C as ContextItemSource } from "./browser-D1wtYpbR.mjs";
1
+ import { u as util, e as exec, o as os, a as env, w as window, p as path, b as workspace, U as Uri, l as logError } from "./agent.worker-DwbwPMEN.mjs";
2
+ import { w as wrapInActiveSpan, T as TokenCounterUtils, C as ContextItemSource } from "./browser-BOPUs1B6.mjs";
4
3
  var define_process_default = { env: {} };
5
- const _exec = utilExports.promisify(exec);
4
+ const _exec = util.promisify(exec);
6
5
  async function getContextFileFromShell(command) {
7
6
  return wrapInActiveSpan("commands.context.command", async (span) => {
8
7
  var _a, _b, _c;
package/dist/style.css CHANGED
@@ -1935,6 +1935,9 @@ imported in Sourcegraph shell.
1935
1935
  .tw-col-span-4 {
1936
1936
  grid-column: span 4 / span 4;
1937
1937
  }
1938
+ .tw-m-4 {
1939
+ margin: 8px;
1940
+ }
1938
1941
  .tw-m-5 {
1939
1942
  margin: 10px;
1940
1943
  }