@meechi-ai/core 1.0.1 → 1.0.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,9 +17,9 @@ This library powers the **Meechi** application, providing the core orchestration
17
17
  ## Installation
18
18
 
19
19
  ```bash
20
- npm install @meechi/core
20
+ npm install @meechi-ai/core
21
21
  # or
22
- yarn add @meechi/core
22
+ yarn add @meechi-ai/core
23
23
  ```
24
24
 
25
25
  ## Usage
@@ -27,7 +27,7 @@ yarn add @meechi/core
27
27
  ### Basic AI Hook
28
28
 
29
29
  ```typescript
30
- import { useMeechi } from '@meechi/core';
30
+ import { useMeechi } from '@meechi-ai/core';
31
31
 
32
32
  function App() {
33
33
  const { chat, isReady, localAIStatus } = useMeechi();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meechi-ai/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",