Skip to content

Commit a116aaf

Browse files
authored
Merge pull request #15 from IgorWnek/feature/fix-critical-npm-vulnerability
Fix critical dependency vulnerability and update package test
2 parents ce67990 + a01de9e commit a116aaf

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package-lock.json

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

test-package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "✅ Testing --help flag..."
1212
./build/index.js --help > /dev/null
1313
echo " Help command works!"
1414

15-
# Test 2: Version command
15+
# Test 2: Version command
1616
echo "✅ Testing --version flag..."
1717
VERSION=$(./build/index.js --version)
1818
echo " Version: $VERSION"
@@ -48,8 +48,8 @@ fi
4848
echo "✅ Testing build files..."
4949
REQUIRED_FILES=(
5050
"build/index.js"
51-
"build/handler.js"
52-
"build/tools.js"
51+
"build/handler.js"
52+
"build/tools/index.js"
5353
"build/utils/axios.js"
5454
)
5555

0 commit comments

Comments
 (0)