@agoric/base-zone
Advanced tools
Comparing version 0.1.1-dev-09e90ee.0 to 0.1.1-dev-0b0694a.0
{ | ||
"name": "@agoric/base-zone", | ||
"version": "0.1.1-dev-09e90ee.0+09e90ee", | ||
"version": "0.1.1-dev-0b0694a.0+0b0694a", | ||
"description": "Allocation zone abstraction library and heap implementation", | ||
@@ -22,2 +22,3 @@ "type": "module", | ||
".": "./src/index.js", | ||
"./zone-helpers.js": "./zone-helpers.js", | ||
"./heap.js": "./heap.js", | ||
@@ -30,10 +31,12 @@ "./tools/*": "./tools/*" | ||
"dependencies": { | ||
"@agoric/store": "0.9.3-dev-09e90ee.0+09e90ee", | ||
"@endo/exo": "^1.1.0", | ||
"@endo/far": "^1.0.2", | ||
"@endo/pass-style": "^1.1.0", | ||
"@endo/patterns": "^1.1.0" | ||
"@agoric/store": "0.9.3-dev-0b0694a.0+0b0694a", | ||
"@endo/common": "^1.2.0", | ||
"@endo/exo": "^1.3.0", | ||
"@endo/far": "^1.1.0", | ||
"@endo/pass-style": "^1.3.0", | ||
"@endo/patterns": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"@endo/init": "^1.0.2", | ||
"@endo/init": "^1.1.0", | ||
"@endo/ses-ava": "^1.2.0", | ||
"ava": "^5.3.0" | ||
@@ -45,3 +48,3 @@ }, | ||
"engines": { | ||
"node": ">=14.15.0" | ||
"node": "^18.12 || ^20.9" | ||
}, | ||
@@ -59,5 +62,5 @@ "ava": { | ||
"typeCoverage": { | ||
"atLeast": 88.7 | ||
"atLeast": 89.25 | ||
}, | ||
"gitHead": "09e90eeb90153b39018afe6309ebdcafa02b07b2" | ||
"gitHead": "0b0694a0d92bf82d3a1b5a85b032a11740094a62" | ||
} |
@@ -10,1 +10,5 @@ # Base Zone Library | ||
This library is used internally by [@agoric/zone](../zone/README.md); refer to it for more details. Unless you are an author of a new Zone backing store type, or want to use `makeHeapZone` without introducing build dependencies on [@agoric/vat-data](../vat-data/README.md), you should instead use [@agoric/zone](../zone/README.md). | ||
--- | ||
Be aware that both this package `@agoric/base-zone` and `@agoric/store` will move from the agoric-sdk repository to the endo repository and likely renamed `@endo/zone` and `@endo/store`. At that time, we will first deprecate the versions here, then replace them with deprecated stubs that reexport from their new home. We hope to eventually remove even these stubs, depending on the compat cost at that time. |
@@ -1,5 +0,4 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { wrapTest } from '@endo/ses-ava'; | ||
import rawTest from 'ava'; | ||
import test from 'ava'; | ||
export { test }; | ||
export const test = wrapTest(rawTest); |
@@ -1,2 +0,1 @@ | ||
// eslint-disable-next-line import/order | ||
import { test } from './prepare-test-env-ava.js'; | ||
@@ -3,0 +2,0 @@ |
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
43554
41
780
14
6
3
+ Added@endo/common@^1.2.0
Updated@endo/exo@^1.3.0
Updated@endo/far@^1.1.0
Updated@endo/pass-style@^1.3.0
Updated@endo/patterns@^1.3.0