@gabrielmaialva33/discord-video-stream
Advanced tools
Comparing version 0.4.8 to 0.4.9
{ | ||
"name": "@gabrielmaialva33/discord-video-stream", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "Experiment for making video streaming work for discord self bots", | ||
@@ -30,6 +30,9 @@ "keywords": [ | ||
"exports": { | ||
".": "./build/src/index.js" | ||
".": { | ||
"import": "./build/src/index.js", | ||
"require": "./build/src/index.js" | ||
} | ||
}, | ||
"imports": { | ||
"#src/*": "./src/*.{js,ts}" | ||
"#src/*": "./src/*.js" | ||
}, | ||
@@ -36,0 +39,0 @@ "engines": { |
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
154454