allagents 1.13.3-next.1 → 1.13.3

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -42610,7 +42610,7 @@ var package_default;
42610
42610
  var init_package = __esm(() => {
42611
42611
  package_default = {
42612
42612
  name: "allagents",
42613
- version: "1.13.3-next.1",
42613
+ version: "1.13.3",
42614
42614
  packageManager: "bun@1.3.12",
42615
42615
  description: "CLI tool for managing multi-repo AI agent workspaces with plugin synchronization",
42616
42616
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allagents",
3
- "version": "1.13.3-next.1",
3
+ "version": "1.13.3",
4
4
  "packageManager": "bun@1.3.12",
5
5
  "description": "CLI tool for managing multi-repo AI agent workspaces with plugin synchronization",
6
6
  "type": "module",