@streamr/geoip-location 103.1.0-rc.2 → 103.1.0-rc.4

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamr/geoip-location",
3
- "version": "103.1.0-rc.2",
3
+ "version": "103.1.0-rc.4",
4
4
  "description": "Library for getting location information from IP addresses based on MaxMind GeoLite2 databases",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "test-unit": "jest test/unit"
32
32
  },
33
33
  "dependencies": {
34
- "@streamr/utils": "103.1.0-rc.2",
34
+ "@streamr/utils": "103.1.0-rc.4",
35
35
  "eventemitter3": "^5.0.0",
36
36
  "long-timeout": "^0.1.1",
37
37
  "mmdb-lib": "^3.0.1",