@forjio/auth-ui 0.1.0 → 0.1.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 +9 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forjio/auth-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Shared auth forms (login, signup, forgot-password, reset-password) for the Forjio family of SaaS products. Sister package to @forjio/website-ui and @forjio/portal-ui.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -47,5 +47,12 @@
|
|
|
47
47
|
"tsup": "^8.3.0",
|
|
48
48
|
"typescript": "^5.5.0"
|
|
49
49
|
},
|
|
50
|
-
"keywords": [
|
|
50
|
+
"keywords": [
|
|
51
|
+
"forjio",
|
|
52
|
+
"auth",
|
|
53
|
+
"ui",
|
|
54
|
+
"login",
|
|
55
|
+
"signup",
|
|
56
|
+
"huudis"
|
|
57
|
+
]
|
|
51
58
|
}
|