Skip to content

Commit

Permalink
feat: divisions and findCountrySubdivisions added
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Aug 19, 2024
1 parent 4a41478 commit 392f1c2
Show file tree
Hide file tree
Showing 3 changed files with 4,838 additions and 4,367 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: muratgozel
patreon: muratgozel # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: #muratgozel
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "locale-util",
"version": "4.3.0",
"version": "4.4.0",
"description": "Locale data generators written in node.js. Uses reliable sources. Generated data available as JS/JSON objects.",
"type": "module",
"exports": {
Expand Down Expand Up @@ -62,38 +62,38 @@
},
"homepage": "https://github.com/muratgozel/locale-util#readme",
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@jest/globals": "^29.7.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@swc-node/register": "^1.9.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.13",
"@swc-node/register": "^1.10.9",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.7.11",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.12.7",
"core-js": "^3.36.1",
"@types/node": "^20.16.0",
"core-js": "^3.38.0",
"eslint": "^8.57.0",
"fast-xml-parser": "^4.3.6",
"fast-xml-parser": "^4.4.1",
"jest": "^29.7.0",
"moment-timezone": "^0.5.45",
"node-releaser": "^2.1.4",
"pino": "^8.20.0",
"node-releaser": "^2.1.6",
"pino": "^8.21.0",
"pino-pretty": "^10.3.1",
"rollup": "^4.14.2",
"tsup": "^8.0.2",
"rollup": "^4.21.0",
"tsup": "^8.2.4",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0"
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0"
},
"dependencies": {
"@babel/runtime": "^7.24.4",
"@babel/runtime-corejs3": "^7.24.4"
"@babel/runtime": "^7.25.0",
"@babel/runtime-corejs3": "^7.25.0"
}
}
Loading

0 comments on commit 392f1c2

Please sign in to comment.