sandboxedjs 0.1.71 → 0.1.72

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.
@@ -57,6 +57,27 @@
57
57
  "patches": []
58
58
  }
59
59
  },
60
+ {
61
+ "name": "numpy",
62
+ "version": "2.2.6",
63
+ "filename": "numpy-2.2.6-cp313-cp313-emscripten_5_0_6_wasm32.whl",
64
+ "sha256": "93ae7230479566b45f715733e92caaeadb1e6fd7b6bfe244e907c2c4eea910bf",
65
+ "abiId": "sbxabi1-c2637d04695ad927",
66
+ "requires": [],
67
+ "provenance": {
68
+ "sourceTreeDigest": "71c23901e3de9adcf52c9e9965279e73f98f45ed7ab9847d7f5f9f1433d4452e",
69
+ "recipeSha256": "b5cde263ce9932472b1c17ee74d80ac194f938ca8e4c3415faedd0abe69c3e09",
70
+ "buildTools": [
71
+ "setuptools==84.0.0",
72
+ "meson-python==0.21.0",
73
+ "meson==1.12.0",
74
+ "ninja==1.13.2",
75
+ "Cython==3.1.4"
76
+ ],
77
+ "nativeDependencies": [],
78
+ "patches": []
79
+ }
80
+ },
60
81
  {
61
82
  "name": "pydantic-core",
62
83
  "version": "2.23.2",
@@ -134,7 +155,7 @@
134
155
  "name": "sbx-meson-probe",
135
156
  "version": "1.0.0",
136
157
  "filename": "sbx_meson_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl",
137
- "sha256": "f3efc427caa9ab45c85af554b19c06f0d227852682972894484f9b024a6cb586",
158
+ "sha256": "3ad378e05668ec190f76605e312a47a12009879a13cc083574b03c8cdbbf5ed5",
138
159
  "abiId": "sbxabi1-c2637d04695ad927",
139
160
  "requires": [
140
161
  "typing-extensions>=4.0"
@@ -270,7 +291,7 @@
270
291
  "name": "siphash24",
271
292
  "version": "1.9",
272
293
  "filename": "siphash24-1.9-cp313-cp313-emscripten_5_0_6_wasm32.whl",
273
- "sha256": "cf672c37b0f8e4cd198e5fdd4c6c84036d1d4da36f889564385c1eacfb7c3295",
294
+ "sha256": "41e76fde2f7ed45f801e73c7ed65b7f0ea0465966915e5415c96e782f8cbfc48",
274
295
  "abiId": "sbxabi1-c2637d04695ad927",
275
296
  "requires": [],
276
297
  "provenance": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandboxedjs",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "description": "A Linux-like container that runs entirely inside Node.js \u2014 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",