@fnlb-project/shared 1.5.105 → 1.5.106

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.
@@ -177,6 +177,7 @@ export type ICategoryConfigTriggerActionNode = {
177
177
  type: CategoryConfigTriggerActionType.RunCommand;
178
178
  command: string;
179
179
  args?: string[];
180
+ condition?: string;
180
181
  };
181
182
  export type ICategoryConfigTrigger = {
182
183
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.105",
3
+ "version": "1.5.106",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": [
6
6
  "dist"
@@ -8,7 +8,7 @@
8
8
  "author": "FNLB-Project",
9
9
  "sideEffects": false,
10
10
  "devDependencies": {
11
- "@biomejs/biome": "^2.4.8",
11
+ "@biomejs/biome": "^2.4.10",
12
12
  "@types/bun": "1.2.3",
13
13
  "bun-plugin-dts": "^0.3.0",
14
14
  "typescript": "^5.9.3"