@convergence/convergence
Advanced tools
Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20
{ | ||
"name": "@convergence/convergence", | ||
"version": "1.0.0-alpha.19", | ||
"version": "1.0.0-alpha.20", | ||
"description": "Convergence JavaScript client library.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ import {Session} from "../Session"; | ||
import {ChatChannelInfo, ChatChannel} from "./ChatChannel"; | ||
import {DirectChatChannel} from "../../src/main/ts/chat/DirectChatChannel"; | ||
import {DirectChatChannel} from "./DirectChatChannel"; | ||
@@ -8,0 +8,0 @@ export interface ChatServiceEvents { |
@@ -31,3 +31,3 @@ import {ConvergenceEventEmitter} from "../util/ConvergenceEventEmitter"; | ||
export interface AutoCreateModelOptions extends CreateModelOptions { | ||
ephemeral: boolean; | ||
ephemeral?: boolean; | ||
} | ||
@@ -34,0 +34,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
855810