Comparing version 9.1.2 to 9.1.3
{ | ||
"name": "node-osc", | ||
"description": "pyOSC inspired library for sending and receiving OSC messages", | ||
"version": "9.1.2", | ||
"version": "9.1.3", | ||
"exports": { | ||
@@ -20,3 +20,3 @@ "require": "./dist/lib/index.js", | ||
"engines": { | ||
"node": "^18.17.0 || >=20.5.0" | ||
"node": "^18.17.0 || ^20.5.0 || >=22.0.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "license": "LGPL-3.0-or-later", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57912