Skip to content

Commit

Permalink
Merge pull request #56 from Contrast-Security-Inc/4.1.0
Browse files Browse the repository at this point in the history
4.1.0
  • Loading branch information
jcolekaplan authored May 17, 2024
2 parents 02e2025 + 6efba02 commit 0d92b2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 45 deletions.
50 changes: 9 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contrast/fn-inspect",
"version": "4.0.0",
"version": "4.1.0",
"description": "Retrieve function name and line number from a function reference",
"keywords": [
"instrumentation"
Expand Down Expand Up @@ -28,8 +28,8 @@
"install": "node-gyp-build",
"prepare": "husky install",
"prebuild": "npm run clean",
"build": "prebuildify -t 16.9.1 -t 18.7.0 -t 20.5.0 --strip",
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 16.9.1 -t 18.7.0 -t 20.5.0 --strip",
"build": "prebuildify -t 16.9.1 -t 18.7.0 -t 20.5.0 --strip --napi false",
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 16.9.1 -t 18.7.0 -t 20.5.0 --strip --napi false",
"build:darwin": "npm run build -- --arch x64+arm64",
"build:win32": "npm run build",
"clean": "rimraf build/ coverage/ prebuilds/",
Expand All @@ -54,7 +54,7 @@
"lint-staged": "^13.2.3",
"mocha": "^10.2.0",
"node-gyp": "^10.1.0",
"prebuildify": "^5.0.1",
"prebuildify": "^6.0.1",
"prebuildify-cross": "^5.0.0",
"rimraf": "^5.0.1",
"semver": "^7.5.4",
Expand Down

0 comments on commit 0d92b2d

Please sign in to comment.