File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netcode" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.0.7 " ,
4
4
"description" : " NetCode for web video games" ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Int8Codec from 'netcode/src/encoder/codec/Int8Codec';
4
4
import Int16Codec from 'netcode/src/encoder/codec/Int16Codec' ;
5
5
import Int32Codec from 'netcode/src/encoder/codec/Int32Codec' ;
6
6
import LongIntCodec from 'netcode/src/encoder/codec/LongIntCodec' ;
7
- import StringCodec from 'netcode/src/encoder/codec/StringCodec2 ' ;
7
+ import StringCodec from 'netcode/src/encoder/codec/StringCodec ' ;
8
8
import LongStringCodec from 'netcode/src/encoder/codec/LongStringCodec' ;
9
9
10
10
module . exports = {
You can’t perform that action at this time.
0 commit comments