overai 1.4.18 → 1.4.20

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 +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -299,3 +299,8 @@ Contact **sales@overai.com** for pricing and details.
299
299
  ## License
300
300
 
301
301
  MIT
302
+
303
+ ## Author
304
+
305
+ **JMK**
306
+ * Email: anouslecode@gmail.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overai",
3
- "version": "1.4.18",
3
+ "version": "1.4.20",
4
4
  "description": "OverAI TypeScript AI Agents Framework - Build, Deploy, and Monetize AI Agents in Minutes",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "ai billing",
53
53
  "ai api server"
54
54
  ],
55
- "author": "OverAI",
55
+ "author": "JMK <anouslecode@gmail.com>",
56
56
  "license": "MIT",
57
57
  "devDependencies": {
58
58
  "@ai-sdk/anthropic": "^3.0.1",