@vaadin/vaadin-list-box
Advanced tools
Comparing version 1.3.0-alpha3 to 1.3.0
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-list-box", | ||
"version": "1.3.0-alpha3", | ||
"version": "1.3.0", | ||
"main": "vaadin-list-box.js", | ||
@@ -35,4 +35,4 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-themable-mixin": "^1.5.2", | ||
"@vaadin/vaadin-item": "^2.2.0-alpha1", | ||
"@vaadin/vaadin-list-mixin": "^2.4.0-alpha1", | ||
"@vaadin/vaadin-item": "^2.2.0", | ||
"@vaadin/vaadin-list-mixin": "^2.4.0", | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0", | ||
@@ -42,3 +42,6 @@ "@vaadin/vaadin-material-styles": "^1.1.0", | ||
}, | ||
"devDependencies": { | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^4.0.0", | ||
@@ -45,0 +48,0 @@ "@webcomponents/webcomponentsjs": "^2.0.0", |
@@ -34,5 +34,5 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @mixes Vaadin.MultiSelectListMixin | ||
* @mixes Vaadin.ThemableMixin | ||
* @extends PolymerElement | ||
* @mixes MultiSelectListMixin | ||
* @mixes ThemableMixin | ||
* @demo demo/index.html | ||
@@ -70,3 +70,3 @@ */ | ||
static get version() { | ||
return '1.3.0-alpha3'; | ||
return '1.3.0'; | ||
} | ||
@@ -73,0 +73,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24912
0