@dosgato/templating 0.0.122 → 0.0.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -184,5 +184,11 @@ export interface UIConfig {
184
184
  * here. The data collected will be available when you retrieve assets.
185
185
  */
186
186
  assetMetaDialog?: UITemplate['dialog'];
187
+ tracing?: {
188
+ init?: () => void;
189
+ startTransaction?: (name: string, details: any) => void;
190
+ endTransaction?: (name: string, details: any) => void;
191
+ event?: (name: string, details: any) => void;
192
+ };
187
193
  }
188
194
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosgato/templating",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "description": "A library to support building templates for dosgato CMS.",
5
5
  "type": "module",
6
6
  "exports": {