@marcoms/make-element
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -252,3 +252,4 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
} | ||
if (def.cacheIds) { | ||
// id caching enabled by default | ||
if (def.cacheIds !== false) { | ||
this.$ = {}; | ||
@@ -255,0 +256,0 @@ let elsWithIds; |
@@ -324,3 +324,4 @@ /******/ (function(modules) { // webpackBootstrap | ||
} | ||
if (def.cacheIds) { | ||
// id caching enabled by default | ||
if (def.cacheIds !== false) { | ||
this.$ = {}; | ||
@@ -327,0 +328,0 @@ let elsWithIds; |
{ | ||
"name": "@marcoms/make-element", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Create custom elements without boilerplate", | ||
@@ -5,0 +5,0 @@ "main": "build/make-element.js", |
@@ -292,3 +292,4 @@ export interface ElementDef { | ||
if (def.cacheIds) { | ||
// id caching enabled by default | ||
if (def.cacheIds !== false) { | ||
this.$ = {}; | ||
@@ -295,0 +296,0 @@ |
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
131912
1149