@badrap/libapp
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -53,2 +53,3 @@ type Json = number | string | boolean | null | Json[] | { | ||
disabled?: boolean; | ||
filename?: string; | ||
context?: Json; | ||
@@ -55,0 +56,0 @@ children?: UiNode; |
{ | ||
"name": "@badrap/libapp", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "TypeScript helpers for creating Badrap apps", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -81,2 +81,3 @@ /* eslint-disable @typescript-eslint/no-namespace */ | ||
disabled?: boolean; | ||
filename?: string; | ||
context?: Json; | ||
@@ -83,0 +84,0 @@ children?: UiNode; |
Sorry, the diff of this file is not supported yet
44650
988