@adminforth/agent 1.27.0 → 1.27.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/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 208,054 bytes received 562 bytes 417,232.00 bytes/sec
42
- total size is 205,740 speedup is 0.99
41
+ sent 208,061 bytes received 562 bytes 417,246.00 bytes/sec
42
+ total size is 205,781 speedup is 0.99
@@ -169,4 +169,8 @@ a.incremark-link::after {
169
169
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 12H2m12 0l-4 4m4-4l-4-4'/%3E%3C/svg%3E") no-repeat center;
170
170
  mask-size: contain;
171
171
  }
172
+
173
+ .incremark-list {
174
+ list-style: disc;
175
+ }
172
176
  </style>
@@ -169,4 +169,8 @@ a.incremark-link::after {
169
169
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 12H2m12 0l-4 4m4-4l-4-4'/%3E%3C/svg%3E") no-repeat center;
170
170
  mask-size: contain;
171
171
  }
172
+
173
+ .incremark-list {
174
+ list-style: disc;
175
+ }
172
176
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",