custom-element-flow
Advanced tools
Comparing version 1.0.51 to 1.0.52
@@ -45,3 +45,4 @@ #! /usr/bin/env node | ||
const fileJson = await readFile(filePath, 'utf-8'); | ||
const fileData = JSON.parse(fileJson) | ||
console.log("FILE", filePath, fileJson); | ||
const fileData = JSON.parse(fileJson); | ||
const comp = webComponents.find((e: any) => e.compId === fileData.id); | ||
@@ -48,0 +49,0 @@ const settings = comp.compData.webComponentData.gfppSettings.tabs; |
@@ -44,2 +44,3 @@ #! /usr/bin/env node | ||
const fileJson = yield readFile(filePath, 'utf-8'); | ||
console.log("FILE", filePath, fileJson); | ||
const fileData = JSON.parse(fileJson); | ||
@@ -46,0 +47,0 @@ const comp = webComponents.find((e) => e.compId === fileData.id); |
{ | ||
"name": "custom-element-flow", | ||
"version": "1.0.51", | ||
"version": "1.0.52", | ||
"description": "My New Project description.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
53522
1365