@fireproof/core 0.14.0 → 0.14.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.14.0";
1
+ export declare const PACKAGE_VERSION = "0.14.2";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fireproof/core",
3
- "version": "0.14.0",
4
- "description": "Live database for the web",
3
+ "version": "0.14.2",
4
+ "description": "Live database for the web.",
5
5
  "main": "./dist/browser/fireproof.cjs",
6
6
  "module": "./dist/browser/fireproof.esm.js",
7
7
  "exports": {