supastash 0.1.44 → 0.1.45

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 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -227,18 +227,6 @@ await supastash
227
227
 
228
228
  ---
229
229
 
230
- ## 🗂 Recommended Project Structure
231
-
232
- ```
233
- src/
234
- ├─ core/ # Supastash config, Supabase client
235
- ├─ hooks/ # useSupatashData, useSupastashFilters etc.
236
- ├─ types/ # Zod schemas, DB types
237
- ├─ utils/ # Local helpers
238
- ```
239
-
240
- ---
241
-
242
230
  ## 🔧 API Docs
243
231
 
244
232
  - [`configureSupastash()`](https://0xzekea.github.io/supastash/docs/configuration)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supastash",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",