From 570e0391a01533d3dc4bf7a3938e8104a5aa9415 Mon Sep 17 00:00:00 2001 From: Hendra Gunawan <48410066+JadlionHD@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:53:23 +0700 Subject: [PATCH] 2.0.6 --- package.json | 2 +- types/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bab322e..e5ee782 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "growtopia.js", "description": "A Rust based, cross-platform, high-performance Growtopia private server framework utilizing Node.js, Bun.js.", - "version": "2.0.5", + "version": "2.0.6", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { diff --git a/types/index.d.ts b/types/index.d.ts index ce55a7d..a879b58 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -180,7 +180,7 @@ export interface VariantTypeString extends VariantTypeBase { export type VariantArray = VariantTypeString | VariantTypeNumber | VariantTypeFloat; export interface NativePeerData { - address: string; + ip: string; port: number; rtt: number; }