From de5766ca23c4a51bb7d54009d77fa6c2160b39ef Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Mon, 6 Nov 2023 14:04:46 -0800 Subject: [PATCH] chore(eventual-send)!: restrict exports --- packages/eventual-send/package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/eventual-send/package.json b/packages/eventual-send/package.json index 232e1a42da..388018c587 100644 --- a/packages/eventual-send/package.json +++ b/packages/eventual-send/package.json @@ -18,6 +18,12 @@ "lint:types": "tsc", "lint:eslint": "eslint '**/*.js'" }, + "exports": { + "./package.json": "./package.json", + ".": "./src/no-shim.js", + "./shim.js": "./shim.js", + "./utils.js": "./utils.js" + }, "repository": { "type": "git", "url": "git+https://github.com/endojs/endo.git"