mesob 0.0.8 → 0.1.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,5 +8,5 @@ This monorepo contains the following packages:
8
8
 
9
9
  - **@mesob/common** - Common utilities, types, and shared functionality
10
10
  - **@mesob/ui** - React component library built with Radix UI and Tailwind CSS
11
- - **@mesob/auth-backend** - Backend authentication utilities, handlers, and routes
12
- - **@mesob/auth-frontend** - Frontend authentication components and hooks for React applications
11
+ - **@mesob/auth-hono** - Backend authentication system and Hono routes
12
+ - **@mesob/auth-react** - Frontend authentication components and hooks for React applications
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mesob",
3
- "version": "0.0.8",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",