Comparing version 4.1.7 to 4.1.8
{ | ||
"name": "node-osc", | ||
"description": "pyOSC inspired library", | ||
"version": "4.1.7", | ||
"version": "4.1.8", | ||
"main": "./lib/index.js", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -40,3 +40,3 @@ # node-osc | ||
```js | ||
import { Client, Server } from 'node-osc/esm' | ||
import { Client, Server } from 'node-osc'; | ||
@@ -43,0 +43,0 @@ const client = new Client('127.0.0.1', 3333); |
Sorry, the diff of this file is not supported yet
50207