We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe2990 commit 71a0544Copy full SHA for 71a0544
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@queue-it/fastly",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "Queue-it connector for Fastly",
5
"main": "src/index.ts",
6
"author": "devs@queue-it.com",
src/helper.ts
@@ -2,7 +2,7 @@ import { Utils } from "./sdk/QueueITHelpers";
import { hmacString } from "./sdk/helpers/crypto";
export class QueueITHelper {
- static readonly KUP_VERSION: string = "fastly-2.0.1";
+ static readonly KUP_VERSION: string = "fastly-2.0.2";
7
static configureKnownUserHashing(): void {
8
Utils.generateSHA256Hash = hmacString;
0 commit comments