@fireproof/core 0.13.7-dev → 0.14.1

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.
@@ -55,6 +55,7 @@ export type DocUpdate = {
55
55
  key: string
56
56
  value?: { [key: string]: any }
57
57
  del?: boolean
58
+ clock?: AnyLink
58
59
  }
59
60
 
60
61
  export type DocValue = {
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "0.13.7-dev";
1
+ export declare const PACKAGE_VERSION = "0.14.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireproof/core",
3
- "version": "0.13.7-dev",
3
+ "version": "0.14.1",
4
4
  "description": "Live database for the web",
5
5
  "main": "./dist/browser/fireproof.cjs",
6
6
  "module": "./dist/browser/fireproof.esm.js",