@getzep/zep-js
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"show-config": "tsc --showConfig", | ||
"name": "@getzep/zep-js", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Zep: A long-term memory store for conversational AI applications", | ||
@@ -10,5 +10,5 @@ "private": false, | ||
}, | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"scripts": { | ||
@@ -15,0 +15,0 @@ "lint": "eslint --ext .js,.ts src/", |