Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@memori.ai/memori-api-client

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memori.ai/memori-api-client - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

7

CHANGELOG.md
## [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 @@

1

dist/types.d.ts

@@ -309,2 +309,3 @@ export declare type Error = {

emission?: string;
completion?: boolean;
continuationEmitted?: boolean;

@@ -311,0 +312,0 @@ lastMatchedMemoryID?: string;

2

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc