@dosgato/templating
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -166,3 +166,3 @@ import type { ComponentData, DataData, PageData } from './component.js'; | ||
*/ | ||
responsiveDataColumns?: ((treeWidth: number) => string[]); | ||
responsiveDataColumns?: (treeWidth: number) => string[]; | ||
} | ||
@@ -322,2 +322,6 @@ /** | ||
}; | ||
trainings?: { | ||
noEdit?: boolean; | ||
hide?: boolean; | ||
}; | ||
tracing?: TracingInterface; | ||
@@ -324,0 +328,0 @@ /** Non-Awaited async call for logging interface interactions if defined. |
{ | ||
"name": "@dosgato/templating", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A library to support building templates for dosgato CMS.", | ||
@@ -20,4 +20,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/node": "^18.7.11", | ||
"eslint-config-standard-with-typescript": "^34.0.0", | ||
"@types/node": "^20.10.3", | ||
"eslint-config-standard-with-typescript": "^39.0.0", | ||
"typescript": "^5.0.4" | ||
@@ -24,0 +24,0 @@ }, |
117673
2562