@allem-sdk/ai 0.1.0 → 0.1.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://github.com/kingofmit/allem-sdk/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" /></a>
7
- <img src="https://img.shields.io/badge/react-18+-61dafb" alt="React 18+" />
7
+ <img src="https://img.shields.io/badge/react-19-61dafb" alt="React 19" />
8
8
  <img src="https://img.shields.io/badge/typescript-strict-blue" alt="TypeScript" />
9
9
  <img src="https://img.shields.io/badge/AI_SDK-v6-black" alt="AI SDK v6" />
10
10
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allem-sdk/ai",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AI hooks for React — useChat, useAgent, useStreaming. Built on Vercel AI SDK.",
5
5
  "license": "MIT",
6
6
  "author": "Ahmed Allem",