@cloudflare/sandbox 0.12.1 → 0.12.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.
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as isExecResult, f as TraceContext, o as isProcess, s as isProcessStatus, u as createLogger } from "./dist-B_eXrP83.js";
|
|
2
2
|
import "./errors-aRUdk9K8.js";
|
|
3
|
-
import { A as FileClient, B as RPCTransportError, C as collectFile, D as ProcessClient, E as UtilityClient, F as BackupNotFoundError, I as BackupRestoreError, L as InvalidBackupConfigError, M as BackupClient, N as BackupCreateError, O as PortClient, P as BackupExpiredError, R as ProcessExitedBeforeReadyError, T as SandboxClient, V as SessionTerminatedError, _ as responseToAsyncIterable, a as PREVIEW_PROXY_HEADER, b as sanitizeSandboxId, c as PREVIEW_PROXY_SANDBOX_ID_HEADER, d as BucketUnmountError, f as InvalidMountConfigError, g as parseSSEStream, h as asyncIterableToSSEStream, i as proxyTerminal, j as CommandClient, k as GitClient, l as PREVIEW_PROXY_TOKEN_HEADER, m as S3FSMountError, n as Sandbox, o as PREVIEW_PROXY_HEADERS, p as MissingCredentialsError, r as getSandbox, s as PREVIEW_PROXY_PORT_HEADER, t as ContainerProxy, u as BucketMountError, v as CodeInterpreter, w as streamFile, x as validatePort, z as ProcessReadyTimeoutError } from "./sandbox-
|
|
3
|
+
import { A as FileClient, B as RPCTransportError, C as collectFile, D as ProcessClient, E as UtilityClient, F as BackupNotFoundError, I as BackupRestoreError, L as InvalidBackupConfigError, M as BackupClient, N as BackupCreateError, O as PortClient, P as BackupExpiredError, R as ProcessExitedBeforeReadyError, T as SandboxClient, V as SessionTerminatedError, _ as responseToAsyncIterable, a as PREVIEW_PROXY_HEADER, b as sanitizeSandboxId, c as PREVIEW_PROXY_SANDBOX_ID_HEADER, d as BucketUnmountError, f as InvalidMountConfigError, g as parseSSEStream, h as asyncIterableToSSEStream, i as proxyTerminal, j as CommandClient, k as GitClient, l as PREVIEW_PROXY_TOKEN_HEADER, m as S3FSMountError, n as Sandbox, o as PREVIEW_PROXY_HEADERS, p as MissingCredentialsError, r as getSandbox, s as PREVIEW_PROXY_PORT_HEADER, t as ContainerProxy, u as BucketMountError, v as CodeInterpreter, w as streamFile, x as validatePort, z as ProcessReadyTimeoutError } from "./sandbox-BXMrasVs.js";
|
|
4
4
|
|
|
5
5
|
//#region src/request-handler.ts
|
|
6
6
|
function createProxyLogger(request) {
|
|
@@ -5834,7 +5834,7 @@ async function pruneTunnelsForRestart(storage) {
|
|
|
5834
5834
|
* This file is auto-updated by .github/changeset-version.ts during releases
|
|
5835
5835
|
* DO NOT EDIT MANUALLY - Changes will be overwritten on the next version bump
|
|
5836
5836
|
*/
|
|
5837
|
-
const SDK_VERSION = "0.12.
|
|
5837
|
+
const SDK_VERSION = "0.12.2";
|
|
5838
5838
|
|
|
5839
5839
|
//#endregion
|
|
5840
5840
|
//#region src/sandbox.ts
|
|
@@ -9985,4 +9985,4 @@ var Sandbox = class Sandbox extends Container {
|
|
|
9985
9985
|
|
|
9986
9986
|
//#endregion
|
|
9987
9987
|
export { FileClient as A, RPCTransportError as B, collectFile as C, ProcessClient as D, UtilityClient as E, BackupNotFoundError as F, BackupRestoreError as I, InvalidBackupConfigError as L, BackupClient as M, BackupCreateError as N, PortClient as O, BackupExpiredError as P, ProcessExitedBeforeReadyError as R, validateTunnelName as S, SandboxClient as T, SessionTerminatedError as V, responseToAsyncIterable as _, PREVIEW_PROXY_HEADER as a, sanitizeSandboxId as b, PREVIEW_PROXY_SANDBOX_ID_HEADER as c, BucketUnmountError as d, InvalidMountConfigError as f, parseSSEStream as g, asyncIterableToSSEStream as h, proxyTerminal as i, CommandClient as j, GitClient as k, PREVIEW_PROXY_TOKEN_HEADER as l, S3FSMountError as m, Sandbox as n, PREVIEW_PROXY_HEADERS as o, MissingCredentialsError as p, getSandbox as r, PREVIEW_PROXY_PORT_HEADER as s, ContainerProxy$1 as t, BucketMountError as u, CodeInterpreter as v, streamFile as w, validatePort as x, SandboxSecurityError as y, ProcessReadyTimeoutError as z };
|
|
9988
|
-
//# sourceMappingURL=sandbox-
|
|
9988
|
+
//# sourceMappingURL=sandbox-BXMrasVs.js.map
|