mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 14:19:24 +00:00

- Updated integration tests in ConvertIntegration.test.tsx to include additional parameters for conversion options. - Improved error handling for API responses and network errors. - Enhanced mock implementations for axios calls to ensure accurate testing of conversion operations. - Added tests for smart detection functionality in ConvertSmartDetectionIntegration.test.tsx, covering various file types and conversion scenarios. - Refined mantineTheme.ts by removing unused font weights and ensuring type safety in component customizations. - Updated fileContext.ts and pageEditor.ts to improve type definitions and ensure consistency across the application. - Enhanced fileUtils.ts with additional methods for file handling and improved error logging. - Refactored thumbnailUtils.ts to optimize thumbnail generation logic and improve memory management. - Made minor adjustments to toolOperationTracker.ts for better type handling.
20 lines
361 B
JSON
20 lines
361 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(chmod:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(./gradlew:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(find:*)",
|
|
"Bash(npm test)",
|
|
"Bash(npm test:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(sed:*)",
|
|
"Bash(cp:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |