Skip to content

Commit 914b601

Browse files
Fix types on ESM
1 parent 6a1ccff commit 914b601

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"exports": {
66
".": {
77
"require": "./dist/cjs/index.cjs",
8-
"import": "./dist/cjs/index.cjs"
8+
"import": "./dist/cjs/index.cjs",
9+
"types": "./dist/types/index.d.ts"
910
}
1011
},
1112
"description": "Module for integration with Efi Bank API",
12-
"version": "1.2.8",
13+
"version": "1.2.9",
1314
"author": "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas",
1415
"license": "MIT",
1516
"repository": "efipay/sdk-node-apis-efi",

0 commit comments

Comments
 (0)