@saikrishnaambeti/docker-sandbox 1.0.0 → 1.2.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.
@@ -1,4 +1,4 @@
1
- // @bun
1
+ import { createRequire } from "node:module";
2
2
  var __create = Object.create;
3
3
  var __getProtoOf = Object.getPrototypeOf;
4
4
  var __defProp = Object.defineProperty;
@@ -16,6 +16,6 @@ var __toESM = (mod, isNodeMode, target) => {
16
16
  return to;
17
17
  };
18
18
  var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
19
- var __require = import.meta.require;
19
+ var __require = /* @__PURE__ */ createRequire(import.meta.url);
20
20
 
21
21
  export { __toESM, __commonJS, __require };
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- // @bun
2
1
  import {
3
2
  Sandbox,
4
3
  createLogStream
@@ -6,7 +5,7 @@ import {
6
5
  import {
7
6
  startServer
8
7
  } from "./server/index.js";
9
- import"./index-rff3tvyv.js";
8
+ import"./index-pyanjjwn.js";
10
9
  export {
11
10
  startServer,
12
11
  createLogStream,
package/dist/sdk/index.js CHANGED
@@ -1,5 +1,4 @@
1
- // @bun
2
- import"../index-rff3tvyv.js";
1
+ import"../index-pyanjjwn.js";
3
2
 
4
3
  // src/sdk/index.ts
5
4
  var DEFAULT_SERVER_URL = "http://localhost:4000";
@@ -14,5 +14,5 @@ export interface ExecRequest {
14
14
  args?: string[];
15
15
  detached?: boolean;
16
16
  }
17
- export declare function startServer(options?: ServerOptions): Bun.Server<undefined>;
17
+ export declare function startServer(options?: ServerOptions): import("@hono/node-server").ServerType;
18
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/server/index.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,CAAC,EAAE;QACP,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,KAAK,CAAC;KACb,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AASD,wBAAgB,WAAW,CAAC,OAAO,GAAE,aAAkB,yBAoOtD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/server/index.ts"],"names":[],"mappings":"AAYA,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,CAAC,EAAE;QACP,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,KAAK,CAAC;KACb,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,OAAO,GAAE,aAAkB,0CAiMtD"}