geoip-lite2 2.2.8-beta.7 → 2.2.8-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 1e2d74273ff207a2a7d129a195b300dbc45b22a4358cd3e45de17ae47ccab4f8 GeoLite2-City-CSV_20251128.zip
1
+ c07c4808c374266ee46440295ee930d552d8eb9ff793850615a63160b93338ea GeoLite2-City-CSV_20251209.zip
@@ -1 +1 @@
1
- 67ac2aeddc82fc748089eaf5b01edf2ce0895c0c383a4a3f6812270a93bb3333 GeoLite2-Country-CSV_20251128.zip
1
+ 3bead4a8e0f9f94eec34caf058c4eabfd4e1bd5562fe402721a923fdd0199e03 GeoLite2-Country-CSV_20251209.zip
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geoip-lite2",
3
- "version": "2.2.8-beta.7",
3
+ "version": "2.2.8-beta.8",
4
4
  "description": "A light weight native JavaScript implementation of GeoIP API from MaxMind. Improved and faster version by Sefinek.",
5
5
  "keywords": [
6
6
  "city",
@@ -87,6 +87,7 @@
87
87
  },
88
88
  "devDependencies": {
89
89
  "@eslint/js": "^9.39.1",
90
+ "@jest/globals": "^30.2.0",
90
91
  "globals": "^16.5.0",
91
92
  "jest": "^30.2.0"
92
93
  },