@supabase/auth-js 2.65.1 → 2.65.2-rc.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.
- package/dist/main/GoTrueAdminApi.d.ts +1 -1
- package/dist/main/GoTrueAdminApi.js +1 -1
- package/dist/main/lib/version.d.ts +1 -1
- package/dist/main/lib/version.d.ts.map +1 -1
- package/dist/main/lib/version.js +1 -1
- package/dist/main/lib/version.js.map +1 -1
- package/dist/module/GoTrueAdminApi.d.ts +1 -1
- package/dist/module/GoTrueAdminApi.js +1 -1
- package/dist/module/lib/version.d.ts +1 -1
- package/dist/module/lib/version.d.ts.map +1 -1
- package/dist/module/lib/version.js +1 -1
- package/dist/module/lib/version.js.map +1 -1
- package/package.json +1 -1
- package/src/GoTrueAdminApi.ts +1 -1
- package/src/lib/version.ts +1 -1
|
@@ -87,7 +87,7 @@ export default class GoTrueAdminApi {
|
|
|
87
87
|
* Delete a user. Requires a `service_role` key.
|
|
88
88
|
*
|
|
89
89
|
* @param id The user id you want to remove.
|
|
90
|
-
* @param shouldSoftDelete If true, then the user will be soft-deleted
|
|
90
|
+
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
|
|
91
91
|
* Defaults to false for backward compatibility.
|
|
92
92
|
*
|
|
93
93
|
* This function should only be called on a server. Never expose your `service_role` key in the browser.
|
|
@@ -210,7 +210,7 @@ class GoTrueAdminApi {
|
|
|
210
210
|
* Delete a user. Requires a `service_role` key.
|
|
211
211
|
*
|
|
212
212
|
* @param id The user id you want to remove.
|
|
213
|
-
* @param shouldSoftDelete If true, then the user will be soft-deleted
|
|
213
|
+
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
|
|
214
214
|
* Defaults to false for backward compatibility.
|
|
215
215
|
*
|
|
216
216
|
* This function should only be called on a server. Never expose your `service_role` key in the browser.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.65.1";
|
|
1
|
+
export declare const version = "2.65.2-rc.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/lib/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/lib/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,gBAAgB,CAAA"}
|
package/dist/main/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/lib/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/lib/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,aAAa,CAAA"}
|
|
@@ -87,7 +87,7 @@ export default class GoTrueAdminApi {
|
|
|
87
87
|
* Delete a user. Requires a `service_role` key.
|
|
88
88
|
*
|
|
89
89
|
* @param id The user id you want to remove.
|
|
90
|
-
* @param shouldSoftDelete If true, then the user will be soft-deleted
|
|
90
|
+
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
|
|
91
91
|
* Defaults to false for backward compatibility.
|
|
92
92
|
*
|
|
93
93
|
* This function should only be called on a server. Never expose your `service_role` key in the browser.
|
|
@@ -208,7 +208,7 @@ export default class GoTrueAdminApi {
|
|
|
208
208
|
* Delete a user. Requires a `service_role` key.
|
|
209
209
|
*
|
|
210
210
|
* @param id The user id you want to remove.
|
|
211
|
-
* @param shouldSoftDelete If true, then the user will be soft-deleted
|
|
211
|
+
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
|
|
212
212
|
* Defaults to false for backward compatibility.
|
|
213
213
|
*
|
|
214
214
|
* This function should only be called on a server. Never expose your `service_role` key in the browser.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.65.1";
|
|
1
|
+
export declare const version = "2.65.2-rc.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/lib/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/lib/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,gBAAgB,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '2.65.1';
|
|
1
|
+
export const version = '2.65.2-rc.1';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/lib/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/lib/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAA"}
|
package/package.json
CHANGED
package/src/GoTrueAdminApi.ts
CHANGED
|
@@ -260,7 +260,7 @@ export default class GoTrueAdminApi {
|
|
|
260
260
|
* Delete a user. Requires a `service_role` key.
|
|
261
261
|
*
|
|
262
262
|
* @param id The user id you want to remove.
|
|
263
|
-
* @param shouldSoftDelete If true, then the user will be soft-deleted
|
|
263
|
+
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible.
|
|
264
264
|
* Defaults to false for backward compatibility.
|
|
265
265
|
*
|
|
266
266
|
* This function should only be called on a server. Never expose your `service_role` key in the browser.
|
package/src/lib/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '2.65.1'
|
|
1
|
+
export const version = '2.65.2-rc.1'
|