@camjn/getargv 0.0.21 → 0.0.29
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/LICENSE.txt +1 -2
- package/package.json +1 -1
package/LICENSE.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
BSD 3-Clause License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2022, 2023
|
|
4
|
-
Camden Narzt <getargv@narzt.cam>. All rights reserved.
|
|
3
|
+
Copyright (c) 2022, 2023, 2024 Camden Narzt <getargv@narzt.cam>. All rights reserved.
|
|
5
4
|
|
|
6
5
|
Redistribution and use in source and binary forms, with or without
|
|
7
6
|
modification, are permitted provided that the following conditions are met:
|
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.29",
|
|
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": {
|