@sprucelabs/data-stores 28.5.83 → 28.5.84

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -197,5 +197,4 @@ ALTER TABLE ONLY public."user"
197
197
  -- PostgreSQL database dump complete
198
198
  --
199
199
 
200
-
201
200
  ```
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "28.5.83",
6
+ "version": "28.5.84",
7
7
  "files": [
8
8
  "build/**/*",
9
9
  "!build/__tests__",