@supabase/gotrue-js 2.73.0-rc.5 → 2.73.0-rc.6
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.
package/README.md
CHANGED
|
@@ -1,4 +1,31 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ⚠️ REPOSITORY DEPRECATED - MOVED TO MONOREPO
|
|
2
|
+
|
|
3
|
+
> **🚨 This repository has been moved and will be archived on October 10, 2025**
|
|
4
|
+
>
|
|
5
|
+
> **All development has moved to the [Supabase JS Monorepo](https://github.com/supabase/supabase-js)**
|
|
6
|
+
>
|
|
7
|
+
> **If you're looking for the README of `auth-js`, you can find it at:**
|
|
8
|
+
> **https://github.com/supabase/supabase-js/tree/master/packages/core/auth-js**
|
|
9
|
+
>
|
|
10
|
+
> ### What happened?
|
|
11
|
+
> This repository was merged into the main Supabase JS monorepo for better coordination, testing, and releases.
|
|
12
|
+
>
|
|
13
|
+
> ### What you need to do:
|
|
14
|
+
> - **📖 For documentation**: Visit the [new auth-js location](https://github.com/supabase/supabase-js/tree/master/packages/core/auth-js)
|
|
15
|
+
> - **🐛 For issues**: Create them in the [supabase-js repository](https://github.com/supabase/supabase-js/issues)
|
|
16
|
+
> - **🔧 For contributions**: See the [Contributing Guide](https://github.com/supabase/supabase-js/blob/master/CONTRIBUTING.md)
|
|
17
|
+
> - **📚 For migration help**: Read the [Migration Guide](https://github.com/supabase/supabase-js/blob/master/docs/MIGRATION.md)
|
|
18
|
+
>
|
|
19
|
+
> ### If you have open work:
|
|
20
|
+
> - **Uncommitted changes**: Manually transport your work to the monorepo (file structure is the same under `packages/core/auth-js/`)
|
|
21
|
+
> - **Open PRs**: Tag a maintainer in your PR and we'll help you migrate it
|
|
22
|
+
> - **Issues**: Will be transported to the supabase-js repository
|
|
23
|
+
>
|
|
24
|
+
> **⚠️ This is the old repository. Please use the [supabase-js monorepo](https://github.com/supabase/supabase-js) going forward.**
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
# `auth-js` (DEPRECATED - USE MONOREPO)
|
|
2
29
|
|
|
3
30
|
An isomorphic JavaScript client library for the [Supabase Auth](https://github.com/supabase/auth) API.
|
|
4
31
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.73.0-rc.
|
|
1
|
+
export declare const version = "2.73.0-rc.6";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/main/lib/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.73.0-rc.
|
|
1
|
+
export declare const version = "2.73.0-rc.6";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '2.73.0-rc.
|
|
1
|
+
export const version = '2.73.0-rc.6';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
package/src/lib/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '2.73.0-rc.
|
|
1
|
+
export const version = '2.73.0-rc.6'
|