Skip to content

Commit

Permalink
Update Inventory for heroku/nodejs-npm-engine
Browse files Browse the repository at this point in the history
- Added npm version 9.9.2.
- Added npm version 10.2.4.
  • Loading branch information
heroku-linguist[bot] committed Nov 21, 2023
1 parent 0c30930 commit 6b4f585
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildpacks/nodejs-npm-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Added npm version 10.2.4.
- Added npm version 9.9.2.
## [2.3.0] - 2023-11-09

- Added npm version 9.9.1.
Expand Down
12 changes: 12 additions & 0 deletions buildpacks/nodejs-npm-engine/inventory.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/npm/release/npm-v10.2.3.tar.gz"
etag = "4c179b74475886962ab2410d405c129a"

[[releases]]
version = "10.2.4"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/npm/release/npm-v10.2.4.tar.gz"
etag = "ba18ad02ae207f876573075e493b4f03"

[[releases]]
version = "8.0.0"
channel = "release"
Expand Down Expand Up @@ -456,3 +462,9 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/npm/release/npm-v9.9.1.tar.gz"
etag = "a128a47efd7ca009180d0e25838796cd"

[[releases]]
version = "9.9.2"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/npm/release/npm-v9.9.2.tar.gz"
etag = "aff03aeb0edaf8121bd0268db088d101"

0 comments on commit 6b4f585

Please sign in to comment.