@assecosolutions/fox-activity-list
Advanced tools
Comparing version 1.11.8-beta.6 to 1.11.8
{ | ||
"name": "@assecosolutions/fox-activity-list", | ||
"version": "1.11.8-beta.6", | ||
"version": "1.11.8", | ||
"public": true, | ||
@@ -15,14 +15,13 @@ "publishConfig": { | ||
"license": "MIT", | ||
"module": "./index.js", | ||
"main": "./index.js", | ||
"type": "module", | ||
"types": "./src/index.d.ts", | ||
"dependencies": { | ||
"@assecosolutions/fox-icon-button": "~1.11.7-beta.6", | ||
"@assecosolutions/fox-list": "~1.11.8-beta.6", | ||
"@assecosolutions/fox-menu": "~1.11.7-beta.6" | ||
"@assecosolutions/fox-icon-button": "~1.11.7", | ||
"@assecosolutions/fox-list": "~1.11.8", | ||
"@assecosolutions/fox-menu": "~1.11.7" | ||
}, | ||
"module": "./index.esm.js", | ||
"type": "module", | ||
"main": "./index.esm.js", | ||
"peerDependencies": { | ||
"lit": "^2.5.0" | ||
"lit": "^2.0.0" | ||
} | ||
} |
export * from './lib/FoxActivityList'; | ||
export * from './lib/FoxActivityListItem'; |
@@ -0,0 +0,0 @@ import { FoxList } from '@assecosolutions/fox-list'; |
export declare const styles: import("lit").CSSResult; |
@@ -0,0 +0,0 @@ import '@assecosolutions/fox-menu'; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
63594
8
1474
1
2