Skip to content

Commit

Permalink
fix: correção de tipagem
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-muniz-efi committed Dec 2, 2024
1 parent c576423 commit 818f8f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/cjs/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ var exports$1 = {
}
};
var description = "Module for integration with Efi Bank API";
var version = "1.2.11";
var version = "1.2.12";
var author = "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas";
var license = "MIT";
var repository = "efipay/sdk-node-apis-efi";
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ var exports = {
}
};
var description = "Module for integration with Efi Bank API";
var version = "1.2.11";
var version = "1.2.12";
var author = "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas";
var license = "MIT";
var repository = "efipay/sdk-node-apis-efi";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"description": "Module for integration with Efi Bank API",
"version": "1.2.11",
"version": "1.2.12",
"author": "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas",
"license": "MIT",
"repository": "efipay/sdk-node-apis-efi",
Expand Down

0 comments on commit 818f8f6

Please sign in to comment.