diff --git a/changelog.md b/changelog.md index 3e8ff10..cd3195b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-10-01 - 1.1.1 - fix(core) +Corrected typos and added missing keywords. + +- Added missing newline at the end of package.json. +- Revised various typos and added missing keywords. + ## 2024-09-29 - 1.1.0 - feat(web) Implement view container and update elements diff --git a/npmextra.json b/npmextra.json index 8205ab4..e7a7daf 100644 --- a/npmextra.json +++ b/npmextra.json @@ -18,13 +18,18 @@ "JWT", "TypeScript", "user login", - "user registration", "session handling", "email verification", "mobile verification", "user roles", "organization management", - "billing management" + "billing management", + "password reset", + "two-factor authentication", + "OAuth", + "API", + "user data", + "user sessions" ] } }, diff --git a/package.json b/package.json index ad77f6f..de15d26 100644 --- a/package.json +++ b/package.json @@ -89,12 +89,17 @@ "JWT", "TypeScript", "user login", - "user registration", "session handling", "email verification", "mobile verification", "user roles", "organization management", - "billing management" + "billing management", + "password reset", + "two-factor authentication", + "OAuth", + "API", + "user data", + "user sessions" ] -} +} \ No newline at end of file diff --git a/readme.md b/readme.md index df94ea5..dd1fd35 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ import * as domtools from '@design.estate/dees-domtools'; import { html, render } from '@design.estate/dees-element'; import { IdpWelcome } from './elements/idp-welcome.js'; -// Define asynchronous run function +// Define an asynchronous run function const run = async () => { // Set up DOM tools const domtoolsInstance = await domtools.DomTools.setupDomTools(); @@ -56,10 +56,10 @@ const run = async () => { }, }); - // Set up service worker + // Set up the service worker const serviceWorker = await serviceworker.getServiceworkerClient(); - // Render main template + // Render the main template const mainTemplate = html`