mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- 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>
13 lines
387 B
Diff
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
|