split into separate client and server for sending/listening

This commit is contained in:
Rik Berkelder 2021-01-23 21:22:11 +01:00
parent 3a2db4f0c8
commit 19b3424971
5 changed files with 62 additions and 62 deletions

View file

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