@open-wc/testing-helpers
Advanced tools
Comparing version 0.0.0-canary-2022119203910 to 0.0.0-canary-2022119204535
# Change Log | ||
## 0.0.0-canary-2022119203910 | ||
## 0.0.0-canary-2022119204535 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
{ | ||
"name": "@open-wc/testing-helpers", | ||
"version": "0.0.0-canary-2022119203910", | ||
"version": "0.0.0-canary-2022119204535", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
export { elementUpdated } from "./src/elementUpdated.js"; | ||
/** @deprecated please do import { html } from 'lit/static-html.js'; */ | ||
declare const deprecatedHtml: (strings: TemplateStringsArray, ...values: unknown[]) => import("lit-html").TemplateResult<1 | 2>; | ||
declare const deprecatedHtml: (strings: TemplateStringsArray, ...values: unknown[]) => import("lit").TemplateResult<1 | 2>; | ||
/** @deprecated please do import { unsafeStatic } from 'lit/static-html.js'; */ | ||
@@ -5,0 +5,0 @@ declare const deprecatedUnsafeStatic: (value: string) => { |
export { elementUpdated } from "./src/elementUpdated.js"; | ||
import { html } from "lit-html/static"; | ||
import { unsafeStatic } from "lit-html/static"; | ||
import { html } from "lit/node_modules/lit-html/static"; | ||
import { unsafeStatic } from "lit/node_modules/lit-html/static"; | ||
export { html, unsafeStatic }; | ||
@@ -5,0 +5,0 @@ export { fixture, fixtureSync } from "./src/fixture.js"; |
Sorry, the diff of this file is not supported yet
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
116404