@mercuryworkshop/bare-mux
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@mercuryworkshop/bare-mux", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -12,7 +12,9 @@ "type": "module", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"node:": "./lib/index.cjs", | ||
"node": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.cjs" | ||
}, | ||
"browser": { | ||
@@ -19,0 +21,0 @@ "import": "./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
119423