@sndwrks/osc-cli 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,7 +34,7 @@ osc-cli listen-udp 8000
34
34
  npm install
35
35
  ```
36
36
 
37
- ### Install from npm (if published)
37
+ ### Install from npm
38
38
 
39
39
  ```bash
40
40
  npm install -g @sndwrks/osc-cli
package/dist/index.js CHANGED
@@ -101,7 +101,6 @@ export function sendTCP(address, args, host = '127.0.0.1', port = 57122) {
101
101
  port: 52000,
102
102
  });
103
103
  logger.info(`Attempting send... address: ${address}, args: ${args}, host: ${host}, port: ${port}`);
104
- logger.info({ tcpPort });
105
104
  tcpPort.on('ready', () => {
106
105
  logger.info(`Sending OSC message via TCP to ${host}:${port}`);
107
106
  tcpPort.send({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sndwrks/osc-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Simple OSC command-line tool",
5
5
  "keywords": [
6
6
  "osc",