From 98a70c880482ac73d3441effe65610da8c9a73da Mon Sep 17 00:00:00 2001 From: Marco Martinez Date: Tue, 4 Feb 2025 13:16:17 -0700 Subject: [PATCH] export types (#1095) --- js/packages/mobile-wallet-adapter-protocol-web3js/package.json | 3 ++- js/packages/mobile-wallet-adapter-protocol/package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/packages/mobile-wallet-adapter-protocol-web3js/package.json b/js/packages/mobile-wallet-adapter-protocol-web3js/package.json index 0152d3adb..2cf27c4ba 100644 --- a/js/packages/mobile-wallet-adapter-protocol-web3js/package.json +++ b/js/packages/mobile-wallet-adapter-protocol-web3js/package.json @@ -19,7 +19,8 @@ "./package.json": "./package.json", ".": { "import": "./lib/esm/index.js", - "require": "./lib/cjs/index.js" + "require": "./lib/cjs/index.js", + "types": "./lib/types/index.d.ts" } }, "files": [ diff --git a/js/packages/mobile-wallet-adapter-protocol/package.json b/js/packages/mobile-wallet-adapter-protocol/package.json index db55003a4..728653182 100644 --- a/js/packages/mobile-wallet-adapter-protocol/package.json +++ b/js/packages/mobile-wallet-adapter-protocol/package.json @@ -19,7 +19,8 @@ "./package.json": "./package.json", ".": { "import": "./lib/esm/index.js", - "require": "./lib/cjs/index.js" + "require": "./lib/cjs/index.js", + "types": "./lib/types/index.d.ts" } }, "files": [