@aiyiran/myclaw 1.1.93 → 1.1.94

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.
@@ -791,7 +791,7 @@
791
791
  var assetExt = (asset.path || '').split('.').pop().toLowerCase();
792
792
  var isCSV = assetExt === 'csv';
793
793
  var isPDF = assetExt === 'pdf';
794
- var CODE_EXTS = ['js', 'jsx', 'ts', 'tsx', 'py', 'css', 'json', 'md', 'txt', 'sh', 'bash', 'yaml', 'yml', 'toml', 'xml', 'sql', 'go', 'java', 'c', 'cpp', 'h', 'rs', 'rb', 'php', 'swift', 'kt', 'vue', 'env', 'gitignore'];
794
+ var CODE_EXTS = ['js', 'jsx', 'ts', 'tsx', 'py', 'sh', 'bash', 'go', 'java', 'c', 'cpp', 'h', 'rs', 'rb', 'php', 'swift', 'kt', 'vue'];
795
795
  var isCode = CODE_EXTS.indexOf(assetExt) !== -1;
796
796
  var OFFICE_EXTS = ['ppt', 'pptx', 'doc', 'docx', 'xls', 'xlsx'];
797
797
  var isOffice = OFFICE_EXTS.indexOf(assetExt) !== -1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.1.93",
3
+ "version": "1.1.94",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {