mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-07-26 10:28:46 +00:00
bump version to v1.7.0
This commit is contained in:
Generated
+19
-1
@@ -33,6 +33,12 @@
|
||||
"makeosc": "src/main.js"
|
||||
}
|
||||
},
|
||||
"apps/makeosc/node_modules/@jwetzell/osc": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@jwetzell/osc/-/osc-1.6.0.tgz",
|
||||
"integrity": "sha512-8xu/e18Y+/GiBiji89IWrsUEydzi2uuCqpJNEfW02fxv0P+gnbyCFhoByk023fT0h+ZXV113Y7GqvUz85n9LDg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"apps/readosc": {
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
@@ -45,6 +51,12 @@
|
||||
"readosc": "src/main.js"
|
||||
}
|
||||
},
|
||||
"apps/readosc/node_modules/@jwetzell/osc": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@jwetzell/osc/-/osc-1.6.0.tgz",
|
||||
"integrity": "sha512-8xu/e18Y+/GiBiji89IWrsUEydzi2uuCqpJNEfW02fxv0P+gnbyCFhoByk023fT0h+ZXV113Y7GqvUz85n9LDg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"apps/sendosc": {
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
@@ -57,6 +69,12 @@
|
||||
"sendosc": "src/main.js"
|
||||
}
|
||||
},
|
||||
"apps/sendosc/node_modules/@jwetzell/osc": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@jwetzell/osc/-/osc-1.6.0.tgz",
|
||||
"integrity": "sha512-8xu/e18Y+/GiBiji89IWrsUEydzi2uuCqpJNEfW02fxv0P+gnbyCFhoByk023fT0h+ZXV113Y7GqvUz85n9LDg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@eslint-community/eslint-utils": {
|
||||
"version": "4.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
||||
@@ -2238,7 +2256,7 @@
|
||||
},
|
||||
"packages/osc": {
|
||||
"name": "@jwetzell/osc",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "24.3.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jwetzell/osc",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"description": "",
|
||||
"main": "./dist/cjs/index.js",
|
||||
"module": "./dist/esm/index.js",
|
||||
|
||||
Reference in New Issue
Block a user