sveltekit-auth-example 2.1.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SvelteKit Authentication and Authorization Example
2
2
 
3
- **Updated for SvelteKit 2.5.26**
3
+ **Updated for Svelte 5 and SvelteKit 2.7.3**
4
4
 
5
5
  This is an example of how to register, authenticate, and update users and limit their access to
6
6
  areas of the website by role (admin, teacher, student). It includes profile management and password resets via SendGrid.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sveltekit-auth-example",
3
3
  "description": "SvelteKit Authentication Example",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "author": "Nate Stuyvesant",
6
6
  "license": "https://github.com/nstuyvesant/sveltekit-auth-example/blob/master/LICENSE",
7
7
  "repository": {