@agoric/swingset-xsnap-supervisor
Advanced tools
Comparing version 0.10.3-dev-c0c733c.0 to 0.10.3-dev-c0d9d8e.0
@@ -103,7 +103,7 @@ /* global globalThis WeakRef FinalizationRegistry */ | ||
* | ||
* @param {(cmd: ArrayBuffer) => ArrayBuffer} issueCommand as from xsnap | ||
* @param {(cmd: ArrayBufferLike) => ArrayBuffer} issueCommand as from xsnap | ||
* @typedef { [unknown, ...unknown[]] } Tagged tagged array | ||
*/ | ||
function managerPort(issueCommand) { | ||
/** @type { (item: Tagged) => ArrayBuffer } */ | ||
/** @type { (item: Tagged) => ArrayBufferLike } */ | ||
const encode = item => { | ||
@@ -110,0 +110,0 @@ let txt; |
{ | ||
"name": "@agoric/swingset-xsnap-supervisor", | ||
"version": "0.10.3-dev-c0c733c.0+c0c733c", | ||
"version": "0.10.3-dev-c0d9d8e.0+c0d9d8e", | ||
"description": "Supervisor/Liveslots bundle for swingset xsnap workers", | ||
@@ -22,14 +22,14 @@ "author": "Agoric", | ||
"test": "ava", | ||
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js", | ||
"test:c8": "c8 --all $C8_OPTIONS ava", | ||
"test:xs": "exit 0" | ||
}, | ||
"devDependencies": { | ||
"@agoric/swingset-liveslots": "0.10.3-dev-c0c733c.0+c0c733c", | ||
"@endo/bundle-source": "^3.4.0", | ||
"@endo/errors": "^1.2.5", | ||
"@endo/import-bundle": "^1.2.2", | ||
"@endo/init": "^1.1.4", | ||
"@endo/marshal": "^1.5.3", | ||
"@agoric/swingset-liveslots": "0.10.3-dev-c0d9d8e.0+c0d9d8e", | ||
"@endo/bundle-source": "^3.5.0", | ||
"@endo/errors": "^1.2.8", | ||
"@endo/import-bundle": "^1.3.2", | ||
"@endo/init": "^1.1.7", | ||
"@endo/marshal": "^1.6.2", | ||
"ava": "^5.3.0", | ||
"c8": "^9.1.0" | ||
"c8": "^10.1.2" | ||
}, | ||
@@ -58,3 +58,3 @@ "files": [ | ||
}, | ||
"gitHead": "c0c733ca12c32b2a7ad1b5ba0765b4317d44d9b2" | ||
"gitHead": "c0d9d8ecd41fed563ff80ce53e9bf2625ebe2949" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
952381