@adminforth/agent 1.24.9 → 1.24.10

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/build.log CHANGED
@@ -38,5 +38,5 @@ custom/skills/fetch_data/SKILL.md
38
38
  custom/skills/mutate_data/
39
39
  custom/skills/mutate_data/SKILL.md
40
40
 
41
- sent 201,354 bytes received 566 bytes 403,840.00 bytes/sec
42
- total size is 199,080 speedup is 0.99
41
+ sent 201,337 bytes received 558 bytes 403,790.00 bytes/sec
42
+ total size is 199,037 speedup is 0.99
@@ -1,7 +1,6 @@
1
1
  <template>
2
2
  <SessionsHistory
3
3
  :class="agentStore.isSessionHistoryOpen ? 'translate-x-0' : '-translate-x-full'"
4
- @recalculateScroll="recalculateScroll"
5
4
  />
6
5
  <div
7
6
  v-if="agentStore.isSessionHistoryOpen"
@@ -1,7 +1,6 @@
1
1
  <template>
2
2
  <SessionsHistory
3
3
  :class="agentStore.isSessionHistoryOpen ? 'translate-x-0' : '-translate-x-full'"
4
- @recalculateScroll="recalculateScroll"
5
4
  />
6
5
  <div
7
6
  v-if="agentStore.isSessionHistoryOpen"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.24.9",
3
+ "version": "1.24.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",