* Squashed commit from 'helper' branch
* CI: run "update-helper" script on cron
* Update index.js
* disable proxy test
* lint
* re-add proxy test with delay
* lint
* Fix cron time
* Default to JS implementation of RakNet
* update server also, adjust test timeout based on number of versions
* 1.17.10: fix texture pack issue, keep raknet default at C++
* force_build
* Add createServer, ping on createClient, update README
* fix createClient keepalive
* resort readme, fix node 14
* Enforce auth on server connections, fix close/connect issues
* add type definitions, update readme, docs
* Wait some time before closing connection, update docs
* wait for server close in tests, fix race bug
* export a ping api
* Rename api.md to API.md
* add ping example
* Add packet dumper, configuable vanilla server, client events
* Fix server/client closing
* Add internal server test
* protocol: use WindowID types
* Add internal client/server test
* test timeout fixes
* client example updates
* update server example, use protocol updates
Server example with bedrock-provider
Use 64-bit varints for entity runtime ids
* fix internal test packet path