@cloudflare/sandbox 0.4.10 → 0.4.11

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,5 +1,5 @@
1
1
 
2
- > @cloudflare/sandbox@0.4.10 build
2
+ > @cloudflare/sandbox@0.4.11 build
3
3
  > rm -rf dist && tsup src/*.ts --outDir dist --dts --sourcemap --format esm
4
4
 
5
5
  CLI Building entry: src/file-stream.ts, src/index.ts, src/interpreter.ts, src/request-handler.ts, src/sandbox.ts, src/security.ts, src/sse-parser.ts, src/version.ts
@@ -11,33 +11,33 @@
11
11
  ESM dist/index.js 1.13 KB
12
12
  ESM dist/chunk-BFVUNTP4.js 2.76 KB
13
13
  ESM dist/interpreter.js 156.00 B
14
- ESM dist/request-handler.js 292.00 B
15
14
  ESM dist/sandbox.js 254.00 B
15
+ ESM dist/request-handler.js 292.00 B
16
16
  ESM dist/chunk-JXZMAU2C.js 14.43 KB
17
- ESM dist/chunk-I6PJN47O.js 75.12 KB
17
+ ESM dist/chunk-SVWLTRHD.js 75.12 KB
18
18
  ESM dist/security.js 233.00 B
19
19
  ESM dist/chunk-Z532A7QC.js 1.75 KB
20
20
  ESM dist/sse-parser.js 233.00 B
21
21
  ESM dist/chunk-EKSWCBCA.js 2.28 KB
22
- ESM dist/chunk-E3RB3JOS.js 115.00 B
23
22
  ESM dist/version.js 114.00 B
23
+ ESM dist/chunk-FE4PJSRB.js 115.00 B
24
24
  ESM dist/file-stream.js.map 71.00 B
25
25
  ESM dist/index.js.map 71.00 B
26
26
  ESM dist/chunk-BFVUNTP4.js.map 6.71 KB
27
27
  ESM dist/interpreter.js.map 71.00 B
28
- ESM dist/request-handler.js.map 71.00 B
29
28
  ESM dist/sandbox.js.map 71.00 B
29
+ ESM dist/request-handler.js.map 71.00 B
30
+ ESM dist/chunk-JXZMAU2C.js.map 33.44 KB
30
31
  ESM dist/security.js.map 71.00 B
31
32
  ESM dist/chunk-Z532A7QC.js.map 3.96 KB
32
- ESM dist/chunk-I6PJN47O.js.map 154.76 KB
33
33
  ESM dist/sse-parser.js.map 71.00 B
34
- ESM dist/chunk-JXZMAU2C.js.map 33.44 KB
35
- ESM dist/chunk-E3RB3JOS.js.map 391.00 B
36
- ESM dist/version.js.map 71.00 B
37
34
  ESM dist/chunk-EKSWCBCA.js.map 5.61 KB
38
- ESM ⚡️ Build success in 118ms
35
+ ESM dist/version.js.map 71.00 B
36
+ ESM dist/chunk-FE4PJSRB.js.map 391.00 B
37
+ ESM dist/chunk-SVWLTRHD.js.map 154.76 KB
38
+ ESM ⚡️ Build success in 108ms
39
39
  DTS Build start
40
- DTS ⚡️ Build success in 2881ms
40
+ DTS ⚡️ Build success in 2440ms
41
41
  DTS dist/index.d.ts 1.46 KB
42
42
  DTS dist/file-stream.d.ts 1.34 KB
43
43
  DTS dist/interpreter.d.ts 1007.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @cloudflare/sandbox
2
2
 
3
+ ## 0.4.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#159](https://github.com/cloudflare/sandbox-sdk/pull/159) [`e16659a`](https://github.com/cloudflare/sandbox-sdk/commit/e16659a1815923f1cd1176f51a052725d820ee16) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Use latest containers package version
8
+
3
9
  ## 0.4.10
4
10
 
5
11
  ### Patch Changes
@@ -0,0 +1,7 @@
1
+ // src/version.ts
2
+ var SDK_VERSION = "0.4.11";
3
+
4
+ export {
5
+ SDK_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-FE4PJSRB.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/version.ts"],"sourcesContent":["/**\n * SDK version - automatically synchronized with package.json by Changesets\n * This file is auto-updated by .github/changeset-version.ts during releases\n * DO NOT EDIT MANUALLY - Changes will be overwritten on the next version bump\n */\nexport const SDK_VERSION = '0.4.10';\n"],"mappings":";AAKO,IAAM,cAAc;","names":[]}
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["/**\n * SDK version - automatically synchronized with package.json by Changesets\n * This file is auto-updated by .github/changeset-version.ts during releases\n * DO NOT EDIT MANUALLY - Changes will be overwritten on the next version bump\n */\nexport const SDK_VERSION = '0.4.11';\n"],"mappings":";AAKO,IAAM,cAAc;","names":[]}
@@ -16,7 +16,7 @@ import {
16
16
  } from "./chunk-EKSWCBCA.js";
