@getzep/zep-js
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
@@ -179,3 +179,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
if (type) { | ||
params += lastn !== undefined ? `&type=${type}` : `?type=${type}`; | ||
params += | ||
lastn !== undefined ? `&memoryType=${type}` : `?memoryType=${type}`; | ||
} | ||
@@ -182,0 +183,0 @@ const response = yield handleRequest(fetch(`${url}${params}`, { |
@@ -181,3 +181,4 @@ "use strict"; | ||
if (type) { | ||
params += lastn !== undefined ? `&type=${type}` : `?type=${type}`; | ||
params += | ||
lastn !== undefined ? `&memoryType=${type}` : `?memoryType=${type}`; | ||
} | ||
@@ -184,0 +185,0 @@ const response = yield (0, utils_1.handleRequest)(fetch(`${url}${params}`, { |
{ | ||
"show-config": "tsc --showConfig", | ||
"name": "@getzep/zep-js", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"description": "Zep: Fast, scalable building blocks for production LLM apps", | ||
@@ -6,0 +6,0 @@ "private": false, |
420629
8669