update reference toolkit

support more translation book names

- cn
- fr
- pt
- ro
- da
This commit is contained in:
tim-hub 2024-09-14 16:00:06 +12:00
parent 229df38790
commit 6aaff0911d

View file

@ -1,6 +1,6 @@
{
"name": "bible-reference-toolkit",
"version": "2.3.3",
"version": "2.3.4",
"description": "Normalize bible references, convert them to machine readable formats, query and manipulate them",
"repository": {
"type": "git",
@ -35,6 +35,6 @@
"prettier:fix": "prettier . --write"
},
"dependencies": {
"bible-book-names-intl": "^3.1.0"
"bible-book-names-intl": "^3.2.1"
}
}