@tracecode/harness 0.16.0 → 0.16.1

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 (29) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/{browser-runtime-provider-FSR4OBBF.js → browser-runtime-provider-NQNCL6HE.js} +4 -4
  3. package/dist/{chunk-3TX3UB5E.js → chunk-4W6MUXZE.js} +9 -9
  4. package/dist/{chunk-RYPW7WZT.js → chunk-57WKRSIB.js} +2 -2
  5. package/dist/{chunk-X2RHXM62.js → chunk-AWHLLSEH.js} +2 -2
  6. package/dist/{chunk-VON3HMIR.js → chunk-DQMPICNS.js} +12 -12
  7. package/dist/{chunk-IJHMDH3V.js → chunk-KYTMGAFA.js} +2 -2
  8. package/dist/{chunk-4GXJ7GNA.js → chunk-MMQLUTPP.js} +2 -2
  9. package/dist/cli.js +0 -0
  10. package/dist/core.cjs +8 -8
  11. package/dist/core.js +1 -1
  12. package/dist/{cpp-worker-client-XKA3AQC5.js → cpp-worker-client-A2ULEW5T.js} +3 -3
  13. package/dist/{csharp-worker-client-TKXUOI4R.js → csharp-worker-client-RA47P77F.js} +3 -3
  14. package/dist/internal/tracekernel-workspace.cjs +8 -8
  15. package/dist/internal/tracekernel-workspace.js +1 -1
  16. package/dist/{java-project-OLRXOA53.js → java-project-BTAANBJH.js} +2 -2
  17. package/dist/judge.cjs +25 -12
  18. package/dist/judge.js +23 -10
  19. package/dist/{project-browser-GL2OZKUK.js → project-browser-GBSPIYEW.js} +2 -2
  20. package/dist/{project-browser-TKH7OQ2I.js → project-browser-J6LVPVDC.js} +2 -2
  21. package/dist/{project-browser-3AOBPP4V.js → project-browser-PC7TRROQ.js} +2 -2
  22. package/dist/{project-browser-C5KLVVTZ.js → project-browser-QMZCUVJA.js} +2 -2
  23. package/dist/{project-browser-4AJPNCFH.js → project-browser-U3YK43H4.js} +2 -2
  24. package/dist/{python-worker-client-HZ7JL6RO.js → python-worker-client-NEBS6V63.js} +3 -3
  25. package/dist/tracekernel.cjs +8 -8
  26. package/dist/tracekernel.js +3 -3
  27. package/package.json +32 -44
  28. package/runtime-assets.lock.json +7 -7
  29. package/workers/javascript/javascript-project-worker.js +7 -7
package/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@ This repo uses Git tags as release boundaries. Version notes below summarize wha
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.16.1] - 2026-08-10
10
+
11
+ ### Fixed
12
+
13
+ - Made the built-in Python image follow the configured runtime asset root
14
+ independently of the same-origin Python Worker URL. Consumers can now keep
15
+ Worker construction under `/workers` while serving Pyodide and its
16
+ engine-specific snapshot from an immutable CDN release.
17
+
9
18
  ## [0.16.0] - 2026-08-04
10
19
 
11
20
  This release replaces the browser Python Judge implementation with an
@@ -2,9 +2,9 @@ var define = undefined;
2
2
  import {
3
3
  createCppBrowserRuntimeProvider,
4
4
  createTraceCCBrowserCompilerService
5
- } from "./chunk-RYPW7WZT.js";
6
- import "./chunk-X2RHXM62.js";
7
- import "./chunk-3TX3UB5E.js";
5
+ } from "./chunk-57WKRSIB.js";
6
+ import "./chunk-AWHLLSEH.js";
7
+ import "./chunk-4W6MUXZE.js";
8
8
  import "./chunk-DTLDQQHA.js";
9
9
  import "./chunk-C2RUZCIL.js";
10
10
  import "./chunk-756Z7C6D.js";
@@ -12,4 +12,4 @@ export {
12
12
  createCppBrowserRuntimeProvider,
13
13
  createTraceCCBrowserCompilerService
14
14
  };
15
- //# sourceMappingURL=browser-runtime-provider-FSR4OBBF.js.map
15
+ //# sourceMappingURL=browser-runtime-provider-NQNCL6HE.js.map
@@ -3,7 +3,7 @@ var define = undefined;
3
3
  // package.json
