Skip to content

Commit

Permalink
📦 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkeeth committed May 11, 2024
1 parent c505987 commit 8ea0b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-stats-api",
"version": "2.1.0",
"version": "2.1.1",
"description": "Node Package's Statistics API | Our functions will provide statistics of node package | This is a Node.js API wrapper for the NPM API and Registry. Based on the original npm-stat-api.",
"files": [
"index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/npm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe("Patterns that process normally", () => {
statusCode: 200,
body: {
"dist-tags": {
latest: "2.1.0"
latest: "2.1.1"
},
license: "MIT",
name: "npm-stats-api"
Expand Down

0 comments on commit 8ea0b02

Please sign in to comment.