@agoric/vm-config 0.1.1-dev-0e6a9f4.0 → 0.1.1-dev-9825f6d.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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# VM Config
|
|
2
2
|
|
|
3
|
-
Factored out of [@agoric/vats](../vats), by way of [@
|
|
3
|
+
Factored out of [@agoric/vats](../vats), by way of [@aglocal/boot](../boot).
|
|
4
4
|
|
|
5
|
-
This is similar to `@
|
|
5
|
+
This is similar to `@aglocal/boot` but because that has the integration testing of bootstrap, it depends on almost everything.
|
|
6
6
|
|
|
7
7
|
The configs themselves have no dependencies. Keeping them separate allows packages to depend on them without depending on the world.
|
|
8
8
|
|
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-9825f6d.0+9825f6d",
|
|
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": "9825f6d2809327a397ed0aa9a25ebc101cf48b59"
|
|
54
54
|
}
|