@agoric/base-zone 0.1.1-dev-e0447b8.0 → 0.1.1-dev-55a0902.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,4 +6,4 @@ allows library code to be agnostic to whether its objects are backed purely by
|
|
|
6
6
|
the JS heap (ephemeral), pageable out to disk (virtual) or can be revived after
|
|
7
7
|
a vat upgrade (durable).
|
|
8
8
|
|
|
9
|
-
This library is used internally by [
|
|
9
|
+
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).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/base-zone",
|
|
3
|
-
"version": "0.1.1-dev-
|
|
3
|
+
"version": "0.1.1-dev-55a0902.0+55a0902",
|
|
4
4
|
"description": "Allocation zone abstraction library and heap implementation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/Agoric/agoric-sdk",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"author": "Agoric",
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@agoric/store": "0.9.3-dev-
|
|
29
|
+
"@agoric/store": "0.9.3-dev-55a0902.0+55a0902",
|
|
30
30
|
"@endo/exo": "^1.1.0",
|
|
31
31
|
"@endo/far": "^1.0.2",
|
|
32
32
|
"@endo/pass-style": "^1.1.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"typeCoverage": {
|
|
56
56
|
"atLeast": 88.7
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "55a09026e240a75c7ea13c4d679302b8e0238d20"
|
|
59
59
|
}
|