pusher-chatkit-server
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "pusher-chatkit-server", | ||
"description": "Pusher ChatKit server library", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "./target/index.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -13,6 +13,3 @@ import { | ||
import { getCurrentTimeInSeconds } from './utils'; | ||
import { ClientError } from './errors'; | ||
import { defaultCluster, cacheExpiryTolerance } from './constants'; | ||
export interface TokenWithExpiry { | ||
@@ -19,0 +16,0 @@ token: string; |
@@ -7,4 +7,2 @@ export {default as default} from './chatkit'; | ||
export * from './errors'; | ||
export * from './constants'; | ||
export * from './permissions'; |
export { default as default } from './chatkit'; | ||
export { UnsupportedGrantTypeError, InvalidGrantTypeError } from 'pusher-platform-node'; | ||
export * from './errors'; | ||
export * from './constants'; | ||
export * from './permissions'; |
@@ -11,5 +11,3 @@ "use strict"; | ||
exports.InvalidGrantTypeError = pusher_platform_node_1.InvalidGrantTypeError; | ||
__export(require("./errors")); | ||
__export(require("./constants")); | ||
__export(require("./permissions")); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74875
28
644