@memori.ai/memori-api-client
Advanced tools
Comparing version 0.10.2 to 0.10.3
## [0.10.3](https://github.com/memori-ai/memori-api-client/compare/v0.10.2...v0.10.3) (2023-01-23) | ||
### Features | ||
* add completion flag in dialog state ([9d7b417](https://github.com/memori-ai/memori-api-client/commit/9d7b4170fe1bbfe575cd9dff1165ad01525e898c)) | ||
## [0.10.2](https://github.com/memori-ai/memori-api-client/compare/v0.10.1...v0.10.2) (2023-01-20) | ||
@@ -4,0 +11,0 @@ |
@@ -309,2 +309,3 @@ export declare type Error = { | ||
emission?: string; | ||
completion?: boolean; | ||
continuationEmitted?: boolean; | ||
@@ -311,0 +312,0 @@ lastMatchedMemoryID?: string; |
{ | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"name": "@memori.ai/memori-api-client", | ||
@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website", |
@@ -338,2 +338,3 @@ export declare type Error = { | ||
emission?: string; | ||
completion?: boolean; | ||
continuationEmitted?: boolean; | ||
@@ -340,0 +341,0 @@ lastMatchedMemoryID?: string; |
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
995493
14765
1