File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sanctumterra/raknet" ,
3
- "version" : " 1.3.57 " ,
3
+ "version" : " 1.3.58 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
17
17
"@sanctumterra/rs-rak-client" : " ^1.0.64" ,
18
18
"@serenityjs/binarystream" : " ^2.6.6" ,
19
19
"@serenityjs/emitter" : " ^0.5.2" ,
20
+ "@serenityjs/nbt" : " ^0.6.1" ,
20
21
"reflect-metadata" : " ^0.2.2"
21
22
},
22
23
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -27,8 +27,10 @@ import type {
27
27
Uuid ,
28
28
} from "@serenityjs/binarystream" ;
29
29
import type { DataType } from "../packets/types/data-type" ;
30
+ import type { CompoundTag } from "@serenityjs/nbt" ;
30
31
31
32
export type ValidTypes =
33
+ | typeof CompoundTag // For @serenityjs /protocol
32
34
| typeof DataType
33
35
| typeof Bool
34
36
| typeof Byte
@@ -56,3 +58,4 @@ export type ValidTypes =
56
58
| typeof VarString
57
59
| typeof ZigZag
58
60
| typeof ZigZong ;
61
+
You can’t perform that action at this time.
0 commit comments