We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254b735 commit 8b20562Copy full SHA for 8b20562
packages/captp/src/index.js
@@ -1,6 +1,5 @@
1
-import { Nat } from '@agoric/nat';
+export { Nat } from '@agoric/nat';
2
3
export * from '@agoric/marshal';
4
5
export * from './captp.js';
6
-export { Nat };
packages/solo/src/captp.js
@@ -1,7 +1,4 @@
-// Avoid importing the full captp bundle, which would carry
-// in its own makeHardener, etc.
-import { makeCapTP } from '@agoric/captp/lib/captp';
-import { E } from '@agoric/eventual-send';
+import { E, makeCapTP } from '@agoric/captp';
export const getCapTPHandler = (
7
send,
0 commit comments