@dittolive/ditto
Advanced tools
Comparing version 0.0.1-experimental.kb-fix-botched-types-file-introduced-with-alpha-10.2 to 0.0.1-experimental.kb-fix-botched-types-file-introduced-with-alpha-10.3
{ | ||
"name": "@dittolive/ditto", | ||
"version": "0.0.1-experimental.kb-fix-botched-types-file-introduced-with-alpha-10.2", | ||
"version": "0.0.1-experimental.kb-fix-botched-types-file-introduced-with-alpha-10.3", | ||
"description": "Ditto let's you sync wothout the internet.'", | ||
@@ -5,0 +5,0 @@ "homepage": "https://ditto.live", |
@@ -19,3 +19,3 @@ declare module "@dittolive/ditto" { | ||
export type DocumentValue = { | ||
[key: string]: null | boolean | number | string | DocumentValue | DocumentValue[] | Counter; | ||
[key: string]: null | boolean | boolean[] | number | number[] | string | string[] | DocumentValue | DocumentValue[] | Counter; | ||
}; | ||
@@ -22,0 +22,0 @@ /** |
107109018