@agoric/vat-data
Advanced tools
Comparing version 0.5.3-dev-7ae1f27.0 to 0.5.3-dev-7b1656c.0
{ | ||
"name": "@agoric/vat-data", | ||
"version": "0.5.3-dev-7ae1f27.0+7ae1f27", | ||
"version": "0.5.3-dev-7b1656c.0+7b1656c", | ||
"description": "Safe access to VatData global", | ||
@@ -21,13 +21,13 @@ "type": "module", | ||
"dependencies": { | ||
"@agoric/base-zone": "0.1.1-dev-7ae1f27.0+7ae1f27", | ||
"@agoric/store": "0.9.3-dev-7ae1f27.0+7ae1f27", | ||
"@agoric/swingset-liveslots": "0.10.3-dev-7ae1f27.0+7ae1f27", | ||
"@endo/errors": "^1.2.7", | ||
"@endo/exo": "^1.5.6", | ||
"@endo/patterns": "^1.4.6" | ||
"@agoric/base-zone": "0.1.1-dev-7b1656c.0+7b1656c", | ||
"@agoric/store": "0.9.3-dev-7b1656c.0+7b1656c", | ||
"@agoric/swingset-liveslots": "0.10.3-dev-7b1656c.0+7b1656c", | ||
"@endo/errors": "^1.2.9", | ||
"@endo/exo": "^1.5.8", | ||
"@endo/patterns": "^1.4.8" | ||
}, | ||
"devDependencies": { | ||
"@endo/far": "^1.1.8", | ||
"@endo/init": "^1.1.6", | ||
"@endo/ses-ava": "^1.2.7", | ||
"@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": "7ae1f278fa8cbeb0cfc777b7cebf507b1f07c958" | ||
"gitHead": "7b1656cec7213946b554f751cf4a489fb32b7952" | ||
} |
@@ -292,3 +292,6 @@ // @jessie-check | ||
* @param {InterfaceGuard | undefined} interfaceGuard | ||
* @param {M} methods | ||
* @param {M & | ||
* ThisType<{ | ||
* self: RemotableObject & M; | ||
* }>} methods | ||
* @param {DefineKindOptions<{ self: M }>} [options] | ||
@@ -295,0 +298,0 @@ * @returns {import('@endo/exo').Guarded<M>} |
@@ -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 ///////////////////////////////////// |
@@ -1,2 +0,1 @@ | ||
/* eslint-disable no-use-before-define */ | ||
import { expectType } from 'tsd'; | ||
@@ -3,0 +2,0 @@ import type { |
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
1354