update readosc to v0.2.0

This commit is contained in:
2024-10-13 15:40:46 -05:00
parent 180c9ff76a
commit acc93189a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "readosc",
"version": "0.1.0",
"version": "0.2.0",
"description": "Simple NodeJS utility for parsing osc buffers from stdin",
"main": "src/main.js",
"bin": {
+1 -1
View File
@@ -36,7 +36,7 @@
"integrity": "sha512-HobCAMnDDSrKfrMBrF5ySA8fKO8Qjkn2HDKysuV51sHrpXABKJFQt5OemIQgbnSMNWU0kZ0+FF9xRrivHHaDTg=="
},
"apps/readosc": {
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"@jwetzell/osc": "1.0.0",