sandboxedjs 0.1.70 → 0.1.71
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/agent.d.cts +1 -1
- package/dist/agent.d.ts +1 -1
- package/dist/{container-sd_UKlqo.d.cts → container-BwXE2J26.d.cts} +2 -0
- package/dist/{container-CfOQpBhG.d.ts → container-WPf_A76-.d.ts} +2 -0
- package/dist/index.cjs +329 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +329 -20
- package/dist/index.js.map +1 -1
- package/dist/python/wheels/MarkupSafe-3.0.2-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/PyYAML-6.0.2-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/index.json +259 -8
- package/dist/python/wheels/msgpack-1.1.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/pydantic_core-2.23.2-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/pydantic_core-2.46.5-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/sbx_c_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/sbx_cython_probe-1.0.0-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/sbx_native_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/sbx_patched_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/sbx_pep517_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/sbx_rust_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/sbx_setuptools_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/sbx_yaml_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/agent.d.cts
CHANGED
package/dist/agent.d.ts
CHANGED
|
@@ -1144,6 +1144,8 @@ interface PrebuiltWheel {
|
|
|
1144
1144
|
requires: string[];
|
|
1145
1145
|
}
|
|
1146
1146
|
interface WheelIndex {
|
|
1147
|
+
/** The index format. Absent means "the only version there has ever been". */
|
|
1148
|
+
schemaVersion?: number;
|
|
1147
1149
|
/** Where `filename` is resolved against. */
|
|
1148
1150
|
baseUrl: string;
|
|
1149
1151
|
wheels: PrebuiltWheel[];
|
|
@@ -1144,6 +1144,8 @@ interface PrebuiltWheel {
|
|
|
1144
1144
|
requires: string[];
|
|
1145
1145
|
}
|
|
1146
1146
|
interface WheelIndex {
|
|
1147
|
+
/** The index format. Absent means "the only version there has ever been". */
|
|
1148
|
+
schemaVersion?: number;
|
|
1147
1149
|
/** Where `filename` is resolved against. */
|
|
1148
1150
|
baseUrl: string;
|
|
1149
1151
|
wheels: PrebuiltWheel[];
|