Skip to content

Commit 72beaa9

Browse files
Publishing fix (#144)
* chore: Bump rc version * SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * cleanup * SDK regeneration * chore: Update examples * chore: remove memory wrapper * chore: remove SDE tests * chore: Update fernignore * SDK regeneration * chore: Update fernignore + package json * chore: Readd prepack command * chore: Update prepack command --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 8b3eb9c commit 72beaa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getzep/zep-cloud",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": false,
55
"repository": "https://github.com/getzep/zep-js",
66
"description": "Zep: Fast, scalable building blocks for production LLM apps",
@@ -50,7 +50,7 @@
5050
"test:unit": "jest --selectProjects unit",
5151
"test:browser": "jest --selectProjects browser",
5252
"test:wire": "jest --selectProjects wire",
53-
"prepack": "yarn build"
53+
"prepack": "yarn build && cp -rv dist/. ."
5454
},
5555
"dependencies": {
5656
"zod": "^3.23.8"

0 commit comments

Comments
 (0)