@nerdfolio/ba-guest-list 0.0.6 → 0.0.7

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 +2 -1
package/README.md CHANGED
@@ -42,7 +42,7 @@ export const auth = betterAuth({
42
42
  { name: "Bob", role: "user" },
43
43
  { name: "Charlie", role: "user" },
44
44
  ],
45
- // optional; whether the client can see this list (useful for demos)
45
+ // optional: whether the client can see this list (useful for demos)
46
46
  revealNames: true
47
47
  })
48
48
  ],
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@nerdfolio/ba-guest-list",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Similar to anonymous, but with a name that must be on a guest list. Useful for testing or demo with fixed logins",
5
+ "repository": "https://github.com/nerdfolio/better-auth-goodies",
5
6
  "type": "module",
6
7
  "exports": {
7
8
  ".": {