From 0a94313901c2c96828d95e50d582dcc788565316 Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Sat, 23 Dec 2023 17:16:36 -0600 Subject: [PATCH] fix: patch missing index.js from @agoric/vats --- contract/patches/@agoric+vats+0.15.2-u12.0.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 contract/patches/@agoric+vats+0.15.2-u12.0.patch diff --git a/contract/patches/@agoric+vats+0.15.2-u12.0.patch b/contract/patches/@agoric+vats+0.15.2-u12.0.patch new file mode 100644 index 0000000..c023f55 --- /dev/null +++ b/contract/patches/@agoric+vats+0.15.2-u12.0.patch @@ -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';