@vaadin/vaadin-item
Advanced tools
Comparing version 2.2.0-alpha1 to 2.2.0
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-item", | ||
"version": "2.2.0-alpha1", | ||
"version": "2.2.0", | ||
"main": "vaadin-item.js", | ||
@@ -39,3 +39,6 @@ "author": "Vaadin Ltd", | ||
}, | ||
"devDependencies": { | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
@@ -42,0 +45,0 @@ "@polymer/iron-component-page": "^4.0.0", |
@@ -47,5 +47,5 @@ /** | ||
* | ||
* @memberof Vaadin | ||
* @mixes Vaadin.ItemMixin | ||
* @mixes Vaadin.ThemableMixin | ||
* @extends PolymerElement | ||
* @mixes ItemMixin | ||
* @mixes ThemableMixin | ||
*/ | ||
@@ -75,3 +75,3 @@ class ItemElement extends ItemMixin(ThemableMixin(DirMixin(PolymerElement))) { | ||
static get version() { | ||
return '2.2.0-alpha1'; | ||
return '2.2.0'; | ||
} | ||
@@ -78,0 +78,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
26715
0