@aethex.os/passport 1.0.0 → 1.0.1
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/passport",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "OAuth federation for multi-provider auth — link GitHub, Discord, Google, and more to a single unified user identity",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
],
|
|
27
27
|
"author": "AeThex Corporation",
|
|
28
28
|
"license": "MIT",
|
|
29
|
-
"homepage": "https://aethex.dev",
|
|
29
|
+
"homepage": "https://aethex.dev/docs",
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
|
-
"url": "https://
|
|
32
|
+
"url": "git+https://git.aethex.tech/Labs/os.git",
|
|
33
33
|
"directory": "packages/aethex-passport"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -38,5 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=18.0.0"
|
|
41
|
+
},
|
|
42
|
+
"bugs": {
|
|
43
|
+
"url": "https://git.aethex.tech/Labs/os/issues"
|
|
41
44
|
}
|
|
42
45
|
}
|