@appnest/lit-util
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -1,2 +0,2 @@ | ||
import { Constructor } from "@polymer/lit-element"; | ||
import { Constructor } from "lit-element"; | ||
/** | ||
@@ -3,0 +3,0 @@ * Defines a custom element. |
{ | ||
"name": "@appnest/lit-util", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A collection of useful functions for projects based on lit-html", | ||
@@ -51,7 +51,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@polymer/lit-element": "^0.6.3" | ||
"lit-element": "^2.0.0-rc.3" | ||
}, | ||
"devDependencies": { | ||
"@appnest/web-config": "0.1.28" | ||
"@appnest/web-config": "0.2.2" | ||
} | ||
} |
@@ -10,3 +10,2 @@ /** | ||
* @param elementNames | ||
* @returns {Promise<[any , any , any , any , any , any , any , any , any , any]>} | ||
*/ | ||
@@ -13,0 +12,0 @@ export declare function waitForElements(elementNames: string[]): Promise<void[]>; |
@@ -12,3 +12,2 @@ /** | ||
* @param elementNames | ||
* @returns {Promise<[any , any , any , any , any , any , any , any , any , any]>} | ||
*/ | ||
@@ -15,0 +14,0 @@ export function waitForElements(elementNames) { |
Sorry, the diff of this file is not supported yet
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
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
36345
667
+ Addedlit-element@^2.0.0-rc.3
+ Addedlit-element@2.5.1(transitive)
- Removed@polymer/lit-element@^0.6.3
- Removed@polymer/lit-element@0.6.5(transitive)