@putout/operator-match-files 11.1.0 → 11.1.1

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.
@@ -140,7 +140,7 @@ function magicParse(name, content) {
140
140
  return [js, ast];
141
141
  }
142
142
 
143
- if (/\.(c|m)?ts(x)?$/.test(name)) {
143
+ if (/\.[cm]?ts(x)?$/.test(name)) {
144
144
  const ast = parse(content, {
145
145
  isTS: true,
146
146
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/operator-match-files",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout operator adds ability to match files to plugins",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@putout/babel": "^5.0.0",
28
28
  "@putout/engine-parser": "^15.0.1",
29
- "@putout/operator-filesystem": "^10.0.0",
29
+ "@putout/operator-filesystem": "^11.0.0",
30
30
  "@putout/operator-json": "^3.0.0"
31
31
  },
32
32
  "keywords": [