update @jwetzell/osc in readosc to v1.0.0

This commit is contained in:
2024-10-13 15:38:41 -05:00
parent 109a690796
commit fd6949c897
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
},
"license": "MIT",
"dependencies": {
"@jwetzell/osc": "0.2.2",
"@jwetzell/osc": "1.0.0",
"commander": "^11.0.0"
}
}
+1 -6
View File
@@ -39,18 +39,13 @@
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@jwetzell/osc": "0.2.2",
"@jwetzell/osc": "1.0.0",
"commander": "^11.0.0"
},
"bin": {
"readosc": "src/main.js"
}
},
"apps/readosc/node_modules/@jwetzell/osc": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@jwetzell/osc/-/osc-0.2.2.tgz",
"integrity": "sha512-HobCAMnDDSrKfrMBrF5ySA8fKO8Qjkn2HDKysuV51sHrpXABKJFQt5OemIQgbnSMNWU0kZ0+FF9xRrivHHaDTg=="
},
"apps/sendosc": {
"version": "1.0.1",
"license": "MIT",