@better-auth/infra 0.2.4 → 0.2.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.
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -1
package/dist/index.d.mts
CHANGED
|
@@ -726,7 +726,7 @@ interface DashIdRow {
|
|
|
726
726
|
id: string;
|
|
727
727
|
}
|
|
728
728
|
//#endregion
|
|
729
|
-
//#region ../../node_modules/.bun/@better-auth+scim@1.6.4+
|
|
729
|
+
//#region ../../node_modules/.bun/@better-auth+scim@1.6.4+f772dc2362714ab9/node_modules/@better-auth/scim/dist/index.d.mts
|
|
730
730
|
//#region src/types.d.ts
|
|
731
731
|
interface SCIMProvider {
|
|
732
732
|
id: string;
|
package/dist/index.mjs
CHANGED
|
@@ -2754,7 +2754,7 @@ const jwtValidateMiddleware = (options) => createAuthMiddleware(async (ctx) => {
|
|
|
2754
2754
|
});
|
|
2755
2755
|
//#endregion
|
|
2756
2756
|
//#region src/version.ts
|
|
2757
|
-
const PLUGIN_VERSION = "0.2.
|
|
2757
|
+
const PLUGIN_VERSION = "0.2.5";
|
|
2758
2758
|
//#endregion
|
|
2759
2759
|
//#region src/routes/auth/config.ts
|
|
2760
2760
|
const PLUGIN_OPTIONS_EXCLUDE_KEYS = { stripe: new Set(["stripeClient"]) };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/infra",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Dashboard and analytics plugin for Better Auth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -92,6 +92,9 @@
|
|
|
92
92
|
"expo-device": ">=6.0.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependenciesMeta": {
|
|
95
|
+
"react-native": {
|
|
96
|
+
"optional": true
|
|
97
|
+
},
|
|
95
98
|
"@react-native-async-storage/async-storage": {
|
|
96
99
|
"optional": true
|
|
97
100
|
},
|