@camjn/getargv 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binding.gyp +1 -1
- package/package.json +1 -1
package/binding.gyp
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"targets": [{
|
|
3
3
|
"target_name": "getargv_native",
|
|
4
4
|
"sources": [ "src/getargv.c" ],
|
|
5
|
-
"defines": [ "_PID_MAX=<!@(man -w setaudit_addr | xargs grep -Eoe 'PID_MAX
|
|
5
|
+
"defines": [ "_PID_MAX=<!@(man -w setaudit_addr | xargs grep -Eoe 'PID_MAX \\([0-9]+\\)' | tr -Cd '0-9')" ],
|
|
6
6
|
"include_dirs": [ "<!@(pkg-config getargv --cflags-only-I | sed s/-I//g)" ],
|
|
7
7
|
"link_settings": {
|
|
8
8
|
"libraries": [ "<!@(pkg-config getargv --libs)" ]
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"name": "@camjn/getargv",
|
|
19
19
|
"homepage": "https://getargv.narzt.cam/",
|
|
20
20
|
"author": "Camden Narzt <getargv@narzt.cam>",
|
|
21
|
-
"version": "0.0.
|
|
21
|
+
"version": "0.0.31",
|
|
22
22
|
"description": "This library allows you to query the arguments of other processes on macOS.",
|
|
23
23
|
"main": "dist/binding.js",
|
|
24
24
|
"scripts": {
|