@pb33f/wiretap 0.0.25 → 0.0.26
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/bin/wiretap.js +1 -1
- package/package.json +3 -3
package/bin/wiretap.js
CHANGED
|
@@ -8,7 +8,7 @@ const __filename = fileURLToPath(import.meta.url);
|
|
|
8
8
|
const __dirname = path.dirname(__filename);
|
|
9
9
|
|
|
10
10
|
try {
|
|
11
|
-
execFileSync(path.resolve(`${__dirname}/
|
|
11
|
+
execFileSync(path.resolve(`${__dirname}/wiretap`), process.argv.slice(2), {
|
|
12
12
|
stdio: "inherit",
|
|
13
13
|
});
|
|
14
14
|
} catch (e) {
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pb33f/wiretap",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "The world's coolest OpenAPI contract compliance API Proxy
|
|
3
|
+
"version": "0.0.26",
|
|
4
|
+
"description": "The world's coolest OpenAPI contract compliance API Proxy testing tool.",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"author": "Princess Beef Heavy Industries, LLC / Quobix",
|
|
6
|
+
"author": "Princess Beef Heavy Industries, LLC / Quobix / DaveShanley",
|
|
7
7
|
"license": "GPL-3.0",
|
|
8
8
|
"homepage": "https://pb33f.io/wiretap",
|
|
9
9
|
"repository": {
|