@baziapi/ai-tools 1.0.0 → 1.0.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.
- package/package.json +17 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baziapi/ai-tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Official AI Agent and LLM Function Calling Tools for BaZi API (OpenAI, LangChain, Vercel AI SDK)",
|
|
5
5
|
"author": "Md. Nasir Uddin Shoyas",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"README.md"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@baziapi/sdk": "
|
|
26
|
+
"@baziapi/sdk": "workspace:*"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"zod": "^3.0.0"
|
|
@@ -33,15 +33,24 @@
|
|
|
33
33
|
"optional": true
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"typescript": "^5.6.3",
|
|
38
|
-
"unbuild": "^3.0.0",
|
|
39
|
-
"zod": "^3.23.8"
|
|
40
|
-
},
|
|
41
36
|
"scripts": {
|
|
42
37
|
"build": "unbuild",
|
|
43
38
|
"dev": "unbuild --stub",
|
|
44
39
|
"lint": "eslint src",
|
|
45
40
|
"type-check": "tsc --noEmit"
|
|
41
|
+
},
|
|
42
|
+
"devDependencies": {
|
|
43
|
+
"typescript": "^5.6.3",
|
|
44
|
+
"unbuild": "^3.0.0",
|
|
45
|
+
"zod": "^3.23.8"
|
|
46
|
+
},
|
|
47
|
+
"homepage": "https://github.com/Shoyas/bazi-api-sdk#readme",
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "https://github.com/Shoyas/bazi-api-sdk.git",
|
|
51
|
+
"directory": "packages/bazi-ai-tools"
|
|
52
|
+
},
|
|
53
|
+
"bugs": {
|
|
54
|
+
"url": "https://github.com/Shoyas/bazi-api-sdk/issues"
|
|
46
55
|
}
|
|
47
|
-
}
|
|
56
|
+
}
|