Skip to content

Commit 8aea3b0

Browse files
committed
o.o
1 parent 5ef7814 commit 8aea3b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanctumterra/raknet",
3-
"version": "1.3.59",
3+
"version": "1.3.60",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "ISC",
1616
"dependencies": {
17-
"@sanctumterra/rs-rak-client": "^1.0.64",
17+
"@sanctumterra/rs-rak-client": "^1.0.65",
1818
"@serenityjs/binarystream": "^2.6.6",
1919
"@serenityjs/emitter": "^0.5.2",
2020
"@serenityjs/nbt": "^0.6.1",

src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
import "reflect-metadata";
2-
import { Client } from "./client";
32
export * from "./client";
43
export * from "./proto";

0 commit comments

Comments
 (0)