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",