nodejs-dist-indexer 1.7.21 → 1.7.22

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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.7.22](https://github.com/nodejs/nodejs-dist-indexer/compare/v1.7.21...v1.7.22) (2025-10-16)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps:** bump bl from 6.1.3 to 6.1.4 ([#59](https://github.com/nodejs/nodejs-dist-indexer/issues/59)) ([89afade](https://github.com/nodejs/nodejs-dist-indexer/commit/89afade44c4146eae097929016a34c4590ef89e1))
6
+
1
7
  ## [1.7.21](https://github.com/nodejs/nodejs-dist-indexer/compare/v1.7.20...v1.7.21) (2025-10-15)
2
8
 
3
9
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs-dist-indexer",
3
- "version": "1.7.21",
3
+ "version": "1.7.22",
4
4
  "description": "An application to create nodejs.org distribution index files: index.json and index.tab",
5
5
  "main": "src/dist-indexer.js",
6
6
  "author": "Rod Vagg <rod@vagg.org>",