Skip to content

Commit 09e9984

Browse files
committed
update dependencies
1 parent 4174582 commit 09e9984

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-7z-archive",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "ESM front-end to 7-Zip, featuring alternative full 7z CLI tools, binaries for Linux, Windows, Mac OSX, seamlessly create 7zip SFX self extracting archives targeting different platforms.",
55
"type": "module",
66
"main": "lib/index.mjs",
@@ -48,6 +48,7 @@
4848
},
4949
"homepage": "https://github.com/techno-express/node-7z-archive.git",
5050
"files": [
51+
"*.js",
5152
"*.mjs",
5253
"LICENSE",
5354
"README.md",
@@ -70,7 +71,7 @@
7071
"node": ">=12.0.0"
7172
},
7273
"dependencies": {
73-
"all-unpacker": "^0.1.12",
74+
"all-unpacker": "^0.1.13",
7475
"cross-spawn": "^7.0.3",
7576
"fs-extra": "^9.0.1",
7677
"macos-release": "^2.4.1",

0 commit comments

Comments
 (0)