@iconstorm/lol-element
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
{ | ||
"name": "@iconstorm/lol-element", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "A base class for creating Web Components like you know what you're doing", | ||
@@ -10,11 +10,9 @@ "publishConfig": { | ||
"source": "src/lol.js", | ||
"main": "./lol.cjs", | ||
"module": "./lol.legacy.js", | ||
"exports": "./lol.js", | ||
"unpkg": "./lol.umd.js", | ||
"main": "./dist/lol.cjs", | ||
"module": "./dist/lol.legacy.js", | ||
"exports": "./dist/lol.js", | ||
"unpkg": "./dist/lol.umd.js", | ||
"files": [ | ||
"src", | ||
"**.js", | ||
"**.cjs", | ||
"**.map" | ||
"dist" | ||
], | ||
@@ -25,3 +23,4 @@ "scripts": { | ||
"test": "npm run lint && vite serve test", | ||
"build": "microbundle --external none --name lol", | ||
"prebuild": "rm -fr dist", | ||
"build": "microbundle --format modern,esm,cjs --no-compress --sourcemap=false && microbundle --external none --name lol --format umd", | ||
"prepublishOnly": "npm run build" | ||
@@ -28,0 +27,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1630
122134
11
1