@aethex.os/supabase 1.0.1 → 1.0.2
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 +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aethex.os/supabase",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Supabase client factories and Express auth middleware — admin client, user client, and Bearer token authentication for Node.js servers",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
],
|
|
24
24
|
"author": "AeThex Corporation",
|
|
25
25
|
"license": "MIT",
|
|
26
|
-
"homepage": "https://aethex.dev",
|
|
26
|
+
"homepage": "https://aethex.dev/docs",
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
29
|
-
"url": "https://
|
|
29
|
+
"url": "git+https://git.aethex.tech/Labs/os.git",
|
|
30
30
|
"directory": "packages/aethex-supabase"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
@@ -39,5 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=18.0.0"
|
|
42
|
+
},
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://git.aethex.tech/Labs/os/issues"
|
|
42
45
|
}
|
|
43
46
|
}
|