@adminforth/agent 1.26.11 → 1.26.12

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 207,946 bytes received 562 bytes 417,016.00 bytes/sec
42
- total size is 205,632 speedup is 0.99
41
+ sent 207,924 bytes received 562 bytes 416,972.00 bytes/sec
42
+ total size is 205,644 speedup is 0.99
@@ -51,7 +51,7 @@
51
51
  </header>
52
52
  <div class="select-all grid grid-cols-[auto,1fr] gap-x-3 gap-y-1 px-3 py-3 font-mono text-xs leading-5 text-gray-700 dark:text-gray-200">
53
53
  <template v-for="line in section.lines" :key="`${section.label}-${line.number}`">
54
- <span class=" text-[0.7rem] text-gray-400 dark:text-gray-500">{{ line.number }}</span>
54
+ <span class=" text-[0.7rem] text-gray-400 dark:text-gray-500 select-none">{{ line.number }}</span>
55
55
  <span class="whitespace-pre-wrap break-words">{{ line.content || ' ' }}</span>
56
56
  </template>
57
57
  </div>
@@ -51,7 +51,7 @@
51
51
  </header>
52
52
  <div class="select-all grid grid-cols-[auto,1fr] gap-x-3 gap-y-1 px-3 py-3 font-mono text-xs leading-5 text-gray-700 dark:text-gray-200">
53
53
  <template v-for="line in section.lines" :key="`${section.label}-${line.number}`">
54
- <span class=" text-[0.7rem] text-gray-400 dark:text-gray-500">{{ line.number }}</span>
54
+ <span class=" text-[0.7rem] text-gray-400 dark:text-gray-500 select-none">{{ line.number }}</span>
55
55
  <span class="whitespace-pre-wrap break-words">{{ line.content || ' ' }}</span>
56
56
  </template>
57
57
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.26.11",
3
+ "version": "1.26.12",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",