@adminforth/agent 1.32.1 → 1.32.2

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
@@ -40,5 +40,5 @@ custom/skills/fetch_data/SKILL.md
40
40
  custom/skills/mutate_data/
41
41
  custom/skills/mutate_data/SKILL.md
42
42
 
43
- sent 209,092 bytes received 585 bytes 419,354.00 bytes/sec
44
- total size is 206,682 speedup is 0.99
43
+ sent 209,157 bytes received 585 bytes 419,484.00 bytes/sec
44
+ total size is 206,747 speedup is 0.99
@@ -163,6 +163,10 @@ a.incremark-link::after {
163
163
  mask-size: contain;
164
164
  }
165
165
 
166
+ .incremark-table a.incremark-link {
167
+ word-break: break-word;
168
+ }
169
+
166
170
  .incremark-list {
167
171
  list-style: disc;
168
172
  }
@@ -163,6 +163,10 @@ a.incremark-link::after {
163
163
  mask-size: contain;
164
164
  }
165
165
 
166
+ .incremark-table a.incremark-link {
167
+ word-break: break-word;
168
+ }
169
+
166
170
  .incremark-list {
167
171
  list-style: disc;
168
172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.32.1",
3
+ "version": "1.32.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",