@xuda.dev/photo-album-builder-ai-agent 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.
- package/README.md +2 -0
- package/agent.json +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
package/agent.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent_id": "7fc_agn_d83b1ea3a9a4",
|
|
3
3
|
"agent_name": "Photo Album Builder",
|
|
4
|
-
"agent_version": "0.1.
|
|
5
|
-
"agent_image":
|
|
4
|
+
"agent_version": "0.1.1",
|
|
5
|
+
"agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_d83b1ea3a9a4.png",
|
|
6
6
|
"agent_category": [
|
|
7
7
|
"Creative & Content"
|
|
8
8
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.dev/photo-album-builder-ai-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Photo Album Builder",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"xuda": {
|
|
45
45
|
"agent_id": "7fc_agn_d83b1ea3a9a4",
|
|
46
46
|
"agent_name": "Photo Album Builder",
|
|
47
|
-
"agent_version": "0.1.
|
|
47
|
+
"agent_version": "0.1.1",
|
|
48
|
+
"agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_d83b1ea3a9a4.png",
|
|
48
49
|
"agent_category": [
|
|
49
50
|
"Creative & Content"
|
|
50
51
|
],
|