@agoric/vats 0.15.2-dev-3fc8884.0 → 0.15.2-dev-24fb1f5.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/package.json +16 -16
- package/src/vat-zoe.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/vats",
|
|
3
|
-
"version": "0.15.2-dev-
|
|
3
|
+
"version": "0.15.2-dev-24fb1f5.0+24fb1f5",
|
|
4
4
|
"description": "Agoric's Vat library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"author": "Agoric",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@agoric/cosmic-proto": "0.4.1-dev-
|
|
26
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
27
|
-
"@agoric/governance": "0.10.4-dev-
|
|
28
|
-
"@agoric/internal": "0.3.3-dev-
|
|
29
|
-
"@agoric/network": "0.1.1-dev-
|
|
30
|
-
"@agoric/notifier": "0.6.3-dev-
|
|
31
|
-
"@agoric/store": "0.9.3-dev-
|
|
32
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
33
|
-
"@agoric/time": "0.3.3-dev-
|
|
34
|
-
"@agoric/vat-data": "0.5.3-dev-
|
|
35
|
-
"@agoric/vow": "0.1.1-dev-
|
|
36
|
-
"@agoric/zoe": "0.26.3-dev-
|
|
37
|
-
"@agoric/zone": "0.2.3-dev-
|
|
25
|
+
"@agoric/cosmic-proto": "0.4.1-dev-24fb1f5.0+24fb1f5",
|
|
26
|
+
"@agoric/ertp": "0.16.3-dev-24fb1f5.0+24fb1f5",
|
|
27
|
+
"@agoric/governance": "0.10.4-dev-24fb1f5.0+24fb1f5",
|
|
28
|
+
"@agoric/internal": "0.3.3-dev-24fb1f5.0+24fb1f5",
|
|
29
|
+
"@agoric/network": "0.1.1-dev-24fb1f5.0+24fb1f5",
|
|
30
|
+
"@agoric/notifier": "0.6.3-dev-24fb1f5.0+24fb1f5",
|
|
31
|
+
"@agoric/store": "0.9.3-dev-24fb1f5.0+24fb1f5",
|
|
32
|
+
"@agoric/swingset-vat": "0.32.3-dev-24fb1f5.0+24fb1f5",
|
|
33
|
+
"@agoric/time": "0.3.3-dev-24fb1f5.0+24fb1f5",
|
|
34
|
+
"@agoric/vat-data": "0.5.3-dev-24fb1f5.0+24fb1f5",
|
|
35
|
+
"@agoric/vow": "0.1.1-dev-24fb1f5.0+24fb1f5",
|
|
36
|
+
"@agoric/zoe": "0.26.3-dev-24fb1f5.0+24fb1f5",
|
|
37
|
+
"@agoric/zone": "0.2.3-dev-24fb1f5.0+24fb1f5",
|
|
38
38
|
"@endo/errors": "^1.2.2",
|
|
39
39
|
"@endo/far": "^1.1.2",
|
|
40
40
|
"@endo/import-bundle": "^1.1.2",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"jessie.js": "^0.3.4"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@agoric/swingset-liveslots": "0.10.3-dev-
|
|
49
|
+
"@agoric/swingset-liveslots": "0.10.3-dev-24fb1f5.0+24fb1f5",
|
|
50
50
|
"@endo/bundle-source": "^3.2.3",
|
|
51
51
|
"@endo/init": "^1.1.2",
|
|
52
52
|
"ava": "^5.3.0",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"typeCoverage": {
|
|
79
79
|
"atLeast": 91.21
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "24fb1f54ab763bfefc9a01bd01a72168e78cc92b"
|
|
82
82
|
}
|
package/src/vat-zoe.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export function buildRootObject(vatPowers: any, _vatParams: any, zoeBaggage: any): {
|
|
2
2
|
buildZoe: (adminVat: any, feeIssuerConfig: any, zcfBundleName: any) => Promise<{
|
|
3
|
-
zoeService: ZoeService
|
|
3
|
+
zoeService: import("@endo/exo").Guarded<ZoeService>;
|
|
4
4
|
feeMintAccess: FeeMintAccess;
|
|
5
5
|
}>;
|
|
6
6
|
getZoeConfigFacet: () => any;
|
|
7
7
|
} & import("@endo/pass-style").RemotableObject<`Alleged: ${string}`> & import("@endo/eventual-send").RemotableBrand<{}, {
|
|
8
8
|
buildZoe: (adminVat: any, feeIssuerConfig: any, zcfBundleName: any) => Promise<{
|
|
9
|
-
zoeService: ZoeService
|
|
9
|
+
zoeService: import("@endo/exo").Guarded<ZoeService>;
|
|
10
10
|
feeMintAccess: FeeMintAccess;
|
|
11
11
|
}>;
|
|
12
12
|
getZoeConfigFacet: () => any;
|