@pixeleye/cli-devices
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@pixeleye/cli-devices", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"private": false, | ||
"license": "AGPL-3.0", | ||
"main": "./dist/index.cjs", | ||
"types": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"files": [ | ||
@@ -27,4 +33,3 @@ "dist", | ||
}, | ||
"module": "./dist/index.mjs", | ||
"typings": "./dist/index.d.ts" | ||
"module": "./dist/index.mjs" | ||
} |
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
37696