rainbow-line
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "rainbow-line", | ||
"description": "A custom element that displays a cut line animated with rainbow colors", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"type": "module", | ||
"license": "Apache-2.0", | ||
"author": { | ||
"name": "Wolfger Schramm", | ||
"email": "wolfger@spearwolf.de", | ||
"url": "https://www.spearwolf.de" | ||
}, | ||
"main": "src/RainbowLineElement.js", | ||
@@ -22,16 +28,7 @@ "module": "src/RainbowLineElement.js", | ||
}, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "pnpm node scripts/build.mjs", | ||
"clean": "pnpm exec rimraf dist rainbow-line.js rainbow-line-worker.js", | ||
"publishNpmPkg": "pnpm node ../../scripts/publishNpmPkg.mjs ." | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.1.0" | ||
}, | ||
"dependencies": { | ||
"@spearwolf/eventize": "^3.4.1", | ||
"@spearwolf/offscreen-display": "workspace:*", | ||
"@spearwolf/offscreen-display": "^0.1.1", | ||
"@spearwolf/signalize": "^0.13.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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
0
1
5934
5
87
+ Added@spearwolf/offscreen-display@0.1.2(transitive)