@edcalderon/auth 1.0.1 → 1.0.2

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/CHANGELOG.md +6 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2] - 2026-03-01
4
+
5
+ ### Fixed
6
+
7
+ - 🔗 Updated repository link to point directly to the auth package tree on GitHub
8
+
3
9
  ## [1.0.1] - 2026-03-01
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edcalderon/auth",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A universal, provider-agnostic authentication orchestration package with extensible adapters for Supabase, Firebase, Directus, and custom OAuth providers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,8 +28,7 @@
28
28
  "homepage": "https://github.com/edcalderon/my-second-brain/tree/main/packages/auth",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "https://github.com/edcalderon/my-second-brain.git",
32
- "directory": "packages/auth"
31
+ "url": "https://github.com/edcalderon/my-second-brain/tree/main/packages/auth"
33
32
  },
34
33
  "peerDependencies": {
35
34
  "@supabase/supabase-js": "^2.0.0",