sandboxedjs 0.2.18 → 0.2.19

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/README.md CHANGED
@@ -42,7 +42,7 @@ touches your disk.
42
42
  <a href="https://sandboxedjs.pages.dev">
43
43
  <img src="https://cdn.jsdelivr.net/npm/sandboxedjs@latest/assets/demo.png" alt="SandboxedJS running a full-stack project in a browser" width="720" />
44
44
  </a>
45
- <p>The image you see above is that I am running a full stack project in a static site deployed on cloudlfare pages, this site is a CLI to interact with this sandbox, just like I have ran a full-stack project, you can too. Try it out! <a href="https://sandboxedjs.pages.dev">Try the live demo →</a></p>
45
+ <p>Above: a full-stack project running inside a static site deployed on Cloudflare Pages. The site is a CLI for interacting with the sandbox — and just as it runs a full-stack project, so can yours. <a href="https://sandboxedjs.pages.dev">Try the live demo →</a></p>
46
46
  </div>
47
47
 
48
48
  ## Why
@@ -121,7 +121,7 @@ terminal.start();
121
121
 
122
122
  ## Running a full-stack project in a browser
123
123
 
124
- This is the case most people arrive for: a Vite frontend and a Python backend, in one container, in
124
+ This can be the case most people arrive for: a Vite frontend and a Python backend, in one container, in
125
125
  a tab — the frontend calling `http://localhost:8000`, the backend calling a real API.
126
126
 
127
127
  The frontend-to-backend hop and the backend-to-internet hop have different requirements.
package/dist/index.cjs CHANGED
@@ -21103,7 +21103,7 @@ var wheels_default = {
21103
21103
 
21104
21104
  // package.json
21105
21105
  var package_default = {
21106
- version: "0.2.18"};
21106
+ version: "0.2.19"};
21107
21107
 
21108
21108
  // src/python/extension-abi.ts
21109
21109
  var EXTENSION_ABI = {
package/dist/index.js CHANGED
@@ -21086,7 +21086,7 @@ var wheels_default = {
21086
21086
 
21087
21087
  // package.json
21088
21088
  var package_default = {
21089
- version: "0.2.18"};
21089
+ version: "0.2.19"};
21090
21090
 
21091
21091
  // src/python/extension-abi.ts
21092
21092
  var EXTENSION_ABI = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandboxedjs",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "A Linux-like container that runs entirely inside Node.js — POSIX shell, ~140 coreutils, Node.js and Python runtimes, virtual filesystem and networking. No Docker, no VM, no native modules.",
5
5
  "type": "module",
6
6
  "license": "MIT",