@begin/enhance
Advanced tools
Comparing version 2.0.1-next.0 to 2.1.0
{ | ||
"name": "@begin/enhance", | ||
"version": "2.0.1-next.0", | ||
"version": "2.1.0", | ||
"description": "Server-side rendering for custom elements with template and slots support", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -78,3 +78,3 @@ # enhance✨ | ||
super() | ||
const template = document.getElementById('single-file') | ||
const template = document.getElementById('hello-world-template') | ||
this.attachShadow({ mode: 'open' }) | ||
@@ -81,0 +81,0 @@ .appendChild(template.content.cloneNode(true)) |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20329
1