@bolt/element
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.0.1](https://github.com/boltdesignsystem/bolt/compare/v3.0.0...v3.0.1) (2021-01-22) | ||
**Note:** Version bump only for package @bolt/element | ||
# [3.0.0](https://github.com/boltdesignsystem/bolt/compare/v2.29.3...v3.0.0) (2021-01-08) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,3 @@ | ||
// Must include Custom Element polyfills for Edge < 79, no longer auto-added via Bolt webpack config | ||
import '@bolt/polyfills'; | ||
export { BoltElement } from './src/BoltElement'; | ||
@@ -2,0 +4,0 @@ export { BoltActionElement } from './src/BoltActionElement'; |
{ | ||
"name": "@bolt/element", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Web Component Base used in the Bolt Design System", | ||
@@ -8,3 +8,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@bolt/core-v3.x": "^3.0.0", | ||
"@bolt/core-v3.x": "^3.0.1", | ||
"@bolt/polyfills": "^3.0.0", | ||
@@ -20,3 +20,3 @@ "@open-wc/lit-helpers": "^0.3.5", | ||
"schema": "element.schemas.js", | ||
"gitHead": "e00a8b60b45cfc2b16135b00689afdd2db351406" | ||
"gitHead": "f0d3a40030f8161c39d43f82b06632bf54ad263f" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
46539
1061
0
Updated@bolt/core-v3.x@^3.0.1