We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d39526 commit 8ccd2bcCopy full SHA for 8ccd2bc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-oom-heapdump",
3
- "version": "3.3.0-pre2",
+ "version": "3.3.0-pre3",
4
"description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
5
"main": "index.js",
6
"scripts": {
@@ -16,7 +16,7 @@
16
"binary": {
17
"module_name": "node_oom_heapdump_native",
18
"module_path": "./build/Release",
19
- "package_name": "{module_name}-v{version}-{platform}-{arch}-{libc}.tar.gz",
+ "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
20
"host": "https://github.com/blueconic/node-oom-heapdump/releases/download/{version}"
21
},
22
"engines": {
0 commit comments