@assecosolutions/fox-menu
Advanced tools
Comparing version 1.11.8-beta.1 to 1.12.0
{ | ||
"name": "@assecosolutions/fox-menu", | ||
"version": "1.11.8-beta.1", | ||
"version": "1.12.0", | ||
"public": true, | ||
@@ -15,12 +15,11 @@ "publishConfig": { | ||
"license": "MIT", | ||
"module": "./index.js", | ||
"main": "./index.js", | ||
"dependencies": {}, | ||
"module": "./index.esm.js", | ||
"type": "module", | ||
"types": "./src/index.d.ts", | ||
"dependencies": {}, | ||
"main": "./index.esm.js", | ||
"peerDependencies": { | ||
"@material/mwc-list": "^0.26.1", | ||
"lit": "^2.0.0", | ||
"@material/mwc-menu": "^0.26.1", | ||
"lit": "^2.5.0" | ||
"@material/mwc-list": "^0.26.1" | ||
} | ||
} |
export * from './lib/FoxMenu'; |
export declare const styles: import("lit").CSSResult; |
@@ -0,0 +0,0 @@ import { MenuBase } from '@material/mwc-menu/mwc-menu-base'; |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7
34
1
3956