@agoric/vm-config 0.1.1-dev-305b232.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 +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# VM Config
|
|
2
2
|
|
|
3
|
-
Factored out of @agoric/vats, by way of @agoric/boot.
|
|
3
|
+
Factored out of [@agoric/vats](../vats), by way of [@agoric/boot](../boot).
|
|
4
4
|
|
|
5
5
|
This is similar to `@agoric/boot` but because that has the integration testing of bootstrap, it depends on almost everything.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/vm-config",
|
|
3
|
-
"version": "0.1.1-dev-
|
|
3
|
+
"version": "0.1.1-dev-55a0902.0+55a0902",
|
|
4
4
|
"description": "Config to start an Agoric VM",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"typeCoverage": {
|
|
51
51
|
"atLeast": 100
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "55a09026e240a75c7ea13c4d679302b8e0238d20"
|
|
54
54
|
}
|