Skip to content

Commit

Permalink
chore: bump to version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabot committed Sep 22, 2024
1 parent ed500bc commit 70f590e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/streamline-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ function evaluateVariables(e, a) {
}), JSON.parse(t);
}
function evaluateConfig(e, a, t) {
let s = evaluateVariables(e, a);
let s = evaluateVariables(e, a ?? {});
return typeof t < "u" && (s = evaluateJavascript(s, t)), s;
}
const version = "0.0.9";
const version = "0.0.10";
(async function e() {
const a = window.loadCardHelpers ? await window.loadCardHelpers() : void 0;
class t extends HTMLElement {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamline-card",
"version": "0.0.9",
"version": "0.0.10",
"description": "",
"type": "module",
"main": "src/streamline-card.js",
Expand Down

0 comments on commit 70f590e

Please sign in to comment.