@cloud-ru/ft-deps-validator 2.0.2-preview-e500d0c.0 → 2.0.2

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/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 2.0.2 (2026-01-20)
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **FF-7730:** up glob to v13 ([59ec507](https://github.com/cloud-ru-tech/frontend-tools/commit/59ec5075cf23e2ed9c6bb122df828e283f63ac18))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 2.0.1 (2026-01-19)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-ru/ft-deps-validator",
3
- "version": "2.0.2-preview-e500d0c.0",
3
+ "version": "2.0.2",
4
4
  "description": "Validator for unused, missing or wrong version dependencies in monorepo's packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,5 +38,5 @@
38
38
  "glob": "13.0.0",
39
39
  "yargs": "18.0.0"
40
40
  },
41
- "gitHead": "9da41f2c4b95ed1fba70a27bf14063a5c100bea8"
41
+ "gitHead": "d705903e4edf96540f95e744966b040f4f3653f3"
42
42
  }