@delmaredigital/payload-better-auth 0.1.3 → 0.1.5

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -20
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Delmare Digital
3
+ Copyright (c) 2026 Delmare Digital
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -32,25 +32,6 @@ Better Auth adapter and plugins for Payload CMS. Enables seamless integration be
32
32
  pnpm add @delmaredigital/payload-better-auth better-auth
33
33
  ```
34
34
 
35
- Or install from GitHub:
36
-
37
- ```bash
38
- pnpm add github:delmaredigital/payload-better-auth
39
- ```
40
-
41
- ### Local Development
42
-
43
- For local development with hot reloading:
44
-
45
- ```bash
46
- # In the package directory
47
- cd path/to/payload-better-auth
48
- pnpm link --global
49
-
50
- # In your project
51
- pnpm link --global @delmaredigital/payload-better-auth
52
- ```
53
-
54
35
  ---
55
36
 
56
37
  ## Quick Start
@@ -731,4 +712,4 @@ The auto-generated collections create relationship fields like `user` (from `use
731
712
 
732
713
  ## License
733
714
 
734
- MIT
715
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delmaredigital/payload-better-auth",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Better Auth adapter and plugins for Payload CMS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",