@fonderie/geo 0.2.0 → 0.2.1

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": "@fonderie/geo",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "fonderie": { "stability": "experimental" },
5
5
  "description": "Self-hosted IP → location. Provider-abstracted (IGeoProvider); the default resolves against a Postgres table of MaxMind/Hurricane-Electric CIDR blocks using native inet/GiST — IPv4 and IPv6, no external API, no key shipped. A signal source for @fonderie/risk and a day-one 'where did this request come from' for any Fonderie app.",
6
6
  "keywords": [
@@ -42,7 +42,7 @@
42
42
  "check": "biome check --write src"
43
43
  },
44
44
  "peerDependencies": {
45
- "@fonderie/core": "^0.11.0",
45
+ "@fonderie/core": "^0.12.0",
46
46
  "@fonderie/store": "^0.3.0"
47
47
  },
48
48
  "devDependencies": {