@relicx_/kernel 1.1.36 → 1.1.38

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 (3) hide show
  1. package/index.d.ts +1 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -349,6 +349,7 @@ interface IPInfo {
349
349
  type?: string;
350
350
  country?: string;
351
351
  isp?: string;
352
+ ip?: string;
352
353
  }
353
354
  declare class GeoIP {
354
355
  private static m_v4cache;