svix 0.42.2 → 0.43.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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -18,7 +18,7 @@ const utf8 = require("@stablelib/utf8");
|
|
|
18
18
|
const base64 = require("@stablelib/base64");
|
|
19
19
|
const sha256 = require("fast-sha256");
|
|
20
20
|
const WEBHOOK_TOLERANCE_IN_SECONDS = 5 * 60;
|
|
21
|
-
const VERSION = "0.
|
|
21
|
+
const VERSION = "0.43.2";
|
|
22
22
|
class UserAgentMiddleware {
|
|
23
23
|
pre(context) {
|
|
24
24
|
context.setHeaderParam("User-Agent", `svix-libs/${VERSION}/javascript`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svix",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.43.2",
|
|
4
4
|
"description": "Svix API client",
|
|
5
5
|
"author": "svix",
|
|
6
6
|
"repository": "https://github.com/svix/svix-libs",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@stablelib/utf8": "^1.0.0",
|
|
33
33
|
"es6-promise": "^4.2.4",
|
|
34
34
|
"fast-sha256": "^1.3.0",
|
|
35
|
-
"svix-fetch": "
|
|
35
|
+
"svix-fetch": "^3.0.0",
|
|
36
36
|
"url-parse": "^1.4.3"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|