hookreplay 1.0.1 → 1.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookreplay",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Debug webhooks locally - capture, inspect, and replay webhooks to your local server",
5
5
  "keywords": [
6
6
  "webhook",
@@ -7,7 +7,7 @@ const { execSync } = require('child_process');
7
7
  const zlib = require('zlib');
8
8
 
9
9
  const VERSION = require('../package.json').version;
10
- const GITHUB_REPO = 'hookreplay/hookreplay';
10
+ const GITHUB_REPO = 'ahmedmandur/hookreplay';
11
11
 
12
12
  // Platform mapping
13
13
  const PLATFORMS = {