@lightningjs/blits
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -34,4 +34,4 @@ { | ||
"dependencies": { | ||
"@lightningjs/blits": "^0.3.5" | ||
"@lightningjs/blits": "^0.3.6" | ||
} | ||
} |
{ | ||
"name": "@lightningjs/blits", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Blits: The Lightning 3 App Development Framework", | ||
@@ -5,0 +5,0 @@ "bin": "bin/index.cjs", |
@@ -215,4 +215,4 @@ /* | ||
}, | ||
get id() { | ||
return this.initData.id || null | ||
get ref() { | ||
return this.initData.ref || null | ||
}, | ||
@@ -219,0 +219,0 @@ animate(prop, value) { |
835749
58