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.
- package/dist/index.cjs +24 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +24 -3
- package/dist/index.js.map +1 -1
- package/dist/python/wheels/index.json +23 -2
- package/dist/python/wheels/numpy-2.2.6-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/sbx_meson_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/siphash24-1.9-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -17984,6 +17984,27 @@ var wheels_default = {
|
|
|
17984
17984
|
patches: []
|
|
17985
17985
|
}
|
|
17986
17986
|
},
|
|
17987
|
+
{
|
|
17988
|
+
name: "numpy",
|
|
17989
|
+
version: "2.2.6",
|
|
17990
|
+
filename: "numpy-2.2.6-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
17991
|
+
sha256: "93ae7230479566b45f715733e92caaeadb1e6fd7b6bfe244e907c2c4eea910bf",
|
|
17992
|
+
abiId: "sbxabi1-c2637d04695ad927",
|
|
17993
|
+
requires: [],
|
|
17994
|
+
provenance: {
|
|
17995
|
+
sourceTreeDigest: "71c23901e3de9adcf52c9e9965279e73f98f45ed7ab9847d7f5f9f1433d4452e",
|
|
17996
|
+
recipeSha256: "b5cde263ce9932472b1c17ee74d80ac194f938ca8e4c3415faedd0abe69c3e09",
|
|
17997
|
+
buildTools: [
|
|
17998
|
+
"setuptools==84.0.0",
|
|
17999
|
+
"meson-python==0.21.0",
|
|
18000
|
+
"meson==1.12.0",
|
|
18001
|
+
"ninja==1.13.2",
|
|
18002
|
+
"Cython==3.1.4"
|
|
18003
|
+
],
|
|
18004
|
+
nativeDependencies: [],
|
|
18005
|
+
patches: []
|
|
18006
|
+
}
|
|
18007
|
+
},
|
|
17987
18008
|
{
|
|
17988
18009
|
name: "pydantic-core",
|
|
17989
18010
|
version: "2.23.2",
|
|
@@ -18061,7 +18082,7 @@ var wheels_default = {
|
|
|
18061
18082
|
name: "sbx-meson-probe",
|
|
18062
18083
|
version: "1.0.0",
|
|
18063
18084
|
filename: "sbx_meson_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
18064
|
-
sha256: "
|
|
18085
|
+
sha256: "3ad378e05668ec190f76605e312a47a12009879a13cc083574b03c8cdbbf5ed5",
|
|
18065
18086
|
abiId: "sbxabi1-c2637d04695ad927",
|
|
18066
18087
|
requires: [
|
|
18067
18088
|
"typing-extensions>=4.0"
|
|
@@ -18197,7 +18218,7 @@ var wheels_default = {
|
|
|
18197
18218
|
name: "siphash24",
|
|
18198
18219
|
version: "1.9",
|
|
18199
18220
|
filename: "siphash24-1.9-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
18200
|
-
sha256: "
|
|
18221
|
+
sha256: "41e76fde2f7ed45f801e73c7ed65b7f0ea0465966915e5415c96e782f8cbfc48",
|
|
18201
18222
|
abiId: "sbxabi1-c2637d04695ad927",
|
|
18202
18223
|
requires: [],
|
|
18203
18224
|
provenance: {
|
|
@@ -18221,7 +18242,7 @@ var wheels_default = {
|
|
|
18221
18242
|
|
|
18222
18243
|
// package.json
|
|
18223
18244
|
var package_default = {
|
|
18224
|
-
version: "0.1.
|
|
18245
|
+
version: "0.1.72"};
|
|
18225
18246
|
|
|
18226
18247
|
// src/runtime/python/config.ts
|
|
18227
18248
|
var bundledManifest = {
|