@tryghost/webhook-mock-receiver 0.2.7 → 0.2.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2013-2022 Ghost Foundation
3
+ Copyright (c) 2013-2023 Ghost Foundation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -38,4 +38,4 @@ Follow the instructions for the top-level repo.
38
38
 
39
39
  # Copyright & License
40
40
 
41
- Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE).
41
+ Copyright (c) 2013-2023 Ghost Foundation - Released under the [MIT license](LICENSE).
package/index.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('./lib/webhook-mock-receiver');
1
+ module.exports = require('./lib/WebhookMockReceiver');
@@ -73,7 +73,7 @@ class WebhookMockReceiver {
73
73
  };
74
74
 
75
75
  this.snapshotManager.assertSnapshot(this.headers, assertion);
76
-
76
+
77
77
  return this;
78
78
  }
79
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/webhook-mock-receiver",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "repository": "https://github.com/TryGhost/framework/tree/main/packages/webhook-mock-receiver",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -21,13 +21,13 @@
21
21
  "access": "public"
22
22
  },
23
23
  "devDependencies": {
24
- "c8": "7.13.0",
24
+ "c8": "8.0.1",
25
25
  "got": "9.6.0",
26
26
  "mocha": "10.2.0",
27
- "sinon": "15.0.4"
27
+ "sinon": "17.0.1"
28
28
  },
29
29
  "dependencies": {
30
30
  "p-wait-for": "3.2.0"
31
31
  },
32
- "gitHead": "4bf425a83dabe8e70ee28dffa37cf678b640068e"
32
+ "gitHead": "a655bcfba6531944b8fd997bf53ccefb9dcf1685"
33
33
  }