@vaadin/cookie-consent
Advanced tools
Comparing version 22.0.18 to 22.0.19
{ | ||
"name": "@vaadin/cookie-consent", | ||
"version": "22.0.18", | ||
"version": "22.0.19", | ||
"publishConfig": { | ||
@@ -36,6 +36,6 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "^22.0.18", | ||
"@vaadin/component-base": "^22.0.19", | ||
"@vaadin/vaadin-license-checker": "^2.1.0", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.18", | ||
"@vaadin/vaadin-material-styles": "^22.0.18", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.19", | ||
"@vaadin/vaadin-material-styles": "^22.0.19", | ||
"cookieconsent": "^3.0.6" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "8f5d45192adbb084661af01c8837d0898cd68a23" | ||
"gitHead": "6995c629cf6314ccbfebfcbc819bcfc47e1745ce" | ||
} |
@@ -41,2 +41,2 @@ # @vaadin/cookie-consent | ||
Vaadin collects usage statistics at development time to improve this product. | ||
For crud and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. | ||
For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. |
/** | ||
* @license | ||
* Copyright (c) 2018 - 2022 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
* This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0. | ||
*/ | ||
@@ -6,0 +6,0 @@ import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js'; |
30373