auth-events 0.0.9 → 0.0.10

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 +5 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -126,7 +126,7 @@ auth.emit("password_changed", {
126
126
 
127
127
  ---
128
128
 
129
- ## 🛠️ Where Can You Use This?
129
+ Where Can You Use This?
130
130
 
131
131
  - Security monitoring
132
132
  - Session management
@@ -138,7 +138,7 @@ auth.emit("password_changed", {
138
138
 
139
139
  ---
140
140
 
141
- ## 🧩 Works With
141
+ Works With
142
142
 
143
143
  - Auth0
144
144
  - Clerk
@@ -148,24 +148,20 @@ auth.emit("password_changed", {
148
148
 
149
149
  ---
150
150
 
151
- ## 🌱 Philosophy
151
+ Philosophy
152
152
 
153
153
  **Authentication tells you who the user is.**
154
154
  **auth-events tells you what to do next.**
155
155
 
156
156
  ---
157
157
 
158
- ## 🤝 Contributing
158
+ Contributing
159
159
 
160
160
  Contributions and feedback are welcome.
161
161
  Open an issue or submit a pull request 🚀
162
162
 
163
163
  ---
164
164
 
165
- ## 📄 License
165
+ License
166
166
 
167
167
  MIT License
168
- <<<<<<< HEAD
169
-
170
- =======
171
- >>>>>>> 733ea20 (chore: prepare release)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auth-events",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A lightweight Node.js library to track and react to authentication events across any auth provider.",
5
5
  "type": "module",
6
6
  "license": "MIT",