17
17
  import {
18
18
  SDK_VERSION
19
- } from "./chunk-E3RB3JOS.js";
19
+ } from "./chunk-FE4PJSRB.js";
20
20
 
21
21
  // src/request-handler.ts
22
22
  import { switchPort } from "@cloudflare/containers";
@@ -2453,4 +2453,4 @@ export {
2453
2453
  getSandbox,
2454
2454
  Sandbox
2455
2455
  };
2456
- //# sourceMappingURL=chunk-I6PJN47O.js.map
2456
+ //# sourceMappingURL=chunk-SVWLTRHD.js.map
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  UtilityClient,
14
14
  getSandbox,
15
15
  proxyToSandbox
16
- } from "./chunk-I6PJN47O.js";
16
+ } from "./chunk-SVWLTRHD.js";
17
17
  import {
18
18
  CodeInterpreter,
19
19
  Execution,
@@ -34,7 +34,7 @@ import {
34
34
  parseSSEStream,
35
35
  responseToAsyncIterable
36
36
  } from "./chunk-EKSWCBCA.js";
37
- import "./chunk-E3RB3JOS.js";
37
+ import "./chunk-FE4PJSRB.js";
38
38
  export {
39
39
  CodeInterpreter,
40
40
  CommandClient,
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  isLocalhostPattern,
3
3
  proxyToSandbox
4
- } from "./chunk-I6PJN47O.js";
4
+ } from "./chunk-SVWLTRHD.js";
5
5
  import "./chunk-JXZMAU2C.js";
6
6
  import "./chunk-Z532A7QC.js";
7
7
  import "./chunk-EKSWCBCA.js";
8
- import "./chunk-E3RB3JOS.js";
8
+ import "./chunk-FE4PJSRB.js";
9
9
  export {
10
10
  isLocalhostPattern,
11
11
  proxyToSandbox
package/dist/sandbox.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  Sandbox,
3
3
  getSandbox
4
- } from "./chunk-I6PJN47O.js";
4
+ } from "./chunk-SVWLTRHD.js";
5
5
  import "./chunk-JXZMAU2C.js";
6
6
  import "./chunk-Z532A7QC.js";
7
7
  import "./chunk-EKSWCBCA.js";
8
- import "./chunk-E3RB3JOS.js";
8
+ import "./chunk-FE4PJSRB.js";
9
9
  export {
10
10
  Sandbox,
11
11
  getSandbox
package/dist/version.d.ts CHANGED
@@ -3,6 +3,6 @@
3
3
  * This file is auto-updated by .github/changeset-version.ts during releases
4
4
  * DO NOT EDIT MANUALLY - Changes will be overwritten on the next version bump
5
5
  */
6
- declare const SDK_VERSION = "0.4.10";
6
+ declare const SDK_VERSION = "0.4.11";
7
7
 
8
8
  export { SDK_VERSION };
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  SDK_VERSION
3
- } from "./chunk-E3RB3JOS.js";
3
+ } from "./chunk-FE4PJSRB.js";
4
4
  export {
5
5
  SDK_VERSION
6
6
  };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@cloudflare/sandbox",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudflare/sandbox-sdk"
7
7
  },
8
8
  "description": "A sandboxed environment for running commands",
9
9
  "dependencies": {
10
- "@cloudflare/containers": "^0.0.28"
10
+ "@cloudflare/containers": "^0.0.29"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@repo/shared": "^0.0.0"
package/src/version.ts CHANGED
@@ -3,4 +3,4 @@
3
3
  * This file is auto-updated by .github/changeset-version.ts during releases
4
4
  * DO NOT EDIT MANUALLY - Changes will be overwritten on the next version bump
5
5
  */
6
- export const SDK_VERSION = '0.4.10';
6
+ export const SDK_VERSION = '0.4.11';
@@ -1,7 +0,0 @@
1
- // src/version.ts
2
- var SDK_VERSION = "0.4.10";
3
-
4
- export {
5
- SDK_VERSION
6
- };
7
- //# sourceMappingURL=chunk-E3RB3JOS.js.map