@vaadin/vaadin-app-layout
Advanced tools
Comparing version 2.1.0-alpha1 to 2.1.0
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-app-layout", | ||
"version": "2.1.0-alpha1", | ||
"version": "2.1.0", | ||
"main": "vaadin-app-layout.js", | ||
@@ -38,5 +38,8 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-material-styles": "^1.3.2", | ||
"@vaadin/vaadin-button": "^2.3.0-alpha1" | ||
"@vaadin/vaadin-button": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^4.0.0", | ||
@@ -43,0 +46,0 @@ "@webcomponents/webcomponentsjs": "^2.0.0", |
@@ -103,5 +103,5 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @mixes Vaadin.ElementMixin | ||
* @mixes Vaadin.ThemableMixin | ||
* @extends PolymerElement | ||
* @mixes ElementMixin | ||
* @mixes ThemableMixin | ||
* @demo demo/index.html | ||
@@ -310,3 +310,3 @@ */ | ||
static get version() { | ||
return '2.1.0-alpha1'; | ||
return '2.1.0'; | ||
} | ||
@@ -313,0 +313,0 @@ |
@@ -20,3 +20,3 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @extends PolymerElement | ||
* @demo demo/index.html | ||
@@ -23,0 +23,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
48737
0
Updated@vaadin/vaadin-button@^2.3.0