Files
afilmory/patches/@creem_io__better-auth.patch
Innei 3fe81cc8e9 feat(dependencies): add patch for better-auth and update pnpm-lock and workspace files
- Introduced a patch for '@creem_io/better-auth' to modify the export in the module.
- Updated pnpm-lock.yaml to include the new patch and reflect changes in dependency versions.
- Modified pnpm-workspace.yaml to register the patched dependency.
- Ensured consistency in versioning for related dependencies across the project.

Signed-off-by: Innei <tukon479@gmail.com>
2025-11-17 15:33:50 +08:00

13 lines
387 B
Diff

diff --git a/dist/esm/index.js b/dist/esm/index.js
index 1dabf9d8ed62c76012e3d33985c0907d12ae8f42..921d86887aba53522b2afd7ca94d9560f3297b04 100644
--- a/dist/esm/index.js
+++ b/dist/esm/index.js
@@ -69,5 +69,6 @@ export const creem = (options) => {
schema: getSchema(options),
};
};
-module.exports = { creem };
+
+export default creem;
//# sourceMappingURL=index.js.map