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.
Files changed (27) hide show
  1. package/dist/agent.d.cts +1 -1
  2. package/dist/agent.d.ts +1 -1
  3. package/dist/{container-sd_UKlqo.d.cts → container-BwXE2J26.d.cts} +2 -0
  4. package/dist/{container-CfOQpBhG.d.ts → container-WPf_A76-.d.ts} +2 -0
  5. package/dist/index.cjs +329 -20
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.cts +2 -2
  8. package/dist/index.d.ts +2 -2
  9. package/dist/index.js +329 -20
  10. package/dist/index.js.map +1 -1
  11. package/dist/python/wheels/MarkupSafe-3.0.2-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  12. package/dist/python/wheels/PyYAML-6.0.2-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  13. package/dist/python/wheels/index.json +259 -8
  14. package/dist/python/wheels/msgpack-1.1.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  15. package/dist/python/wheels/pydantic_core-2.23.2-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  16. package/dist/python/wheels/pydantic_core-2.46.5-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  17. package/dist/python/wheels/sbx_c_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  18. package/dist/python/wheels/sbx_cython_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  19. package/dist/python/wheels/sbx_meson_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  20. package/dist/python/wheels/sbx_native_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  21. package/dist/python/wheels/sbx_patched_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  22. package/dist/python/wheels/sbx_pep517_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  23. package/dist/python/wheels/sbx_rust_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  24. package/dist/python/wheels/sbx_setuptools_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  25. package/dist/python/wheels/sbx_yaml_probe-1.0.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  26. package/dist/python/wheels/siphash24-1.9-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
  27. package/package.json +1 -1
package/dist/agent.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as Container } from './container-sd_UKlqo.cjs';
1
+ import { C as Container } from './container-BwXE2J26.cjs';
2
2
  import './contracts-CVgctitO.cjs';
3
3
 
4
4
  /**
package/dist/agent.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as Container } from './container-CfOQpBhG.js';
1
+ import { C as Container } from './container-WPf_A76-.js';
2
2
  import './contracts-CVgctitO.js';
3
3
 
4
4
  /**
@@ -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[];