@botpress/chat
Advanced tools
Comparing version 0.4.1 to 0.4.2
import type * as jwt from 'jsonwebtoken'; | ||
declare const module: typeof jwt | null; | ||
export default module; | ||
declare const packageModule: typeof jwt | null; | ||
export default packageModule; |
import { EventEmitter } from './event-emitter'; | ||
import { EventSourceEmitter } from './eventsource'; | ||
import { Types } from './gen/signals'; | ||
import { WatchDog } from './watchdog'; | ||
type _Signals = Types & { | ||
@@ -18,2 +19,3 @@ unknown: { | ||
source: EventSourceEmitter; | ||
watchdog: WatchDog; | ||
}; | ||
@@ -20,0 +22,0 @@ export type Signals = { |
{ | ||
"name": "@botpress/chat", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Botpress Chat API Client", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10125325
63
100026