@instantdb/react 0.22.133 → 0.22.134

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instantdb/react",
3
- "version": "0.22.133",
3
+ "version": "0.22.134",
4
4
  "description": "Instant DB for React",
5
5
  "homepage": "https://github.com/instantdb/instant/tree/main/client/packages/react",
6
6
  "repository": {
@@ -66,9 +66,9 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "eventsource": "^4.0.0",
69
- "@instantdb/react-common": "0.22.133",
70
- "@instantdb/core": "0.22.133",
71
- "@instantdb/version": "0.22.133"
69
+ "@instantdb/core": "0.22.134",
70
+ "@instantdb/react-common": "0.22.134",
71
+ "@instantdb/version": "0.22.134"
72
72
  },
73
73
  "scripts": {
74
74
  "test": "vitest",
package/src/index.ts CHANGED
@@ -9,6 +9,7 @@ import {
9
9
 
10
10
  // sync table enums
11
11
  SyncTableCallbackEventType,
12
+ setInstantWarningsEnabled,
12
13
 
13
14
  // types
14
15
  type QueryResponse,
@@ -112,6 +113,9 @@ export {
112
113
  // sync table enums
113
114
  SyncTableCallbackEventType,
114
115
 
116
+ // warnings
117
+ setInstantWarningsEnabled,
118
+
115
119
  // types
116
120
  type Config,
117
121
  type InstantConfig,