arkaos 3.6.0 → 3.6.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/VERSION CHANGED
@@ -1 +1 @@
1
- 3.6.0
1
+ 3.6.1
@@ -289,7 +289,7 @@ async function bulkDelete() {
289
289
  th: 'py-2 first:rounded-l-lg last:rounded-r-lg border-y border-default first:border-l last:border-r',
290
290
  td: 'border-b border-default',
291
291
  }"
292
- @select="(row: Persona) => goToPersona(row.id)"
292
+ @select="(row: { original: Persona }) => goToPersona(row.original.id)"
293
293
  >
294
294
  <template #select-header>
295
295
  <UCheckbox
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkaos",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "The Operating System for AI Agent Teams",
5
5
  "type": "module",
6
6
  "bin": {
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "arkaos-core"
3
- version = "3.6.0"
3
+ version = "3.6.1"
4
4
  description = "Core engine for ArkaOS — The Operating System for AI Agent Teams"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}