@meistrari/auth-core 1.4.5 → 1.4.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
@@ -128,7 +128,7 @@ Initiates a password reset request.
128
128
  ```typescript
129
129
  await authClient.session.requestPasswordReset(
130
130
  'user@example.com',
131
- 'https://app.example.com/reset-password',
131
+ 'https://app.example.com/reset-password'
132
132
  )
133
133
  ```
134
134
 
package/dist/index.mjs CHANGED
@@ -46,7 +46,7 @@ const organizationAdditionalFields = {
46
46
  }
47
47
  };
48
48
 
49
- const version = "1.4.5";
49
+ const version = "1.4.6";
50
50
  function customEndpointsPluginClient() {
51
51
  return {
52
52
  id: "custom-endpoints",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/auth-core",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {