Skip to content

Commit d3a7c15

Browse files
committed
1 parent 2937b43 commit d3a7c15

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"libnpmfund": "^2.0.2",
118118
"libnpmhook": "^7.0.1",
119119
"libnpmorg": "^3.0.1",
120-
"libnpmpack": "^3.0.1",
120+
"libnpmpack": "^3.1.0",
121121
"libnpmpublish": "^5.0.1",
122122
"libnpmsearch": "^4.0.1",
123123
"libnpmteam": "^3.0.1",
@@ -10752,7 +10752,7 @@
1075210752
}
1075310753
},
1075410754
"workspaces/libnpmpack": {
10755-
"version": "3.0.1",
10755+
"version": "3.1.0",
1075610756
"license": "ISC",
1075710757
"dependencies": {
1075810758
"@npmcli/run-script": "^2.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"libnpmfund": "^2.0.2",
8686
"libnpmhook": "^7.0.1",
8787
"libnpmorg": "^3.0.1",
88-
"libnpmpack": "^3.0.1",
88+
"libnpmpack": "^3.1.0",
8989
"libnpmpublish": "^5.0.1",
9090
"libnpmsearch": "^4.0.1",
9191
"libnpmteam": "^3.0.1",

workspaces/libnpmpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)