@ankhorage/supabase-db 1.0.13 → 1.0.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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# @ankhorage/supabase-db
|
|
5
5
|
|
|
6
|
-
         
|
|
7
7
|
|
|
8
8
|
Provider-neutral Supabase database adapter exposing typed CRUD, schema management, and realtime subscriptions.
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/supabase-db",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.14",
|
|
5
5
|
"description": "Supabase database adapter for Ankhorage contracts with CRUD, schema management, and optional realtime support.",
|
|
6
6
|
"homepage": "https://github.com/ankhorage/supabase-db#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"typescript"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ankhorage/contracts": "^22.
|
|
29
|
+
"@ankhorage/contracts": "^22.2.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@supabase/supabase-js": "^2.105.3"
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"knip:check": "ankhorage-knip"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@ankhorage/devtools": "^1.18.
|
|
74
|
+
"@ankhorage/devtools": "^1.18.4",
|
|
75
75
|
"@ankhorage/paradox": "^0.1.26",
|
|
76
76
|
"@types/bun": "^1.4.1",
|
|
77
77
|
"@types/node": "^25.6.0",
|