@instantdb/core
Advanced tools
Comparing version 0.6.3 to 0.6.4
{ | ||
"name": "@instantdb/core", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -16,3 +16,3 @@ import { assert } from "./utils/error"; | ||
"Uh oh! Looks like `init` hasn't run yet. Make sure `init` runs " + | ||
"before your first `useQuery` or `transact`.", | ||
"before your first `useQuery` or `transact`.", | ||
); | ||
@@ -19,0 +19,0 @@ return _GLOBAL_DB; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1362124