add events to server, add ability to close client and server

This commit is contained in:
Rik Berkelder 2021-01-30 03:28:46 +01:00
parent 2261bf8b3e
commit 56338f2262
3 changed files with 39 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ts-osc",
"version": "0.2.6",
"version": "0.3.0",
"description": "Fully TypeScript-native OSC Client based on osc-min",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",