allagents 1.4.8 → 1.4.9

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/dist/index.js +6 -1
  2. package/package.json +6 -1
package/dist/index.js CHANGED
@@ -34103,7 +34103,7 @@ var package_default;
34103
34103
  var init_package = __esm(() => {
34104
34104
  package_default = {
34105
34105
  name: "allagents",
34106
- version: "1.4.8",
34106
+ version: "1.4.9",
34107
34107
  description: "CLI tool for managing multi-repo AI agent workspaces with plugin synchronization",
34108
34108
  type: "module",
34109
34109
  bin: {
@@ -34147,6 +34147,11 @@ var init_package = __esm(() => {
34147
34147
  ],
34148
34148
  author: "",
34149
34149
  license: "MIT",
34150
+ repository: {
34151
+ type: "git",
34152
+ url: "https://github.com/EntityProcess/allagents.git"
34153
+ },
34154
+ homepage: "https://allagents.dev",
34150
34155
  dependencies: {
34151
34156
  "@clack/prompts": "^1.0.0",
34152
34157
  chalk: "^5.6.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allagents",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "CLI tool for managing multi-repo AI agent workspaces with plugin synchronization",
5
5
  "type": "module",
6
6
  "bin": {
@@ -44,6 +44,11 @@
44
44
  ],
45
45
  "author": "",
46
46
  "license": "MIT",
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "https://github.com/EntityProcess/allagents.git"
50
+ },
51
+ "homepage": "https://allagents.dev",
47
52
  "dependencies": {
48
53
  "@clack/prompts": "^1.0.0",
49
54
  "chalk": "^5.6.2",