sandboxedjs 0.2.17 → 0.2.18

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, which is a CLI to interact with this sandbox, Try it out! <a href="https://sandboxedjs.pages.dev">Try the live demo →</a></p>
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>
46
46
  </div>
47
47
 
48
48
  ## Why
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.17"};
21106
+ version: "0.2.18"};
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.17"};
21089
+ version: "0.2.18"};
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.17",
3
+ "version": "0.2.18",
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",