bump version to v1.7.0

This commit is contained in:
2025-09-17 10:58:10 -05:00
parent 42f72a7052
commit c4e0204def
2 changed files with 20 additions and 2 deletions
+19 -1
View File
@@ -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 -1
View File
@@ -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",