better-auth-devtools 0.1.1-alpha.0 → 0.1.1-alpha.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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # better-auth-devtools
2
2
 
3
- Better Auth DevTools as a single installable package.
3
+ An unofficial Better Auth devtool as a single installable package.
4
4
 
5
5
  This package is currently in alpha and may introduce breaking changes between releases.
6
6
 
7
+ This package is unofficial and is not affiliated with, endorsed by, or maintained by the Better Auth team.
8
+
7
9
  Use subpath exports:
8
10
 
9
11
  - `better-auth-devtools/plugin`
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "better-auth-devtools",
3
- "version": "0.1.1-alpha.0",
3
+ "version": "0.1.1-alpha.1",
4
4
  "private": false,
5
- "description": "Better Auth DevTools for managed test users, session switching, and a React DevTools panel via plugin/react subpath exports.",
5
+ "description": "Unofficial Better Auth devtool for managed test users, session switching, and a React DevTools panel via plugin/react subpath exports.",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",