Skip to content

Commit

Permalink
chore: release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel P. committed Nov 28, 2024
1 parent d7c1fd4 commit 47a4813
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "time2fa",
"type": "module",
"version": "1.4.0",
"version": "1.4.1",
"description": "NodeJS OTP implementation",
"author": "@MarcAndreG",
"license": "MIT",
Expand All @@ -14,9 +14,14 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"main": "./dist/index.mjs",
Expand Down

0 comments on commit 47a4813

Please sign in to comment.