@agoric/zoe 0.27.0-u21.0.1 → 0.27.0-u22.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/bundles/bundle-contractFacet-js-meta.json +291 -281
- package/bundles/bundle-contractFacet.d.ts +3 -3
- package/bundles/bundle-contractFacet.js +1 -1
- package/package.json +32 -33
- package/tools/setup-zoe.d.ts +1 -1
- package/tools/setup-zoe.d.ts.map +1 -1
- package/tools/setup-zoe.js +4 -2
- package/bundles/bundle-valueVow.contract-js-meta.json +0 -545
- package/bundles/bundle-valueVow.contract.js +0 -1
- package/bundles/zcf.b64 +0 -1
- package/bundles/zcf.zip +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
let moduleFormat: string;
|
|
3
|
+
let endoZipBase64: string;
|
|
4
|
+
let endoZipBase64Sha512: string;
|
|
5
5
|
}
|
|
6
6
|
export default _default;
|
|
7
7
|
//# sourceMappingURL=bundle-contractFacet.d.ts.map
|