@rushstack/npm-check-fork 0.2.1 → 0.2.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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "@rushstack/npm-check-fork",
3
3
  "entries": [
4
+ {
5
+ "version": "0.2.2",
6
+ "tag": "@rushstack/npm-check-fork_v0.2.2",
7
+ "date": "Fri, 20 Feb 2026 16:14:49 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.2`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "0.2.1",
6
18
  "tag": "@rushstack/npm-check-fork_v0.2.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @rushstack/npm-check-fork
2
2
 
3
- This log was last generated on Fri, 20 Feb 2026 00:15:04 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 20 Feb 2026 16:14:49 GMT and should not be manually modified.
4
+
5
+ ## 0.2.2
6
+ Fri, 20 Feb 2026 16:14:49 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.2.1
6
11
  Fri, 20 Feb 2026 00:15:04 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/npm-check-fork",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A fork of npm-check.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,8 +44,8 @@
44
44
  "@types/lodash": "4.17.23",
45
45
  "@types/semver": "7.5.0",
46
46
  "eslint": "~9.37.0",
47
- "local-node-rig": "1.0.0",
48
- "@rushstack/heft": "1.2.1"
47
+ "@rushstack/heft": "1.2.2",
48
+ "local-node-rig": "1.0.0"
49
49
  },
50
50
  "sideEffects": false,
51
51
  "scripts": {