Skip to content

Commit

Permalink
Revert "fix import mjs to require cjs (#3459)"
Browse files Browse the repository at this point in the history
This reverts commit a5937c2.
  • Loading branch information
XxshiftxX committed Oct 27, 2023
1 parent a5937c2 commit 330ff7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions @planetarium/account-aws-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions @planetarium/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions @planetarium/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 330ff7b

Please sign in to comment.