Skip to content

Commit

Permalink
2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Feb 16, 2025
1 parent 3b9c8f3 commit 6bee9b7
Show file tree
Hide file tree
Showing 20 changed files with 196 additions and 330 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ tsconfig.json
src
lib
renovate.json
build.rs
Cargo.toml
.vscode
14 changes: 7 additions & 7 deletions esm.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const Client = (await import("./dist/structures/Client.js")).default;
const Peer = (await import("./dist/structures/Peer.js")).default;
const TankPacket = (await import("./dist/packets/TankPacket.js")).default;
const TextPacket = (await import("./dist/packets/TextPacket.js")).default;
const Variant = (await import("./dist/packets/Variant.js")).default;
const ItemsDat = (await import("./dist/utils/ItemsDat.js")).default;
const Constants = (await import("./dist/Constants.js")).default;
const Client = await import("./dist/structures/Client.js");
const Peer = await import("./dist/structures/Peer.js");
const TankPacket = await import("./dist/packets/TankPacket.js");
const TextPacket = await import("./dist/packets/TextPacket.js");
const Variant = await import("./dist/packets/Variant.js");
const ItemsDat = await import("./dist/utils/ItemsDat.js");
const Constants = await import("./dist/Constants.js");

export * from "./native.js";

Expand Down
2 changes: 1 addition & 1 deletion lib/structures/Client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ClientOptions, Sendable } from "../../types";
import EventEmitter from "eventemitter3";
import EventEmitter from "events";
import { Host } from "../../native";
import { Variant } from "../packets/Variant";

Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-android-arm-eabi",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-android-arm64",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-darwin-arm64",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-darwin-universal",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-darwin-x64",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-linux-arm-gnueabihf",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-musleabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-linux-arm-musleabihf",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-linux-arm64-gnu",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-linux-arm64-musl",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-riscv64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-linux-riscv64-gnu",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-linux-x64-gnu",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-linux-x64-musl",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-win32-arm64-msvc",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-win32-ia32-msvc",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growtopia.js-win32-x64-msvc",
"version": "2.0.12",
"version": "2.0.13",
"os": [
"win32"
],
Expand Down
6 changes: 2 additions & 4 deletions 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.12",
"version": "2.0.13",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -32,9 +32,7 @@
}
},
"license": "MIT",
"dependencies": {
"eventemitter3": "^5.0.1"
},
"dependencies": {},
"devDependencies": {
"@antfu/ni": "^0.23.1",
"@hono/node-server": "^1.13.7",
Expand Down
Loading

0 comments on commit 6bee9b7

Please sign in to comment.