mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-24 16:29:01 +00:00
bump version to v1.7.0
This commit is contained in:
Generated
+19
-1
@@ -33,6 +33,12 @@
|
|||||||
"makeosc": "src/main.js"
|
"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": {
|
"apps/readosc": {
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -45,6 +51,12 @@
|
|||||||
"readosc": "src/main.js"
|
"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": {
|
"apps/sendosc": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -57,6 +69,12 @@
|
|||||||
"sendosc": "src/main.js"
|
"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": {
|
"node_modules/@eslint-community/eslint-utils": {
|
||||||
"version": "4.7.0",
|
"version": "4.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
|
||||||
@@ -2238,7 +2256,7 @@
|
|||||||
},
|
},
|
||||||
"packages/osc": {
|
"packages/osc": {
|
||||||
"name": "@jwetzell/osc",
|
"name": "@jwetzell/osc",
|
||||||
"version": "1.6.0",
|
"version": "1.7.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "24.3.1",
|
"@types/node": "24.3.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jwetzell/osc",
|
"name": "@jwetzell/osc",
|
||||||
"version": "1.6.0",
|
"version": "1.7.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/cjs/index.js",
|
"main": "./dist/cjs/index.js",
|
||||||
"module": "./dist/esm/index.js",
|
"module": "./dist/esm/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user