@lingual/i18n-check 0.8.17 → 0.8.19

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.
package/dist/bin/index.js CHANGED
@@ -168,8 +168,8 @@ const main = async () => {
168
168
  if (unusedSrcPath) {
169
169
  const isMultiUnusedFolders = unusedSrcPath.length > 1;
170
170
  const pattern = isMultiUnusedFolders
171
- ? `{${unusedSrcPath.join(',').trim()}}/**/*.{ts,tsx}`
172
- : `${unusedSrcPath.join(',').trim()}/**/*.{ts,tsx}`;
171
+ ? `{${unusedSrcPath.join(',').trim()}}/**/*.{js,jsx,ts,tsx}`
172
+ : `${unusedSrcPath.join(',').trim()}/**/*.{js,jsx,ts,tsx}`;
173
173
  const filesToParse = (0, glob_1.globSync)(pattern, {
174
174
  ignore: ['node_modules/**'],
175
175
  windowsPathsNoEscape: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingual/i18n-check",
3
- "version": "0.8.17",
3
+ "version": "0.8.19",
4
4
  "description": "i18n translation messages check",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",