@pixeleye/cli-devices
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@pixeleye/cli-devices", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"private": false, | ||
@@ -8,5 +8,6 @@ "license": "AGPL-3.0", | ||
"types": "./dist/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
@@ -34,3 +35,3 @@ } | ||
}, | ||
"module": "./dist/index.mjs" | ||
"module": "./dist/index.js" | ||
} |
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
37714
Yes