@noy-db/to-supabase 0.1.0-pre.12 → 0.1.0-pre.14

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/to-supabase",
3
- "version": "0.1.0-pre.12",
3
+ "version": "0.1.0-pre.14",
4
4
  "description": "Supabase adapter for noy-db — Postgres + Storage combo. Routes records to @noy-db/to-postgres via the Supabase Postgres pool and optional blob routing via Supabase Storage.",
5
5
  "license": "MIT",
6
6
  "author": "vLannaAi <vicio@lanna.ai>",
@@ -39,13 +39,13 @@
39
39
  "node": ">=18.0.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@noy-db/hub": "0.1.0-pre.12",
43
- "@noy-db/to-postgres": "0.1.0-pre.12"
42
+ "@noy-db/hub": "0.1.0-pre.14",
43
+ "@noy-db/to-postgres": "0.1.0-pre.14"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^22.0.0",
47
- "@noy-db/to-postgres": "0.1.0-pre.12",
48
- "@noy-db/hub": "0.1.0-pre.12"
47
+ "@noy-db/to-postgres": "0.1.0-pre.14",
48
+ "@noy-db/hub": "0.1.0-pre.14"
49
49
  },
50
50
  "keywords": [
51
51
  "noy-db",