@morbidick/lit-element-notify
Advanced tools
Comparing version 0.6.1 to 1.0.0
{ | ||
"name": "@morbidick/lit-element-notify", | ||
"version": "0.6.1", | ||
"version": "1.0.0", | ||
"description": "Small helpers for LitElement to dispatch change notifications and two-way binding", | ||
@@ -16,6 +16,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@webcomponents/webcomponentsjs": "^2.2.1", | ||
"lit-element": "^2.0.0-rc.3", | ||
"lit-html": "^1.0.0-rc.2", | ||
"polyserve": "^0.27.14" | ||
"@webcomponents/webcomponentsjs": "^2.2.6", | ||
"lit-element": "^2.0.1", | ||
"lit-html": "^1.0.0", | ||
"polyserve": "^0.27.15" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
@@ -80,3 +80,3 @@ # Change notification helpers for LitElement | ||
// Syncing the child property `myMessage` with the event explicitly set to `my-message-changed` | ||
// Syncing the child property `myMessage` with the event explicitly set to `my-message-changed` | ||
// (mainly used to map from the camelCase property to the kebap-case event as PolymerElement does). | ||
@@ -83,0 +83,0 @@ render() { return html` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
10763