the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #10 from pocketenv-io/fix/zip

fix zip issue

authored by

Tsiry Sandratraina and committed by
GitHub
acbfab11 4db4399d

+10 -2
+9 -1
deno.lock
··· 13 13 "jsr:@std/fmt@*": "1.0.3", 14 14 "jsr:@std/fmt@~1.0.2": "1.0.3", 15 15 "jsr:@std/io@*": "0.224.9", 16 + "jsr:@std/io@~0.224.9": "0.224.9", 16 17 "jsr:@std/path@~1.0.6": "1.0.6", 17 18 "jsr:@std/semver@*": "1.0.3", 18 19 "jsr:@std/text@~1.0.7": "1.0.7", ··· 23 24 "integrity": "f71c921cce224c13d322e5cedba4f38e8f7354c7d855c9cb22729362a53f25aa", 24 25 "dependencies": [ 25 26 "jsr:@cliffy/internal", 26 - "jsr:@std/encoding" 27 + "jsr:@std/encoding", 28 + "jsr:@std/io@~0.224.9" 27 29 ] 28 30 }, 29 31 "@cliffy/command@1.0.0-rc.7": { ··· 56 58 "jsr:@cliffy/keycode", 57 59 "jsr:@std/assert", 58 60 "jsr:@std/fmt@~1.0.2", 61 + "jsr:@std/io@~0.224.9", 59 62 "jsr:@std/path", 60 63 "jsr:@std/text" 61 64 ] ··· 97 100 "https://deno.land/x/is_docker/mod.ts": "https://deno.land/x/is_docker@v2.0.0/mod.ts" 98 101 }, 99 102 "remote": { 103 + "https://cdn.jsdelivr.net/gh/bootoffav/deno-zip@main/compress.ts": "ca6cfbaa6007372f4fed2fef64ff14437c55f5beb9a8549ed63b79a387e94212", 104 + "https://cdn.jsdelivr.net/gh/bootoffav/deno-zip@main/decompress.ts": "7f768124b09d352dac2c5f818239514f0bad2fb849b887f0ce0ca688c58f8248", 105 + "https://cdn.jsdelivr.net/gh/bootoffav/deno-zip@main/deps.ts": "79548387594b3ae1efaaa870b5a507c4d6bedede13dbd5d4ad42f6cda0aeef86", 106 + "https://cdn.jsdelivr.net/gh/bootoffav/deno-zip@main/mod.ts": "28eecbc3e1e5adf564f4aa465e64268713a05653104bacdcb04561533f8caf57", 107 + "https://cdn.jsdelivr.net/gh/bootoffav/deno-zip@main/utils.ts": "43c323f2b79f9db1976c5739bbb1f9cced20e8077ca7e7e703f9d01d4330bd9d", 100 108 "https://cdn.jsdelivr.net/gh/will-weiss/spinners@master/mod.ts": "ed5b3562d4ea6c6887bc7e9844612b08a3bc3a3678ca77cc7dfdf461c362751e", 101 109 "https://cdn.jsdelivr.net/gh/will-weiss/spinners@master/spinner-types.ts": "c67e6962a0c738aa57b4d3ad9fe06c8c0131f93360acbf95456f2ba200fd8826", 102 110 "https://cdn.jsdelivr.net/gh/will-weiss/spinners@master/terminal-spinner.ts": "aa2fcf87060caf79fbd26f741c2d8e0093f196b891aca9ffd0a709aba11a1620",
+1 -1
deps.ts
··· 24 24 SpinnerTypes, 25 25 TerminalSpinner, 26 26 } from "https://cdn.jsdelivr.net/gh/will-weiss/spinners@master/mod.ts"; 27 - export { decompress } from "https://deno.land/x/zip@v1.2.5/mod.ts"; 27 + export { decompress } from "https://cdn.jsdelivr.net/gh/bootoffav/deno-zip@main/mod.ts"; 28 28 import dir from "https://deno.land/x/dir@1.5.2/mod.ts"; 29 29 export { dir }; 30 30 import Logger from "https://deno.land/x/logger@v1.1.3/logger.ts";