@agoric/vat-data
Advanced tools
Comparing version 0.5.3-dev-7f12e80.0 to 0.5.3-dev-7f4df76.0
{ | ||
"name": "@agoric/vat-data", | ||
"version": "0.5.3-dev-7f12e80.0+7f12e80", | ||
"version": "0.5.3-dev-7f4df76.0+7f4df76", | ||
"description": "Safe access to VatData global", | ||
@@ -11,3 +11,2 @@ "type": "module", | ||
"test": "ava", | ||
"test:c8": "exit 0", | ||
"test:xs": "exit 0", | ||
@@ -23,13 +22,13 @@ "lint-fix": "yarn lint:eslint --fix", | ||
"dependencies": { | ||
"@agoric/base-zone": "0.1.1-dev-7f12e80.0+7f12e80", | ||
"@agoric/store": "0.9.3-dev-7f12e80.0+7f12e80", | ||
"@agoric/swingset-liveslots": "0.10.3-dev-7f12e80.0+7f12e80", | ||
"@endo/errors": "^1.2.4", | ||
"@endo/exo": "^1.5.2", | ||
"@endo/patterns": "^1.4.2" | ||
"@agoric/base-zone": "0.1.1-dev-7f4df76.0+7f4df76", | ||
"@agoric/store": "0.9.3-dev-7f4df76.0+7f4df76", | ||
"@agoric/swingset-liveslots": "0.10.3-dev-7f4df76.0+7f4df76", | ||
"@endo/errors": "^1.2.9", | ||
"@endo/exo": "^1.5.8", | ||
"@endo/patterns": "^1.4.8" | ||
}, | ||
"devDependencies": { | ||
"@endo/far": "^1.1.4", | ||
"@endo/init": "^1.1.3", | ||
"@endo/ses-ava": "^1.2.4", | ||
"@endo/far": "^1.1.10", | ||
"@endo/init": "^1.1.8", | ||
"@endo/ses-ava": "^1.2.9", | ||
"ava": "^5.3.0", | ||
@@ -55,3 +54,3 @@ "tsd": "^0.31.1" | ||
}, | ||
"gitHead": "7f12e80b36a41b74433162db9e8df0344330060d" | ||
"gitHead": "7f4df7622f3e70d2b80b83139e16c4f28616203a" | ||
} |
@@ -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'; | ||
@@ -9,3 +8,3 @@ import type { | ||
} from '@agoric/swingset-liveslots'; | ||
import { VirtualObjectManager } from '@agoric/swingset-liveslots/src/virtualObjectManager.js'; | ||
import type { VirtualObjectManager } from '@agoric/swingset-liveslots/src/virtualObjectManager.js'; | ||
import { | ||
@@ -12,0 +11,0 @@ defineKind, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1