Skip to content

Commit

Permalink
fix: patch missing index.js from @agoric/vats
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 23, 2023
1 parent 712bd92 commit 0a94313
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions contract/patches/@agoric+vats+0.15.2-u12.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/node_modules/@agoric/vats/index.js b/node_modules/@agoric/vats/index.js
new file mode 100644
index 0000000..05aabbc
--- /dev/null
+++ b/node_modules/@agoric/vats/index.js
@@ -0,0 +1,10 @@
+// @ts-check
+// Ambient types
+import './src/core/types.js';
+
+// eslint-disable-next-line import/export -- no named exports
+export * from './src/types.js';
+export * from './src/nameHub.js';
+export * from './src/bridge.js';
+export { makePromiseSpace } from './src/core/promise-space.js';
+export { makeAgoricNamesAccess } from './src/core/utils.js';

0 comments on commit 0a94313

Please sign in to comment.