@chatium/json
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -7,3 +7,3 @@ import type { ChatiumActions } from './actions'; | ||
onContext?: ChatiumActions<ExtraActions>; | ||
meta: unknown; | ||
meta?: unknown; | ||
} | ||
@@ -10,0 +10,0 @@ export interface WithKey { |
@@ -35,4 +35,4 @@ import type { ChatiumActions } from './actions'; | ||
bgColor?: string; | ||
meta: unknown; | ||
v: 1 | 2; | ||
meta?: unknown; | ||
v?: 1 | 2; | ||
} | ||
@@ -39,0 +39,0 @@ export declare type HeaderButton<ExtraBlocks, ExtraActions> = Pick<ButtonProps<ExtraBlocks, ExtraActions>, 'icon' | 'onClick'>; |
{ | ||
"name": "@chatium/json", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Chatium-JSON UI browser format specification and reference implementation for JS/TS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68012