@polka-codes/core 0.7.20 → 0.7.21

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.
@@ -1495,7 +1495,7 @@ declare const _default_9: {
1495
1495
  readonly usageValue: "Your regex pattern here";
1496
1496
  }, {
1497
1497
  readonly name: "file_pattern";
1498
- readonly description: "Glob pattern to filter files (e.g., \"*.ts\" for TypeScript files). If not provided, it will search all files (*).";
1498
+ readonly description: "Comma-separated glob pattern to filter files (e.g., \"*.ts\" for TypeScript files or \"*.ts,*.js\" for both TypeScript and JavaScript files). If not provided, it will search all files (*).";
1499
1499
  readonly required: false;
1500
1500
  readonly usageValue: "file pattern here (optional)";
1501
1501
  }];
@@ -1509,7 +1509,7 @@ declare const _default_9: {
1509
1509
  readonly value: "^components/";
1510
1510
  }, {
1511
1511
  readonly name: "file_pattern";
1512
- readonly value: "*.ts";
1512
+ readonly value: "*.ts,*.tsx";
1513
1513
  }];
1514
1514
  }];
1515
1515
  readonly permissionLevel: PermissionLevel.Read;
@@ -1529,7 +1529,7 @@ declare const _default_9: {
1529
1529
  readonly usageValue: "Your regex pattern here";
1530
1530
  }, {
1531
1531
  readonly name: "file_pattern";
1532
- readonly description: "Glob pattern to filter files (e.g., \"*.ts\" for TypeScript files). If not provided, it will search all files (*).";
1532
+ readonly description: "Comma-separated glob pattern to filter files (e.g., \"*.ts\" for TypeScript files or \"*.ts,*.js\" for both TypeScript and JavaScript files). If not provided, it will search all files (*).";
1533
1533
  readonly required: false;
1534
1534
  readonly usageValue: "file pattern here (optional)";
1535
1535
  }];
@@ -1543,7 +1543,7 @@ declare const _default_9: {
1543
1543
  readonly value: "^components/";
1544
1544
  }, {
1545
1545
  readonly name: "file_pattern";
1546
- readonly value: "*.ts";
1546
+ readonly value: "*.ts,*.tsx";
1547
1547
  }];
1548
1548
  }];
1549
1549
  permissionLevel: PermissionLevel.Read;
@@ -2397,7 +2397,7 @@ export declare const toolInfo_alias_11: {
2397
2397
  readonly usageValue: "Your regex pattern here";
2398
2398
  }, {
2399
2399
  readonly name: "file_pattern";
2400
- readonly description: "Glob pattern to filter files (e.g., \"*.ts\" for TypeScript files). If not provided, it will search all files (*).";
2400
+ readonly description: "Comma-separated glob pattern to filter files (e.g., \"*.ts\" for TypeScript files or \"*.ts,*.js\" for both TypeScript and JavaScript files). If not provided, it will search all files (*).";
2401
2401
  readonly required: false;
2402
2402
  readonly usageValue: "file pattern here (optional)";
2403
2403
  }];
@@ -2411,7 +2411,7 @@ export declare const toolInfo_alias_11: {
2411
2411
  readonly value: "^components/";
2412
2412
  }, {
2413
2413
  readonly name: "file_pattern";
2414
- readonly value: "*.ts";
2414
+ readonly value: "*.ts,*.tsx";
2415
2415
  }];
2416
2416
  }];
2417
2417
  readonly permissionLevel: PermissionLevel.Read;
package/dist/index.js CHANGED
@@ -1623,7 +1623,7 @@ var toolInfo9 = {
1623
1623
  },
1624
1624
  {
1625
1625
  name: "file_pattern",
1626
- description: 'Glob pattern to filter files (e.g., "*.ts" for TypeScript files). If not provided, it will search all files (*).',
1626
+ description: 'Comma-separated glob pattern to filter files (e.g., "*.ts" for TypeScript files or "*.ts,*.js" for both TypeScript and JavaScript files). If not provided, it will search all files (*).',
1627
1627
  required: false,
1628
1628
  usageValue: "file pattern here (optional)"
1629
1629
  }
@@ -1642,7 +1642,7 @@ var toolInfo9 = {
1642
1642
  },
1643
1643
  {
1644
1644
  name: "file_pattern",
1645
- value: "*.ts"
1645
+ value: "*.ts,*.tsx"
1646
1646
  }
1647
1647
  ]
1648
1648
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/core",
3
- "version": "0.7.20",
3
+ "version": "0.7.21",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",