just-bash 2.14.1 → 2.14.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.
Files changed (28) hide show
  1. package/dist/bin/chunks/chunk-NTW6IA45.js +2 -0
  2. package/dist/bin/chunks/{chunk-3KAVXQP4.js → chunk-XXCTETRW.js} +2 -2
  3. package/dist/bin/{shell/chunks/curl-SRTMGOVV.js → chunks/curl-2DCNBIKJ.js} +8 -8
  4. package/dist/bin/chunks/{js-exec-BDQGEAU6.js → js-exec-CAD5RWEY.js} +1 -1
  5. package/dist/bin/chunks/js-exec-worker.js +11 -1
  6. package/dist/bin/{shell/chunks/python3-KFZH67GD.js → chunks/python3-3423HR2R.js} +1 -1
  7. package/dist/bin/chunks/worker.js +20 -2
  8. package/dist/bin/just-bash.js +262 -262
  9. package/dist/bin/shell/chunks/chunk-NTW6IA45.js +2 -0
  10. package/dist/bin/shell/chunks/{chunk-3KAVXQP4.js → chunk-XXCTETRW.js} +2 -2
  11. package/dist/bin/{chunks/curl-SRTMGOVV.js → shell/chunks/curl-2DCNBIKJ.js} +8 -8
  12. package/dist/bin/shell/chunks/{js-exec-HPXZV7UJ.js → js-exec-DYEFS64P.js} +1 -1
  13. package/dist/bin/{chunks/python3-VCIXXAXF.js → shell/chunks/python3-D3QLNTTN.js} +1 -1
  14. package/dist/bin/shell/shell.js +94 -94
  15. package/dist/browser.d.ts +1 -0
  16. package/dist/bundle/browser.js +568 -568
  17. package/dist/bundle/chunks/{chunk-S4EYC6T6.js → chunk-I57KEIP3.js} +2 -2
  18. package/dist/bundle/chunks/chunk-R6VWJ2ZL.js +1 -0
  19. package/dist/bundle/chunks/{curl-COE4TZE6.js → curl-47BFPSFW.js} +8 -8
  20. package/dist/bundle/chunks/{js-exec-4CW5N6RM.js → js-exec-M6UR76J5.js} +1 -1
  21. package/dist/bundle/chunks/js-exec-worker.js +11 -1
  22. package/dist/bundle/chunks/{python3-SG3DOKBZ.js → python3-AUFTPCU6.js} +1 -1
  23. package/dist/bundle/chunks/worker.js +20 -2
  24. package/dist/bundle/index.cjs +654 -654
  25. package/dist/bundle/index.js +166 -166
  26. package/dist/commands/worker-bridge/sync-backend.d.ts +1 -0
  27. package/dist/network/types.d.ts +2 -1
  28. package/package.json +1 -1
@@ -57,6 +57,7 @@ export declare class SyncBackend {
57
57
  statusText: string;
58
58
  headers: Record<string, string>;
59
59
  body: string;
60
+ bodyBase64: string;
60
61
  url: string;
61
62
  };
62
63
  /**
@@ -119,7 +119,8 @@ export interface FetchResult {
119
119
  status: number;
120
120
  statusText: string;
121
121
  headers: Record<string, string>;
122
- body: string;
122
+ /** Raw response bytes (never decoded as UTF-8 text). */
123
+ body: Uint8Array;
123
124
  url: string;
124
125
  }
125
126
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-bash",
3
- "version": "2.14.1",
3
+ "version": "2.14.2",
4
4
  "description": "A simulated bash environment with virtual filesystem",
5
5
  "repository": {
6
6
  "type": "git",