@tinkoff-monorepo/pkgs-collector-dir 1.8.11 → 1.8.12

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @tinkoff-monorepo/pkgs-collector-dir
2
2
 
3
- Ищет пакеты по переданным паттернам
3
+ Search for packages with patterns
4
4
 
5
- ## Конфиг
5
+ ## Configuration
6
6
 
7
7
  ### `pkgDirs`
8
8
 
9
- Список паттернов путей до пакетов в формате `glob`
9
+ List of the path patterns to packages in `glob` format
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinkoff-monorepo/pkgs-collector-dir",
3
- "version": "1.8.11",
3
+ "version": "1.8.12",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "src/index.ts",
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "license": "Apache-2.0",
18
18
  "dependencies": {
19
- "@tinkoff-monorepo/pkgs-collector": "1.8.11",
19
+ "@tinkoff-monorepo/pkgs-collector": "1.8.12",
20
20
  "glob": "^7.1.6"
21
21
  }
22
22
  }