4
4
  var package_default = {
5
5
  name: "@tracecode/harness",
6
- version: "0.16.0",
6
+ version: "0.16.1",
7
7
  license: "AGPL-3.0-only",
8
8
  homepage: "https://tracecode.app",
9
9
  repository: {
@@ -260,7 +260,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
260
260
  "versionLabel": "Python 3.13.2",
261
261
  "executionPlatform": {
262
262
  "name": "TraceKernel",
263
- "version": "0.16.0"
263
+ "version": "0.16.1"
264
264
  },
265
265
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
266
266
  "runtime": {
@@ -287,7 +287,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
287
287
  "versionLabel": "JavaScript (ECMAScript 2023)",
288
288
  "executionPlatform": {
289
289
  "name": "TraceKernel",
290
- "version": "0.16.0"
290
+ "version": "0.16.1"
291
291
  },
292
292
  "runtime": {
293
293
  "name": "TraceKernel JavaScript runtime",
@@ -379,7 +379,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
379
379
  "versionLabel": "TypeScript 5.9.3",
380
380
  "executionPlatform": {
381
381
  "name": "TraceKernel",
382
- "version": "0.16.0"
382
+ "version": "0.16.1"
383
383
  },
384
384
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
385
385
 
@@ -479,7 +479,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
479
479
  "versionLabel": "Java 23",
480
480
  "executionPlatform": {
481
481
  "name": "TraceKernel",
482
- "version": "0.16.0"
482
+ "version": "0.16.1"
483
483
  },
484
484
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
485
485
  "runtime": {
@@ -516,7 +516,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
516
516
  "versionLabel": "C# 14",
517
517
  "executionPlatform": {
518
518
  "name": "TraceKernel",
519
- "version": "0.16.0"
519
+ "version": "0.16.1"
520
520
  },
521
521
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
522
522
  "runtime": {
@@ -545,7 +545,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
545
545
  "versionLabel": "C++23",
546
546
  "executionPlatform": {
547
547
  "name": "TraceKernel",
548
- "version": "0.16.0"
548
+ "version": "0.16.1"
549
549
  },
550
550
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
551
551
  "runtime": {
@@ -697,7 +697,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
697
697
  {
698
698
  "kind": "modifications",
699
699
  "label": "Runtime modifications",
700
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.0/workers/python/pyodide-0.29.3"
700
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.1/workers/python/pyodide-0.29.3"
701
701
  }
702
702
  ]
703
703
  }
@@ -4424,4 +4424,4 @@ export {
4424
4424
  normalizeJavaSerializedResult,
4425
4425
  javaTraceHooksEventsToRuntimeTrace
4426
4426
  };
4427
- //# sourceMappingURL=chunk-3TX3UB5E.js.map
4427
+ //# sourceMappingURL=chunk-4W6MUXZE.js.map
@@ -1,7 +1,7 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  CppWorkerClient
4
- } from "./chunk-X2RHXM62.js";
4
+ } from "./chunk-AWHLLSEH.js";
5
5
  import {
6
6
  createWorkerProtocolToken
7
7
  } from "./chunk-DTLDQQHA.js";
@@ -862,4 +862,4 @@ export {
862
862
  createTraceCCBrowserCompilerService,
863
863
  createCppBrowserRuntimeProvider
864
864
  };
865
- //# sourceMappingURL=chunk-RYPW7WZT.js.map
865
+ //# sourceMappingURL=chunk-57WKRSIB.js.map
@@ -4,7 +4,7 @@ import {
4
4
  liftCodeBatchOutcome,
5
5
  liftCodeOutcome,
6
6
  liftTraceOutcome
7
- } from "./chunk-3TX3UB5E.js";
7
+ } from "./chunk-4W6MUXZE.js";
8
8
  import {
9
9
  WorkerCrashedError,
10
10
  WorkerReadyTimeoutError,
@@ -1370,4 +1370,4 @@ var CppWorkerClient = class {
1370
1370
  export {
1371
1371
  CppWorkerClient
1372
1372
  };
1373
- //# sourceMappingURL=chunk-X2RHXM62.js.map
1373
+ //# sourceMappingURL=chunk-AWHLLSEH.js.map
@@ -1,7 +1,7 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  normalizeRuntimeProjectPath
4
- } from "./chunk-3TX3UB5E.js";
4
+ } from "./chunk-4W6MUXZE.js";
5
5
  import {
6
6
  _await,
7
7
  bounded,
@@ -11500,23 +11500,23 @@ async function createBrowserProjectWorkspace(options = {}) {
11500
11500
  const hasProvider = (provider) => providers.includes(provider);
11501
11501
  const [pythonProvider, javascriptProvider, javaProvider, csharpProvider, cppProvider] = await Promise.all([
11502
11502
  hasProvider("python") ? Promise.all([
11503
- import("./project-browser-TKH7OQ2I.js"),
11504
- import("./python-worker-client-HZ7JL6RO.js")
11503
+ import("./project-browser-J6LVPVDC.js"),
11504
+ import("./python-worker-client-NEBS6V63.js")
11505
11505
  ]) : void 0,
11506
- hasProvider("javascript") || hasProvider("typescript") ? import("./project-browser-C5KLVVTZ.js") : void 0,
11506
+ hasProvider("javascript") || hasProvider("typescript") ? import("./project-browser-QMZCUVJA.js") : void 0,
11507
11507
  hasProvider("java") ? Promise.all([
11508
- import("./project-browser-3AOBPP4V.js"),
11509
- import("./java-project-OLRXOA53.js"),
11508
+ import("./project-browser-PC7TRROQ.js"),
11509
+ import("./java-project-BTAANBJH.js"),
11510
11510
  import("./java-project-client-R7CKC72F.js")
11511
11511
  ]) : void 0,
11512
11512
  hasProvider("csharp") ? Promise.all([
11513
- import("./project-browser-4AJPNCFH.js"),
11514
- import("./csharp-worker-client-TKXUOI4R.js")
11513
+ import("./project-browser-U3YK43H4.js"),
11514
+ import("./csharp-worker-client-RA47P77F.js")
11515
11515
  ]) : void 0,
11516
11516
  hasProvider("cpp") ? Promise.all([
11517
- import("./project-browser-GL2OZKUK.js"),
11518
- import("./cpp-worker-client-XKA3AQC5.js"),
11519
- import("./browser-runtime-provider-FSR4OBBF.js")
11517
+ import("./project-browser-GBSPIYEW.js"),
11518
+ import("./cpp-worker-client-A2ULEW5T.js"),
11519
+ import("./browser-runtime-provider-NQNCL6HE.js")
11520
11520
  ]) : void 0
11521
11521
  ]);
11522
11522
  const { createRuntimeWorkspace } = await projectRuntimePromise;
@@ -12333,4 +12333,4 @@ export {
12333
12333
  TRACECC_RUNTIME_MANIFEST,
12334
12334
  createBrowserRuntimeEnvironment
12335
12335
  };
12336
- //# sourceMappingURL=chunk-VON3HMIR.js.map
12336
+ //# sourceMappingURL=chunk-DQMPICNS.js.map
@@ -4,7 +4,7 @@ import {
4
4
  liftCodeBatchOutcome,
5
5
  liftTraceOutcome,
6
6
  withRuntimeTraceOptions
7
- } from "./chunk-3TX3UB5E.js";
7
+ } from "./chunk-4W6MUXZE.js";
8
8
  import {
9
9
  HostArtifactCache,
10
10
  WorkerCrashedError,
@@ -638,4 +638,4 @@ var CSharpWorkerClient = class {
638
638
  export {
639
639
  CSharpWorkerClient
640
640
  };
641
- //# sourceMappingURL=chunk-IJHMDH3V.js.map
641
+ //# sourceMappingURL=chunk-KYTMGAFA.js.map
@@ -3,7 +3,7 @@ import {
3
3
  createEmptyRuntimeTrace,
4
4
  liftCodeBatchOutcome,
5
5
  liftCodeOutcome
6
- } from "./chunk-3TX3UB5E.js";
6
+ } from "./chunk-4W6MUXZE.js";
7
7
  import {
8
8
  WorkerCrashedError,
9
9
  WorkerReadyTimeoutError,
@@ -559,4 +559,4 @@ export {
559
559
  PythonWorkerClient,
560
560
  isWorkerSupported
561
561
  };
562
- //# sourceMappingURL=chunk-4GXJ7GNA.js.map
562
+ //# sourceMappingURL=chunk-MMQLUTPP.js.map
package/dist/cli.js CHANGED
File without changes
package/dist/core.cjs CHANGED
@@ -189,7 +189,7 @@ module.exports = __toCommonJS(src_exports);
189
189
  // package.json
190
190
  var package_default = {
191
191
  name: "@tracecode/harness",
192
- version: "0.16.0",
192
+ version: "0.16.1",
193
193
  license: "AGPL-3.0-only",
194
194
  homepage: "https://tracecode.app",
195
195
  repository: {
@@ -446,7 +446,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
446
446
  "versionLabel": "Python 3.13.2",
447
447
  "executionPlatform": {
448
448
  "name": "TraceKernel",
449
- "version": "0.16.0"
449
+ "version": "0.16.1"
450
450
  },
451
451
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
452
452
  "runtime": {
@@ -473,7 +473,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
473
473
  "versionLabel": "JavaScript (ECMAScript 2023)",
474
474
  "executionPlatform": {
475
475
  "name": "TraceKernel",
476
- "version": "0.16.0"
476
+ "version": "0.16.1"
477
477
  },
478
478
  "runtime": {
479
479
  "name": "TraceKernel JavaScript runtime",
@@ -565,7 +565,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
565
565
  "versionLabel": "TypeScript 5.9.3",
566
566
  "executionPlatform": {
567
567
  "name": "TraceKernel",
568
- "version": "0.16.0"
568
+ "version": "0.16.1"
569
569
  },
570
570
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
571
571
 
@@ -665,7 +665,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
665
665
  "versionLabel": "Java 23",
666
666
  "executionPlatform": {
667
667
  "name": "TraceKernel",
668
- "version": "0.16.0"
668
+ "version": "0.16.1"
669
669
  },
670
670
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
671
671
  "runtime": {
@@ -702,7 +702,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
702
702
  "versionLabel": "C# 14",
703
703
  "executionPlatform": {
704
704
  "name": "TraceKernel",
705
- "version": "0.16.0"
705
+ "version": "0.16.1"
706
706
  },
707
707
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
708
708
  "runtime": {
@@ -731,7 +731,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
731
731
  "versionLabel": "C++23",
732
732
  "executionPlatform": {
733
733
  "name": "TraceKernel",
734
- "version": "0.16.0"
734
+ "version": "0.16.1"
735
735
  },
736
736
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
737
737
  "runtime": {
@@ -883,7 +883,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
883
883
  {
884
884
  "kind": "modifications",
885
885
  "label": "Runtime modifications",
886
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.0/workers/python/pyodide-0.29.3"
886
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.1/workers/python/pyodide-0.29.3"
887
887
  }
888
888
  ]
889
889
  }
package/dist/core.js CHANGED
@@ -162,7 +162,7 @@ import {
162
162
  withRuntimeProjectCommandRunnerCapabilities,
163
163
  withRuntimeTraceOptions,
164
164
  writeRuntimeCommandStdinPipeBytes
165
- } from "./chunk-3TX3UB5E.js";
165
+ } from "./chunk-4W6MUXZE.js";
166
166
  import "./chunk-756Z7C6D.js";
167
167
  export {
168
168
  LANGUAGE_RUNTIME_INFOS,
@@ -1,12 +1,12 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  CppWorkerClient
4
- } from "./chunk-X2RHXM62.js";
5
- import "./chunk-3TX3UB5E.js";
4
+ } from "./chunk-AWHLLSEH.js";
5
+ import "./chunk-4W6MUXZE.js";
6
6
  import "./chunk-DTLDQQHA.js";
7
7
  import "./chunk-C2RUZCIL.js";
8
8
  import "./chunk-756Z7C6D.js";
9
9
  export {
10
10
  CppWorkerClient
11
11
  };
12
- //# sourceMappingURL=cpp-worker-client-XKA3AQC5.js.map
12
+ //# sourceMappingURL=cpp-worker-client-A2ULEW5T.js.map
@@ -1,12 +1,12 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  CSharpWorkerClient
4
- } from "./chunk-IJHMDH3V.js";
5
- import "./chunk-3TX3UB5E.js";
4
+ } from "./chunk-KYTMGAFA.js";
5
+ import "./chunk-4W6MUXZE.js";
6
6
  import "./chunk-DTLDQQHA.js";
7
7
  import "./chunk-C2RUZCIL.js";
8
8
  import "./chunk-756Z7C6D.js";
9
9
  export {
10
10
  CSharpWorkerClient
11
11
  };
12
- //# sourceMappingURL=csharp-worker-client-TKXUOI4R.js.map
12
+ //# sourceMappingURL=csharp-worker-client-RA47P77F.js.map
@@ -17081,7 +17081,7 @@ module.exports = __toCommonJS(workspace_exports);
17081
17081
  // package.json
17082
17082
  var package_default = {
17083
17083
  name: "@tracecode/harness",
17084
- version: "0.16.0",
17084
+ version: "0.16.1",
17085
17085
  license: "AGPL-3.0-only",
17086
17086
  homepage: "https://tracecode.app",
17087
17087
  repository: {
@@ -17338,7 +17338,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
17338
17338
  "versionLabel": "Python 3.13.2",
17339
17339
  "executionPlatform": {
17340
17340
  "name": "TraceKernel",
17341
- "version": "0.16.0"
17341
+ "version": "0.16.1"
17342
17342
  },
17343
17343
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
17344
17344
  "runtime": {
@@ -17365,7 +17365,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
17365
17365
  "versionLabel": "JavaScript (ECMAScript 2023)",
17366
17366
  "executionPlatform": {
17367
17367
  "name": "TraceKernel",
17368
- "version": "0.16.0"
17368
+ "version": "0.16.1"
17369
17369
  },
17370
17370
  "runtime": {
17371
17371
  "name": "TraceKernel JavaScript runtime",
@@ -17457,7 +17457,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
17457
17457
  "versionLabel": "TypeScript 5.9.3",
17458
17458
  "executionPlatform": {
17459
17459
  "name": "TraceKernel",
17460
- "version": "0.16.0"
17460
+ "version": "0.16.1"
17461
17461
  },
17462
17462
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
17463
17463
 
@@ -17557,7 +17557,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17557
17557
  "versionLabel": "Java 23",
17558
17558
  "executionPlatform": {
17559
17559
  "name": "TraceKernel",
17560
- "version": "0.16.0"
17560
+ "version": "0.16.1"
17561
17561
  },
17562
17562
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
17563
17563
  "runtime": {
@@ -17594,7 +17594,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17594
17594
  "versionLabel": "C# 14",
17595
17595
  "executionPlatform": {
17596
17596
  "name": "TraceKernel",
17597
- "version": "0.16.0"
17597
+ "version": "0.16.1"
17598
17598
  },
17599
17599
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
17600
17600
  "runtime": {
@@ -17623,7 +17623,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
17623
17623
  "versionLabel": "C++23",
17624
17624
  "executionPlatform": {
17625
17625
  "name": "TraceKernel",
17626
- "version": "0.16.0"
17626
+ "version": "0.16.1"
17627
17627
  },
17628
17628
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
17629
17629
  "runtime": {
@@ -17775,7 +17775,7 @@ var LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS = Object.freeze(
17775
17775
  {
17776
17776
  "kind": "modifications",
17777
17777
  "label": "Runtime modifications",
17778
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.0/workers/python/pyodide-0.29.3"
17778
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.1/workers/python/pyodide-0.29.3"
17779
17779
  }
17780
17780
  ]
17781
17781
  }
@@ -162,7 +162,7 @@ import {
162
162
  withRuntimeProjectCommandRunnerCapabilities,
163
163
  withRuntimeTraceOptions,
164
164
  writeRuntimeCommandStdinPipeBytes
165
- } from "../chunk-3TX3UB5E.js";
165
+ } from "../chunk-4W6MUXZE.js";
166
166
  import {
167
167
  TraceKernelChildProcessError,
168
168
  TraceKernelControlledRuntime,
@@ -4,7 +4,7 @@ import {
4
4
  runtimeAbortSignalName,
5
5
  runtimeSignalExitCode,
6
6
  withRuntimeProjectCommandRunnerCapabilities
7
- } from "./chunk-3TX3UB5E.js";
7
+ } from "./chunk-4W6MUXZE.js";
8
8
  import "./chunk-756Z7C6D.js";
9
9
 
10
10
  // packages/runtime-java/src/java-project.ts
@@ -484,4 +484,4 @@ export {
484
484
  JAVA_PROJECT_CAPABILITIES,
485
485
  createJavaProjectRunner
486
486
  };
487
- //# sourceMappingURL=java-project-OLRXOA53.js.map
487
+ //# sourceMappingURL=java-project-BTAANBJH.js.map
package/dist/judge.cjs CHANGED
@@ -13074,7 +13074,7 @@ var init_runtime_language_info_data = __esm({
13074
13074
  "versionLabel": "Python 3.13.2",
13075
13075
  "executionPlatform": {
13076
13076
  "name": "TraceKernel",
13077
- "version": "0.16.0"
13077
+ "version": "0.16.1"
13078
13078
  },
13079
13079
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
13080
13080
  "runtime": {
@@ -13101,7 +13101,7 @@ var init_runtime_language_info_data = __esm({
13101
13101
  "versionLabel": "JavaScript (ECMAScript 2023)",
13102
13102
  "executionPlatform": {
13103
13103
  "name": "TraceKernel",
13104
- "version": "0.16.0"
13104
+ "version": "0.16.1"
13105
13105
  },
13106
13106
  "runtime": {
13107
13107
  "name": "TraceKernel JavaScript runtime",
@@ -13193,7 +13193,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
13193
13193
  "versionLabel": "TypeScript 5.9.3",
13194
13194
  "executionPlatform": {
13195
13195
  "name": "TraceKernel",
13196
- "version": "0.16.0"
13196
+ "version": "0.16.1"
13197
13197
  },
13198
13198
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
13199
13199
 
@@ -13293,7 +13293,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
13293
13293
  "versionLabel": "Java 23",
13294
13294
  "executionPlatform": {
13295
13295
  "name": "TraceKernel",
13296
- "version": "0.16.0"
13296
+ "version": "0.16.1"
13297
13297
  },
13298
13298
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
13299
13299
  "runtime": {
@@ -13330,7 +13330,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
13330
13330
  "versionLabel": "C# 14",
13331
13331
  "executionPlatform": {
13332
13332
  "name": "TraceKernel",
13333
- "version": "0.16.0"
13333
+ "version": "0.16.1"
13334
13334
  },
13335
13335
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
13336
13336
  "runtime": {
@@ -13359,7 +13359,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
13359
13359
  "versionLabel": "C++23",
13360
13360
  "executionPlatform": {
13361
13361
  "name": "TraceKernel",
13362
- "version": "0.16.0"
13362
+ "version": "0.16.1"
13363
13363
  },
13364
13364
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
13365
13365
  "runtime": {
@@ -13524,7 +13524,7 @@ var init_runtime_open_source_info_data = __esm({
13524
13524
  {
13525
13525
  "kind": "modifications",
13526
13526
  "label": "Runtime modifications",
13527
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.0/workers/python/pyodide-0.29.3"
13527
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.1/workers/python/pyodide-0.29.3"
13528
13528
  }
13529
13529
  ]
13530
13530
  }
@@ -15138,7 +15138,7 @@ var init_package = __esm({
15138
15138
  "package.json"() {
15139
15139
  package_default = {
15140
15140
  name: "@tracecode/harness",
15141
- version: "0.16.0",
15141
+ version: "0.16.1",
15142
15142
  license: "AGPL-3.0-only",
15143
15143
  homepage: "https://tracecode.app",
15144
15144
  repository: {
@@ -126757,10 +126757,23 @@ function assertImageEngine(engine) {
126757
126757
  }
126758
126758
  function resolveBuiltInPythonRuntimeAssets(assets, engine) {
126759
126759
  assertImageEngine(engine);
126760
- const runtimeBase = siblingAssetUrl(
126761
- assets.pythonWorker,
126762
- `${PYTHON_RUNTIME_DIRECTORY}/`
126763
- );
126760
+ const runtimeDirectoryName = PYTHON_RUNTIME_DIRECTORY.split("/").at(-1);
126761
+ if (!runtimeDirectoryName) {
126762
+ throw new Error("TraceCode Python runtime directory is invalid.");
126763
+ }
126764
+ let runtimeBase;
126765
+ try {
126766
+ runtimeBase = siblingAssetUrl(
126767
+ assets.pythonRuntimeCore,
126768
+ `${runtimeDirectoryName}/`
126769
+ );
126770
+ } catch (error) {
126771
+ if (!(error instanceof TypeError)) throw error;
126772
+ runtimeBase = siblingAssetUrl(
126773
+ assets.pythonWorker,
126774
+ `${PYTHON_RUNTIME_DIRECTORY}/`
126775
+ );
126776
+ }
126764
126777
  const snapshot = PYTHON_RUNTIME_SNAPSHOTS[engine];
126765
126778
  return Object.freeze({
126766
126779
  loaderUrl: `${runtimeBase}pyodide.js`,
package/dist/judge.js CHANGED
@@ -1,8 +1,8 @@
1
1
  var define = undefined;
2
2
  import {
3
3
  createCppBrowserRuntimeProvider
4
- } from "./chunk-RYPW7WZT.js";
5
- import "./chunk-X2RHXM62.js";
4
+ } from "./chunk-57WKRSIB.js";
5
+ import "./chunk-AWHLLSEH.js";
6
6
  import {
7
7
  normalizeTraceJVMRuntimeAssetBaseUrl,
8
8
  preflightBuiltInTraceJVMRuntimeAssets,
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-FYDQ4ZKL.js";
11
11
  import {
12
12
  CSharpWorkerClient
13
- } from "./chunk-IJHMDH3V.js";
13
+ } from "./chunk-KYTMGAFA.js";
14
14
  import {
15
15
  PYTHON_RUNTIME_IMAGE_PROTOCOL_VERSION,
16
16
  createBrowserProjectWorkspace,
@@ -18,10 +18,10 @@ import {
18
18
  createBrowserRuntimeEnvironment,
19
19
  makeTraceKernelHost,
20
20
  resolveBuiltInTraceCCRuntimeManifest
21
- } from "./chunk-VON3HMIR.js";
21
+ } from "./chunk-DQMPICNS.js";
22
22
  import {
23
23
  PythonWorkerClient
24
- } from "./chunk-4GXJ7GNA.js";
24
+ } from "./chunk-MMQLUTPP.js";
25
25
  import {
26
26
  RUNTIME_TRACE_SCHEMA_VERSION,
27
27
  createEmptyRuntimeTrace,
@@ -30,7 +30,7 @@ import {
30
30
  liftCodeOutcome,
31
31
  liftTraceOutcome,
32
32
  runtimeWorkspaceActorPreset
33
- } from "./chunk-3TX3UB5E.js";
33
+ } from "./chunk-4W6MUXZE.js";
34
34
  import {
35
35
  TraceKernelControlledRuntime,
36
36
  TraceKernelSharedSyscallServer,
@@ -2010,10 +2010,23 @@ function assertImageEngine(engine) {
2010
2010
  }
2011
2011
  function resolveBuiltInPythonRuntimeAssets(assets, engine) {
2012
2012
  assertImageEngine(engine);
2013
- const runtimeBase = siblingAssetUrl(
2014
- assets.pythonWorker,
2015
- `${PYTHON_RUNTIME_DIRECTORY}/`
2016
- );
2013
+ const runtimeDirectoryName = PYTHON_RUNTIME_DIRECTORY.split("/").at(-1);
2014
+ if (!runtimeDirectoryName) {
2015
+ throw new Error("TraceCode Python runtime directory is invalid.");
2016
+ }
2017
+ let runtimeBase;
2018
+ try {
2019
+ runtimeBase = siblingAssetUrl(
2020
+ assets.pythonRuntimeCore,
2021
+ `${runtimeDirectoryName}/`
2022
+ );
2023
+ } catch (error) {
2024
+ if (!(error instanceof TypeError)) throw error;
2025
+ runtimeBase = siblingAssetUrl(
2026
+ assets.pythonWorker,
2027
+ `${PYTHON_RUNTIME_DIRECTORY}/`
2028
+ );
2029
+ }
2017
2030
  const snapshot = PYTHON_RUNTIME_SNAPSHOTS[engine];
2018
2031
  return Object.freeze({
2019
2032
  loaderUrl: `${runtimeBase}pyodide.js`,
@@ -2,7 +2,7 @@ var define = undefined;
2
2
  import {
3
3
  runRuntimeProjectWorkerBridge,
4
4
  withRuntimeProjectCommandRunnerCapabilities
5
- } from "./chunk-3TX3UB5E.js";
5
+ } from "./chunk-4W6MUXZE.js";
6
6
  import "./chunk-756Z7C6D.js";
7
7
 
8
8
  // packages/runtime-cpp/src/project-browser.ts
@@ -32,4 +32,4 @@ function createBrowserCppProjectRunner(workerClient, options = {}) {
32
32
  export {
33
33
  createBrowserCppProjectRunner
34
34
  };
35
- //# sourceMappingURL=project-browser-GL2OZKUK.js.map
35
+ //# sourceMappingURL=project-browser-GBSPIYEW.js.map
@@ -2,7 +2,7 @@ var define = undefined;
2
2
  import {
3
3
  runRuntimeProjectWorkerBridge,
4
4
  withRuntimeProjectCommandRunnerCapabilities
5
- } from "./chunk-3TX3UB5E.js";
5
+ } from "./chunk-4W6MUXZE.js";
6
6
  import "./chunk-756Z7C6D.js";
7
7
 
8
8
  // packages/runtime-python/src/project-browser.ts
@@ -35,4 +35,4 @@ function createBrowserPythonProjectRunner(workerClient, options = {}) {
35
35
  export {
36
36
  createBrowserPythonProjectRunner
37
37
  };
38
- //# sourceMappingURL=project-browser-TKH7OQ2I.js.map
38
+ //# sourceMappingURL=project-browser-J6LVPVDC.js.map
@@ -3,7 +3,7 @@ import {
3
3
  createRuntimeProjectIoBridge,
4
4
  runRuntimeProjectWorkerBridge,
5
5
  withRuntimeProjectCommandRunnerCapabilities
6
- } from "./chunk-3TX3UB5E.js";
6
+ } from "./chunk-4W6MUXZE.js";
7
7
  import "./chunk-756Z7C6D.js";
8
8
 
9
9
  // packages/runtime-java/src/project-browser.ts
@@ -77,4 +77,4 @@ function createBrowserJavaProjectRunner(workerClient, options = {}) {
77
77
  export {
78
78
  createBrowserJavaProjectRunner
79
79
  };
80
- //# sourceMappingURL=project-browser-3AOBPP4V.js.map
80
+ //# sourceMappingURL=project-browser-PC7TRROQ.js.map
@@ -53,7 +53,7 @@ import {
53
53
  runtimeKernelWriteFsErrorMessage,
54
54
  runtimeKernelWriteTarget,
55
55
  runtimeProjectInfrastructureFailure
56
- } from "./chunk-3TX3UB5E.js";
56
+ } from "./chunk-4W6MUXZE.js";
57
57
  import {
58
58
  decodeTraceKernelWatchEvent
59
59
  } from "./chunk-LTRAP6OY.js";
@@ -10865,4 +10865,4 @@ export {
10865
10865
  createBrowserTypeScriptProjectRunner,
10866
10866
  runBrowserJavaScriptProjectRequest
10867
10867
  };
10868
- //# sourceMappingURL=project-browser-C5KLVVTZ.js.map
10868
+ //# sourceMappingURL=project-browser-QMZCUVJA.js.map
@@ -3,7 +3,7 @@ import {
3
3
  createRuntimeProjectIoBridge,
4
4
  runRuntimeProjectWorkerBridge,
5
5
  withRuntimeProjectCommandRunnerCapabilities
6
- } from "./chunk-3TX3UB5E.js";
6
+ } from "./chunk-4W6MUXZE.js";
7
7
  import "./chunk-756Z7C6D.js";
8
8
 
9
9
  // packages/runtime-csharp/src/project-browser.ts
@@ -79,4 +79,4 @@ function createBrowserCSharpProjectRunner(workerClient, options = {}) {
79
79
  export {
80
80
  createBrowserCSharpProjectRunner
81
81
  };
82
- //# sourceMappingURL=project-browser-4AJPNCFH.js.map
82
+ //# sourceMappingURL=project-browser-U3YK43H4.js.map
@@ -2,8 +2,8 @@ var define = undefined;
2
2
  import {
3
3
  PythonWorkerClient,
4
4
  isWorkerSupported
5
- } from "./chunk-4GXJ7GNA.js";
6
- import "./chunk-3TX3UB5E.js";
5
+ } from "./chunk-MMQLUTPP.js";
6
+ import "./chunk-4W6MUXZE.js";
7
7
  import "./chunk-DTLDQQHA.js";
8
8
  import "./chunk-C2RUZCIL.js";
9
9
  import "./chunk-756Z7C6D.js";
@@ -11,4 +11,4 @@ export {
11
11
  PythonWorkerClient,
12
12
  isWorkerSupported
13
13
  };
14
- //# sourceMappingURL=python-worker-client-HZ7JL6RO.js.map
14
+ //# sourceMappingURL=python-worker-client-NEBS6V63.js.map
@@ -13521,7 +13521,7 @@ var init_package = __esm({
13521
13521
  "package.json"() {
13522
13522
  package_default = {
13523
13523
  name: "@tracecode/harness",
13524
- version: "0.16.0",
13524
+ version: "0.16.1",
13525
13525
  license: "AGPL-3.0-only",
13526
13526
  homepage: "https://tracecode.app",
13527
13527
  repository: {
@@ -13791,7 +13791,7 @@ var init_runtime_language_info_data = __esm({
13791
13791
  "versionLabel": "Python 3.13.2",
13792
13792
  "executionPlatform": {
13793
13793
  "name": "TraceKernel",
13794
- "version": "0.16.0"
13794
+ "version": "0.16.1"
13795
13795
  },
13796
13796
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
13797
13797
  "runtime": {
@@ -13818,7 +13818,7 @@ var init_runtime_language_info_data = __esm({
13818
13818
  "versionLabel": "JavaScript (ECMAScript 2023)",
13819
13819
  "executionPlatform": {
13820
13820
  "name": "TraceKernel",
13821
- "version": "0.16.0"
13821
+ "version": "0.16.1"
13822
13822
  },
13823
13823
  "runtime": {
13824
13824
  "name": "TraceKernel JavaScript runtime",
@@ -13910,7 +13910,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
13910
13910
  "versionLabel": "TypeScript 5.9.3",
13911
13911
  "executionPlatform": {
13912
13912
  "name": "TraceKernel",
13913
- "version": "0.16.0"
13913
+ "version": "0.16.1"
13914
13914
  },
13915
13915
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
13916
13916
 
@@ -14010,7 +14010,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
14010
14010
  "versionLabel": "Java 23",
14011
14011
  "executionPlatform": {
14012
14012
  "name": "TraceKernel",
14013
- "version": "0.16.0"
14013
+ "version": "0.16.1"
14014
14014
  },
14015
14015
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
14016
14016
  "runtime": {
@@ -14047,7 +14047,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
14047
14047
  "versionLabel": "C# 14",
14048
14048
  "executionPlatform": {
14049
14049
  "name": "TraceKernel",
14050
- "version": "0.16.0"
14050
+ "version": "0.16.1"
14051
14051
  },
14052
14052
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
14053
14053
  "runtime": {
@@ -14076,7 +14076,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
14076
14076
  "versionLabel": "C++23",
14077
14077
  "executionPlatform": {
14078
14078
  "name": "TraceKernel",
14079
- "version": "0.16.0"
14079
+ "version": "0.16.1"
14080
14080
  },
14081
14081
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
14082
14082
  "runtime": {
@@ -14241,7 +14241,7 @@ var init_runtime_open_source_info_data = __esm({
14241
14241
  {
14242
14242
  "kind": "modifications",
14243
14243
  "label": "Runtime modifications",
14244
- "url": "https://github.com/tracecodeapp/harness/tree/v0.16.0/workers/python/pyodide-0.29.3"
14244
+ "url": "https://github.com/tracecodeapp/harness/tree/v0.16.1/workers/python/pyodide-0.29.3"
14245
14245
  }
14246
14246
  ]
14247
14247
  }
@@ -66,10 +66,10 @@ import {
66
66
  resolveBrowserRuntimeAssetManifests,
67
67
  resolveBrowserRuntimeAssets,
68
68
  resolveBuiltInTraceCCRuntimeManifest
69
- } from "./chunk-VON3HMIR.js";
69
+ } from "./chunk-DQMPICNS.js";
70
70
  import {
71
71
  PythonWorkerClient
72
- } from "./chunk-4GXJ7GNA.js";
72
+ } from "./chunk-MMQLUTPP.js";
73
73
  import {
74
74
  LANGUAGE_RUNTIME_INFOS,
75
75
  LANGUAGE_RUNTIME_OPEN_SOURCE_INFOS,
@@ -233,7 +233,7 @@ import {
233
233
  withRuntimeProjectCommandRunnerCapabilities,
234
234
  withRuntimeTraceOptions,
235
235
  writeRuntimeCommandStdinPipeBytes
236
- } from "./chunk-3TX3UB5E.js";
236
+ } from "./chunk-4W6MUXZE.js";
237
237
  import {
238
238
  _await,
239
239
  bounded,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tracecode/harness",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "homepage": "https://tracecode.app",
6
6
  "repository": {
@@ -10,7 +10,6 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "packageManager": "pnpm@10.4.1",
14
13
  "type": "module",
15
14
  "files": [
16
15
  "dist",
@@ -57,8 +56,37 @@
57
56
  },
58
57
  "./package.json": "./package.json"
59
58
  },
59
+ "devDependencies": {
60
+ "@types/node": "^20.0.0",
61
+ "esbuild": "0.27.3",
62
+ "just-bash": "3.1.0",
63
+ "playwright": "^1.53.2",
64
+ "pyodide": "^0.29.0",
65
+ "tsup": "^8.5.0",
66
+ "tsx": "^4.21.0",
67
+ "typescript": "^5.0.0",
68
+ "@tracecode/runtime-contracts": "^0.16.1",
69
+ "@tracecode/tracekernel": "^0.16.1"
70
+ },
71
+ "dependencies": {
72
+ "@datastructures-js/binary-search-tree": "5.4.0",
73
+ "@datastructures-js/deque": "1.0.8",
74
+ "@datastructures-js/graph": "5.3.1",
75
+ "@datastructures-js/heap": "4.3.7",
76
+ "@datastructures-js/linked-list": "6.1.4",
77
+ "@datastructures-js/priority-queue": "6.3.5",
78
+ "@datastructures-js/queue": "4.3.0",
79
+ "@datastructures-js/set": "4.2.2",
80
+ "@datastructures-js/stack": "3.1.6",
81
+ "@datastructures-js/trie": "4.2.3",
82
+ "@tracecode/tracecc": "0.1.0",
83
+ "@tracecode/tracejvm": "0.4.1",
84
+ "effect": "3.22.0",
85
+ "fflate": "0.8.3",
86
+ "lodash": "4.17.21",
87
+ "typescript": "^5.0.0"
88
+ },
60
89
  "scripts": {
61
- "prepublishOnly": "pnpm release:check && pnpm test:runtime-assets-lock && pnpm build && pnpm release:check && pnpm test:runtime-assets-lock",
62
90
  "release:check": "node scripts/check-publish-safety.mjs",
63
91
  "release:root": "pnpm release:check && pnpm publish . --access public",
64
92
  "version:sync": "node scripts/sync-workspace-versions.mjs",
@@ -202,45 +230,5 @@
202
230
  "bench:browser-project-runtimes": "pnpm exec tsx --tsconfig tsconfig.base.json scripts/benchmark-browser-project-runtimes.ts",
203
231
  "bench:tracekernel-seekable-output": "node --import tsx scripts/benchmark-tracekernel-seekable-output.mts",
204
232
  "check:browser-project-performance": "node scripts/check-browser-project-performance.mjs"
205
- },
206
- "devDependencies": {
207
- "@tracecode/runtime-contracts": "workspace:^",
208
- "@tracecode/tracekernel": "workspace:^",
209
- "@types/node": "^20.0.0",
210
- "esbuild": "0.27.3",
211
- "just-bash": "3.1.0",
212
- "playwright": "^1.53.2",
213
- "pyodide": "^0.29.0",
214
- "tsup": "^8.5.0",
215
- "tsx": "^4.21.0",
216
- "typescript": "^5.0.0"
217
- },
218
- "pnpm": {
219
- "overrides": {
220
- "dompurify": "3.4.1",
221
- "picomatch": "4.0.4",
222
- "postcss": "8.5.10"
223
- },
224
- "patchedDependencies": {
225
- "just-bash@3.1.0": "patches/just-bash@3.1.0.patch"
226
- }
227
- },
228
- "dependencies": {
229
- "@datastructures-js/binary-search-tree": "5.4.0",
230
- "@datastructures-js/deque": "1.0.8",
231
- "@datastructures-js/graph": "5.3.1",
232
- "@datastructures-js/heap": "4.3.7",
233
- "@datastructures-js/linked-list": "6.1.4",
234
- "@datastructures-js/priority-queue": "6.3.5",
235
- "@datastructures-js/queue": "4.3.0",
236
- "@datastructures-js/set": "4.2.2",
237
- "@datastructures-js/stack": "3.1.6",
238
- "@datastructures-js/trie": "4.2.3",
239
- "@tracecode/tracecc": "0.1.0",
240
- "@tracecode/tracejvm": "0.4.1",
241
- "effect": "3.22.0",
242
- "fflate": "0.8.3",
243
- "lodash": "4.17.21",
244
- "typescript": "^5.0.0"
245
233
  }
246
- }
234
+ }
@@ -2,11 +2,11 @@
2
2
  "schema": "tracecode.runtime-assets-lock.v1",
3
3
  "harness": {
4
4
  "name": "@tracecode/harness",
5
- "version": "0.16.0",
6
- "releaseId": "@tracecode/harness@0.16.0+sha256.fd9cd557cfd686ed84ae7a846bba0fc96ed95507d2735b418d687f0edfa9f7ca"
5
+ "version": "0.16.1",
6
+ "releaseId": "@tracecode/harness@0.16.1+sha256.a40573e9ef0d378cc636deb5049cde01b169110d60b24c929792e2757d29f193"
7
7
  },
8
8
  "treeSha256Algorithm": "sha256-path-nul-bytes-nul-v1",
9
- "packageTreeSha256": "fd9cd557cfd686ed84ae7a846bba0fc96ed95507d2735b418d687f0edfa9f7ca",
9
+ "packageTreeSha256": "a40573e9ef0d378cc636deb5049cde01b169110d60b24c929792e2757d29f193",
10
10
  "totalPackagedRuntimeBytes": 151629893,
11
11
  "components": {
12
12
  "cpp": {
@@ -1837,15 +1837,15 @@
1837
1837
  ]
1838
1838
  },
1839
1839
  "javascript": {
1840
- "releaseId": "javascript+sha256.a5cbef4354ac0ed86153f60f158d5939ae8004b226acdb9e0931204483432a0b",
1841
- "treeSha256": "a5cbef4354ac0ed86153f60f158d5939ae8004b226acdb9e0931204483432a0b",
1840
+ "releaseId": "javascript+sha256.97f7c4b53f26d618a272ae9e073ac82c0bc90cae828d49e817ec5bae0e11a5e6",
1841
+ "treeSha256": "97f7c4b53f26d618a272ae9e073ac82c0bc90cae828d49e817ec5bae0e11a5e6",
1842
1842
  "totalBytes": 1202891,
1843
1843
  "files": [
1844
1844
  {
1845
1845
  "path": "workers/javascript/javascript-project-worker.js",
1846
1846
  "size": 561093,
1847
- "sha256": "6a7e2dab8ebe8f41e7815c3afdc614c290ae330d7e03784181ae1873ac1f3caf",
1848
- "integrity": "sha256-an4tq46+j0HngVw6/cYUwpCuMw1+A3hBga4Yc6wfPK8=",
1847
+ "sha256": "e0b4b9b3ef073e13c3ef340f47b87410e8b32a323fd53a1059f84f04e6c6f5db",
1848
+ "integrity": "sha256-4LS5s+8HPhPD7zQPR7h0EOizKjI/1ToQWfhPBObG9ds=",
1849
1849
  "mediaType": "text/javascript"
1850
1850
  },
1851
1851
  {
@@ -1621,7 +1621,7 @@ var TraceKernelRuntimeFileClient = class {
1621
1621
  // package.json
1622
1622
  var package_default = {
1623
1623
  name: "@tracecode/harness",
1624
- version: "0.16.0",
1624
+ version: "0.16.1",
1625
1625
  license: "AGPL-3.0-only",
1626
1626
  homepage: "https://tracecode.app",
1627
1627
  repository: {
@@ -1878,7 +1878,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
1878
1878
  "versionLabel": "Python 3.13.2",
1879
1879
  "executionPlatform": {
1880
1880
  "name": "TraceKernel",
1881
- "version": "0.16.0"
1881
+ "version": "0.16.1"
1882
1882
  },
1883
1883
  "description": "Python 3.13.2 runs in TraceKernel's isolated Python runtime.\n\nCommon algorithm helpers are imported automatically, including array, bisect, collections, functools, heapq, itertools. Other standard-library modules can be imported normally.\n\nOptional third-party packages are consumer-owned runtime assets and are available only when declared by the TraceKernel runtime manifest.",
1884
1884
  "runtime": {
@@ -1905,7 +1905,7 @@ var LANGUAGE_RUNTIME_INFOS = Object.freeze(
1905
1905
  "versionLabel": "JavaScript (ECMAScript 2023)",
1906
1906
  "executionPlatform": {
1907
1907
  "name": "TraceKernel",
1908
- "version": "0.16.0"
1908
+ "version": "0.16.1"
1909
1909
  },
1910
1910
  "runtime": {
1911
1911
  "name": "TraceKernel JavaScript runtime",
@@ -1997,7 +1997,7 @@ Binary Search Tree, Trie, and Graph are bundled too, but are not exposed globall
1997
1997
  "versionLabel": "TypeScript 5.9.3",
1998
1998
  "executionPlatform": {
1999
1999
  "name": "TraceKernel",
2000
- "version": "0.16.0"
2000
+ "version": "0.16.1"
2001
2001
  },
2002
2002
  "description": `TypeScript 5.9.3 is compiled with the TypeScript compiler and executed by TraceKernel's JavaScript runtime.
2003
2003
 
@@ -2097,7 +2097,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
2097
2097
  "versionLabel": "Java 23",
2098
2098
  "executionPlatform": {
2099
2099
  "name": "TraceKernel",
2100
- "version": "0.16.0"
2100
+ "version": "0.16.1"
2101
2101
  },
2102
2102
  "description": "Java 23 is compiled with javac 23 and executed by the Java runtime on TraceKernel.\n\nCommon imports are added automatically: java.util.*, java.io.*, java.math.*, java.util.stream.*, javafx.util.Pair.",
2103
2103
  "runtime": {
@@ -2134,7 +2134,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
2134
2134
  "versionLabel": "C# 14",
2135
2135
  "executionPlatform": {
2136
2136
  "name": "TraceKernel",
2137
- "version": "0.16.0"
2137
+ "version": "0.16.1"
2138
2138
  },
2139
2139
  "description": "C# 14 source is compiled and executed by TraceKernel's isolated C# runtime.\n\nCommon namespaces are imported automatically: System, System.Collections, System.Collections.Generic, System.IO, System.Linq, System.Numerics, System.Text, System.Text.RegularExpressions.",
2140
2140
  "runtime": {
@@ -2163,7 +2163,7 @@ The compiled output runs on the same TraceKernel execution lane as JavaScript su
2163
2163
  "versionLabel": "C++23",
2164
2164
  "executionPlatform": {
2165
2165
  "name": "TraceKernel",
2166
- "version": "0.16.0"
2166
+ "version": "0.16.1"
2167
2167
  },
2168
2168
  "description": "C++ source is compiled using the C++23 standard.\n\nSubmissions compile to WebAssembly and run in TraceKernel's WASI execution lane. The compiler currently uses -O0 and -fno-exceptions, with a fixed program stack size.\n\nCommon standard library headers are included automatically, including <algorithm>, <array>, <bitset>, <climits>, <cmath>, <cstdint>, <functional>, <limits>, <numeric>, <sstream>, <tuple>, <vector>, <unordered_map>, <unordered_set> and more.",
2169
2169
  "runtime": {