@mercuryworkshop/bare-mux
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@mercuryworkshop/bare-mux", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -11,11 +11,14 @@ "type": "module", | ||
"license": "MIT", | ||
"exports": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"browser": "dist/index.cjs", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"node": "lib/index.cjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"node:": "./lib/index.cjs", | ||
"browser": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
@@ -22,0 +25,0 @@ "dist" |
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
119387