We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce24e8 commit 8f3b9e4Copy full SHA for 8f3b9e4
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codrjs/core",
3
- "version": "1.0.11-patch1",
+ "version": "1.0.11-patch2",
4
"description": "An open-sourced customizable annotation tool",
5
"main": "./cjs/index.js",
6
"module": "./esm/index.js",
src/index.ts
@@ -1,3 +1,4 @@
+export { default as Admin } from "./services/admin.js";
export { default as App } from "./services/app.js";
export { default as Mail } from "./services/mail/index.js";
export { default as Authentication } from "./services/auth.js";
0 commit comments