Skip to content

Commit 818f8f6

Browse files
fix: correção de tipagem
1 parent c576423 commit 818f8f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/cjs/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ var exports$1 = {
584584
}
585585
};
586586
var description = "Module for integration with Efi Bank API";
587-
var version = "1.2.11";
587+
var version = "1.2.12";
588588
var author = "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas";
589589
var license = "MIT";
590590
var repository = "efipay/sdk-node-apis-efi";

dist/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ var exports = {
575575
}
576576
};
577577
var description = "Module for integration with Efi Bank API";
578-
var version = "1.2.11";
578+
var version = "1.2.12";
579579
var author = "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas";
580580
var license = "MIT";
581581
var repository = "efipay/sdk-node-apis-efi";

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"description": "Module for integration with Efi Bank API",
13-
"version": "1.2.11",
13+
"version": "1.2.12",
1414
"author": "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas",
1515
"license": "MIT",
1616
"repository": "efipay/sdk-node-apis-efi",

0 commit comments

Comments
 (0)