@tracecode/harness 0.16.1 → 0.16.3
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/CHANGELOG.md +24 -0
- package/dist/{browser-runtime-provider-NQNCL6HE.js → browser-runtime-provider-C53ZJH3D.js} +4 -4
- package/dist/{chunk-MMQLUTPP.js → chunk-53ROKKGU.js} +2 -2
- package/dist/{chunk-KYTMGAFA.js → chunk-6SWX35P2.js} +2 -2
- package/dist/{chunk-4W6MUXZE.js → chunk-BXUGUGWL.js} +9 -9
- package/dist/{chunk-AWHLLSEH.js → chunk-DI7WIHES.js} +3 -3
- package/dist/chunk-EJE2EJDI.js +193 -0
- package/dist/{chunk-DQMPICNS.js → chunk-TXDHVV6B.js} +193 -345
- package/dist/{chunk-57WKRSIB.js → chunk-YID2AAYD.js} +2 -2
- package/dist/cli.cjs +5 -0
- package/dist/cli.js +5 -0
- package/dist/core.cjs +8 -8
- package/dist/core.d.cts +2 -2
- package/dist/core.d.ts +2 -2
- package/dist/core.js +1 -1
- package/dist/{cpp-worker-client-A2ULEW5T.js → cpp-worker-client-FLJ2YLSW.js} +3 -3
- package/dist/{csharp-worker-client-RA47P77F.js → csharp-worker-client-S4U6MCVF.js} +3 -3
- package/dist/internal/tracekernel-workspace.cjs +171 -31
- package/dist/internal/tracekernel-workspace.d.cts +8 -2
- package/dist/internal/tracekernel-workspace.d.ts +8 -2
- package/dist/internal/tracekernel-workspace.js +164 -24
- package/dist/{java-project-BTAANBJH.js → java-project-GK6MHT3I.js} +2 -2
- package/dist/{java-project-client-R7CKC72F.js → java-project-client-PEQKFTH6.js} +11 -2
- package/dist/judge.cjs +420 -214
- package/dist/judge.d.cts +1 -1
- package/dist/judge.d.ts +1 -1
- package/dist/judge.js +9 -7
- package/dist/{project-browser-GBSPIYEW.js → project-browser-3I5FVB5N.js} +2 -2
- package/dist/{project-browser-U3YK43H4.js → project-browser-ADXGG5RZ.js} +2 -2
- package/dist/{project-browser-J6LVPVDC.js → project-browser-B5T7WJWP.js} +2 -2
- package/dist/{project-browser-QMZCUVJA.js → project-browser-JXJ74RDZ.js} +2 -2
- package/dist/{project-browser-PC7TRROQ.js → project-browser-TDL4LMJJ.js} +2 -2
- package/dist/{python-worker-client-NEBS6V63.js → python-worker-client-2RF6IYIN.js} +3 -3
- package/dist/{runtime-environment-D7mZm8SA.d.cts → runtime-environment-BO5I1fAC.d.cts} +5 -0
- package/dist/{runtime-environment-Q60S0pUa.d.ts → runtime-environment-Dfg6ZoCj.d.ts} +5 -0
- package/dist/{runtime-open-source-info-BQtIRJ9F.d.cts → runtime-open-source-info-CaBpNicy.d.cts} +4 -2
- package/dist/{runtime-open-source-info-FkIxlAcm.d.ts → runtime-open-source-info-D0OJc4zH.d.ts} +4 -2
- package/dist/tracecc-runtime-assets-G3BFH7LY.js +19 -0
- package/dist/tracekernel.cjs +585 -235
- package/dist/tracekernel.d.cts +14 -5
- package/dist/tracekernel.d.ts +14 -5
- package/dist/tracekernel.js +175 -31
- package/package.json +44 -32
- package/runtime-assets.lock.json +7 -7
- package/workers/javascript/javascript-project-worker.js +7 -7
package/runtime-assets.lock.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"schema": "tracecode.runtime-assets-lock.v1",
|
|
3
3
|
"harness": {
|
|
4
4
|
"name": "@tracecode/harness",
|
|
5
|
-
"version": "0.16.
|
|
6
|
-
"releaseId": "@tracecode/harness@0.16.
|
|
5
|
+
"version": "0.16.3",
|
|
6
|
+
"releaseId": "@tracecode/harness@0.16.3+sha256.d18992b4747d0a65e03c2b103bc38051f14c78cf543e7fe94faf05b9ce98120c"
|
|
7
7
|
},
|
|
8
8
|
"treeSha256Algorithm": "sha256-path-nul-bytes-nul-v1",
|
|
9
|
-
"packageTreeSha256": "
|
|
9
|
+
"packageTreeSha256": "d18992b4747d0a65e03c2b103bc38051f14c78cf543e7fe94faf05b9ce98120c",
|
|
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.
|
|
1841
|
-
"treeSha256": "
|
|
1840
|
+
"releaseId": "javascript+sha256.f4e5d679cae01f08ba4327ffbd7f4bcfcb685bb5b70cfb3b0b4b063e2f46cb26",
|
|
1841
|
+
"treeSha256": "f4e5d679cae01f08ba4327ffbd7f4bcfcb685bb5b70cfb3b0b4b063e2f46cb26",
|
|
1842
1842
|
"totalBytes": 1202891,
|
|
1843
1843
|
"files": [
|
|
1844
1844
|
{
|
|
1845
1845
|
"path": "workers/javascript/javascript-project-worker.js",
|
|
1846
1846
|
"size": 561093,
|
|
1847
|
-
"sha256": "
|
|
1848
|
-
"integrity": "sha256-
|
|
1847
|
+
"sha256": "570de947fe170a1dd1d778514577827ede5edbef1ddf08c01f3500834e93ce6b",
|
|
1848
|
+
"integrity": "sha256-Vw3pR/4XCh3R13hRRXeCft5e2+8d3wjAHzUAg06Tzms=",
|
|
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.
|
|
1624
|
+
version: "0.16.3",
|
|
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.
|
|
1881
|
+
"version": "0.16.3"
|
|
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.
|
|
1908
|
+
"version": "0.16.3"
|
|
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.
|
|
2000
|
+
"version": "0.16.3"
|
|
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.
|
|
2100
|
+
"version": "0.16.3"
|
|
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.
|
|
2137
|
+
"version": "0.16.3"
|
|
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.
|
|
2166
|
+
"version": "0.16.3"
|
|
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": {
|