From 330ff7bca7b03ca2c22a8f58155b38dfb937453f Mon Sep 17 00:00:00 2001 From: XxshiftxX Date: Fri, 27 Oct 2023 10:47:58 +0900 Subject: [PATCH] Revert "fix import mjs to require cjs (#3459)" This reverts commit a5937c2b2a851d33743b66c34d0f38cb4551f544. --- @planetarium/account-aws-kms/package.json | 4 ++-- @planetarium/account/package.json | 4 ++-- @planetarium/tx/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/@planetarium/account-aws-kms/package.json b/@planetarium/account-aws-kms/package.json index 4220ebe11d8..a9c95691037 100644 --- a/@planetarium/account-aws-kms/package.json +++ b/@planetarium/account-aws-kms/package.json @@ -7,8 +7,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.js", - "require": "./dist/index.cjs" + "import": "./dist/index.mjs", + "require": "./dist/index.js" } }, "files": [ diff --git a/@planetarium/account/package.json b/@planetarium/account/package.json index c48ce548b9d..d35e8192cca 100644 --- a/@planetarium/account/package.json +++ b/@planetarium/account/package.json @@ -7,8 +7,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.js", - "require": "./dist/index.cjs" + "import": "./dist/index.mjs", + "require": "./dist/index.js" } }, "types": "./dist/index.d.ts", diff --git a/@planetarium/tx/package.json b/@planetarium/tx/package.json index c6c0796e912..2f886adbd09 100644 --- a/@planetarium/tx/package.json +++ b/@planetarium/tx/package.json @@ -7,8 +7,8 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.js", - "require": "./dist/index.cjs" + "import": "./dist/index.mjs", + "require": "./dist/index.js" } }, "types": "./dist/index.d.ts",