File tree Expand file tree Collapse file tree 4 files changed +34
-0
lines changed
Expand file tree Collapse file tree 4 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - Export ESM paths ([ #57 ] ( https://github.com/MetaMask/mobile-wallet-protocol/pull/57 ) )
13+
1014## [ 0.2.1]
1115
1216### Changed
Original file line number Diff line number Diff line change 1111 },
1212 "license" : " MIT" ,
1313 "main" : " ./dist/index.js" ,
14+ "module" : " ./dist/index.mjs" ,
1415 "types" : " ./dist/index.d.ts" ,
16+ "exports" : {
17+ "." : {
18+ "import" : {
19+ "types" : " ./dist/index.d.mts" ,
20+ "default" : " ./dist/index.mjs"
21+ },
22+ "require" : {
23+ "types" : " ./dist/index.d.ts" ,
24+ "default" : " ./dist/index.js"
25+ }
26+ }
27+ },
1528 "files" : [
1629 " dist"
1730 ],
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - Export ESM paths ([ #57 ] ( https://github.com/MetaMask/mobile-wallet-protocol/pull/57 ) )
13+
1014## [ 0.2.1]
1115
1216### Changed
Original file line number Diff line number Diff line change 1111 },
1212 "license" : " MIT" ,
1313 "main" : " ./dist/index.js" ,
14+ "module" : " ./dist/index.mjs" ,
1415 "types" : " ./dist/index.d.ts" ,
16+ "exports" : {
17+ "." : {
18+ "import" : {
19+ "types" : " ./dist/index.d.mts" ,
20+ "default" : " ./dist/index.mjs"
21+ },
22+ "require" : {
23+ "types" : " ./dist/index.d.ts" ,
24+ "default" : " ./dist/index.js"
25+ }
26+ }
27+ },
1528 "files" : [
1629 " dist"
1730 ],
You can’t perform that action at this time.
0 commit comments