Skip to content

Commit 94a066e

Browse files
author
queue-it
committed
Preparing release 3.7.7
1 parent 058ca52 commit 94a066e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/UserInQueueService.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/browserified.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ var UserInQueueService = /** @class */ (function () {
986986
}
987987
return new TokenValidationResult(true, null);
988988
};
989-
UserInQueueService.SDK_VERSION = "v3-javascript-" + "3.7.6";
989+
UserInQueueService.SDK_VERSION = "v3-javascript-" + "3.7.7";
990990
return UserInQueueService;
991991
}());
992992
exports.UserInQueueService = UserInQueueService;

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "queueit-knownuser",
3-
"version": "3.7.6",
3+
"version": "3.7.7",
44
"description": "SDK to integrate Queue-it into a javascript based server side application.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/UserInQueueService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {StateInfo, UserInQueueStateCookieRepository} from './UserInQueueStateCoo
99
import {IConnectorContextProvider} from './ConnectorContextProvider';
1010

1111
export class UserInQueueService {
12-
static readonly SDK_VERSION = "v3-javascript-" + "3.7.6";
12+
static readonly SDK_VERSION = "v3-javascript-" + "3.7.7";
1313

1414
constructor(private contextProvider: IConnectorContextProvider, private userInQueueStateRepository: UserInQueueStateCookieRepository) {
1515
}

0 commit comments

Comments
 (0)