@agoric/vat-data
Advanced tools
Comparing version 0.5.3-dev-45d0417.0 to 0.5.3-dev-46061c3.0
{ | ||
"name": "@agoric/vat-data", | ||
"version": "0.5.3-dev-45d0417.0+45d0417", | ||
"version": "0.5.3-dev-46061c3.0+46061c3", | ||
"description": "Safe access to VatData global", | ||
@@ -21,13 +21,13 @@ "type": "module", | ||
"dependencies": { | ||
"@agoric/base-zone": "0.1.1-dev-45d0417.0+45d0417", | ||
"@agoric/store": "0.9.3-dev-45d0417.0+45d0417", | ||
"@agoric/swingset-liveslots": "0.10.3-dev-45d0417.0+45d0417", | ||
"@endo/errors": "^1.2.8", | ||
"@endo/exo": "^1.5.7", | ||
"@endo/patterns": "^1.4.7" | ||
"@agoric/base-zone": "0.1.1-dev-46061c3.0+46061c3", | ||
"@agoric/store": "0.9.3-dev-46061c3.0+46061c3", | ||
"@agoric/swingset-liveslots": "0.10.3-dev-46061c3.0+46061c3", | ||
"@endo/errors": "^1.2.9", | ||
"@endo/exo": "^1.5.8", | ||
"@endo/patterns": "^1.4.8" | ||
}, | ||
"devDependencies": { | ||
"@endo/far": "^1.1.9", | ||
"@endo/init": "^1.1.7", | ||
"@endo/ses-ava": "^1.2.8", | ||
"@endo/far": "^1.1.10", | ||
"@endo/init": "^1.1.8", | ||
"@endo/ses-ava": "^1.2.9", | ||
"ava": "^5.3.0", | ||
@@ -53,3 +53,3 @@ "tsd": "^0.31.1" | ||
}, | ||
"gitHead": "45d0417bfadafc1af14d8244d7648e08c6a6cf6c" | ||
"gitHead": "46061c3ad3267fb9642309a5c8287dc01ef9c5dc" | ||
} |
@@ -53,3 +53,3 @@ // @jessie-check | ||
// causes this error in typedoc: Expected a symbol for node with kind Identifier | ||
/** @typedef {MapStore<string, any>} Baggage */ | ||
/** @typedef {import('@agoric/swingset-liveslots').MapStore<string, any>} Baggage */ | ||
@@ -56,0 +56,0 @@ // //////////////////////////// deprecated ///////////////////////////////////// |
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
61289