allem-sdk 0.1.3 → 0.1.4
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.
- package/package.json +21 -11
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "allem-sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "The
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "The React SDK for AI agents, chat, forms, auth, analytics, and 8 essential hooks. One install, zero lock-in. Built on Vercel AI SDK v6.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Ahmed Allem (https://kingallem.com)",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
],
|
|
50
50
|
"sideEffects": false,
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@allem-sdk/
|
|
53
|
-
"@allem-sdk/
|
|
54
|
-
"@allem-sdk/analytics": "0.1.
|
|
55
|
-
"@allem-sdk/auth": "0.1.
|
|
56
|
-
"@allem-sdk/agents": "0.
|
|
57
|
-
"@allem-sdk/
|
|
52
|
+
"@allem-sdk/ai": "0.1.2",
|
|
53
|
+
"@allem-sdk/hooks": "0.1.2",
|
|
54
|
+
"@allem-sdk/analytics": "0.1.2",
|
|
55
|
+
"@allem-sdk/auth": "0.1.2",
|
|
56
|
+
"@allem-sdk/agents": "0.1.3",
|
|
57
|
+
"@allem-sdk/forms": "0.1.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/react": "^19.0.0",
|
|
@@ -89,13 +89,23 @@
|
|
|
89
89
|
"keywords": [
|
|
90
90
|
"allem-sdk",
|
|
91
91
|
"react",
|
|
92
|
-
"hooks",
|
|
92
|
+
"react-hooks",
|
|
93
93
|
"ai",
|
|
94
|
-
"agents",
|
|
94
|
+
"ai-agents",
|
|
95
|
+
"ai-sdk",
|
|
96
|
+
"vercel-ai-sdk",
|
|
97
|
+
"chatbot",
|
|
98
|
+
"tool-calling",
|
|
95
99
|
"forms",
|
|
100
|
+
"validation",
|
|
96
101
|
"analytics",
|
|
97
102
|
"auth",
|
|
98
|
-
"
|
|
103
|
+
"authentication",
|
|
104
|
+
"sdk",
|
|
105
|
+
"typescript",
|
|
106
|
+
"nextjs",
|
|
107
|
+
"ssr",
|
|
108
|
+
"hooks"
|
|
99
109
|
],
|
|
100
110
|
"publishConfig": {
|
|
101
111
|
"access": "public"
|