chore: remove exports

This commit is contained in:
Bereket Engida
2024-10-31 15:33:46 +03:00
parent 76bc5f2315
commit 49c19c1e83
3 changed files with 0 additions and 7 deletions

View File

@@ -82,11 +82,6 @@
"import": "./dist/db.js",
"require": "./dist/db.cjs"
},
"./expo": {
"types": "./dist/expo.d.ts",
"import": "./dist/expo.js",
"require": "./dist/expo.cjs"
},
"./vue": {
"types": "./dist/vue.d.ts",
"import": "./dist/vue.js",

View File

@@ -12,4 +12,3 @@ export * from "../../plugins/generic-oauth/client";
export * from "../../plugins/jwt/client";
export * from "../../plugins/multi-session/client";
export * from "../../plugins/email-otp/client";
export * from "../../plugins/expo/client";

View File

@@ -14,4 +14,3 @@ export * from "./generic-oauth";
export * from "./jwt";
export * from "./multi-session";
export * from "./email-otp";
export * from "./expo";