@vaadin/vaadin-list-mixin
Advanced tools
Comparing version 22.0.0-alpha6 to 22.0.0-alpha7
{ | ||
"name": "@vaadin/vaadin-list-mixin", | ||
"version": "22.0.0-alpha6", | ||
"version": "22.0.0-alpha7", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "vaadin-list-mixin", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vaadin/web-components.git", | ||
"directory": "packages/vaadin-list-mixin" | ||
}, | ||
"author": "Vaadin Ltd", | ||
"homepage": "https://vaadin.com/elements", | ||
"bugs": { | ||
"url": "https://github.com/vaadin/vaadin-list-mixin/issues" | ||
}, | ||
"main": "vaadin-list-mixin.js", | ||
"module": "vaadin-list-mixin.js", | ||
"repository": "vaadin/vaadin-list-mixin", | ||
"files": [ | ||
"*.d.ts", | ||
"vaadin-*.js" | ||
], | ||
"keywords": [ | ||
@@ -15,15 +32,5 @@ "Vaadin", | ||
], | ||
"author": "Vaadin Ltd", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/vaadin/vaadin-list-mixin/issues" | ||
}, | ||
"homepage": "https://vaadin.com/elements", | ||
"files": [ | ||
"*.d.ts", | ||
"vaadin-*.js" | ||
], | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha6" | ||
"@vaadin/component-base": "22.0.0-alpha7" | ||
}, | ||
@@ -35,6 +42,3 @@ "devDependencies": { | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "4b136b1c7da8942960e7255f40c27859125b3a45" | ||
"gitHead": "8e89419c6b44a1d225d5859e180d7b35e47ddb52" | ||
} |
@@ -7,5 +7,5 @@ /** | ||
import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js'; | ||
import { DirHelper } from '@vaadin/vaadin-element-mixin/vaadin-dir-helper.js'; | ||
import { Debouncer } from '@polymer/polymer/lib/utils/debounce.js'; | ||
import { timeOut } from '@polymer/polymer/lib/utils/async.js'; | ||
import { DirHelper } from '@vaadin/component-base/src/dir-helper.js'; | ||
import { Debouncer } from '@vaadin/component-base/src/debounce.js'; | ||
import { timeOut } from '@vaadin/component-base/src/async.js'; | ||
@@ -12,0 +12,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
29586
0
+ Added@lit-labs/ssr-dom-shim@1.3.0(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Added@vaadin/component-base@22.0.0-alpha7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removed@vaadin/vaadin-element-mixin@22.0.0-alpha6(transitive)