Skip to content

Commit

Permalink
2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Nov 23, 2024
1 parent 0ae7f88 commit 570e039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 570e039

Please sign in to comment.