@fireproof/database
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ import { Link } from 'multiformats' | ||
export type Doc = DocBody & { | ||
_id: string | ||
_id?: string | ||
} | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@fireproof/database", | ||
"version": "0.10.17", | ||
"version": "0.10.18", | ||
"description": "Immutable embedded distributed database for the web", | ||
@@ -5,0 +5,0 @@ "main": "dist/fireproof.cjs", |
@@ -12,3 +12,3 @@ import { Link } from 'multiformats' | ||
export type Doc = DocBody & { | ||
_id: string | ||
_id?: string | ||
} | ||
@@ -15,0 +15,0 @@ |
10875963
0