@wasm-oj/contracts 0.2.0 → 0.2.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.
package/dist/index.d.ts CHANGED
@@ -25,7 +25,6 @@ declare const WASM_OJ_SCHEMAS: Readonly<{
25
25
  readonly objectCache: "wasm-oj-v2/object-cache";
26
26
  readonly pythonToolchain: "wasm-oj-v2/python-toolchain";
27
27
  readonly replayBundle: "wasm-oj-v2/replay-bundle";
28
- readonly releaseManifest: "wasm-oj-v2/release-manifest";
29
28
  readonly rustToolchain: "wasm-oj-v2/rust-toolchain";
30
29
  readonly runRequest: "wasm-oj-v2/run-request";
31
30
  readonly runtimeBundle: "wasm-oj-v2/runtime-bundle";
package/dist/index.js CHANGED
@@ -26,7 +26,6 @@ var WASM_OJ_SCHEMAS = Object.freeze({
26
26
  objectCache: `${WASM_OJ_CONTRACT_ID}/object-cache`,
27
27
  pythonToolchain: `${WASM_OJ_CONTRACT_ID}/python-toolchain`,
28
28
  replayBundle: `${WASM_OJ_CONTRACT_ID}/replay-bundle`,
29
- releaseManifest: `${WASM_OJ_CONTRACT_ID}/release-manifest`,
30
29
  rustToolchain: `${WASM_OJ_CONTRACT_ID}/rust-toolchain`,
31
30
  runRequest: `${WASM_OJ_CONTRACT_ID}/run-request`,
32
31
  runtimeBundle: `${WASM_OJ_CONTRACT_ID}/runtime-bundle`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wasm-oj/contracts",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Environment-neutral contracts and wire types for the WASM-OJ SDK.",
5
5
  "license": "MIT",
6
6
  "author": "JacobLinCool",