Skip to content

Commit

Permalink
v0.19.10
Browse files Browse the repository at this point in the history
  • Loading branch information
au-re committed Oct 7, 2023
1 parent 7ae7624 commit 703f4c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.19.9"
"version": "0.19.10"
}
2 changes: 1 addition & 1 deletion packages/@pufflig/ps-nodes-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pufflig/ps-nodes-config",
"private": false,
"version": "0.19.9",
"version": "0.19.10",
"description": "Configuration files for nodes used in prompt studio.",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/@pufflig/ps-nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pufflig/ps-nodes",
"private": false,
"version": "0.19.9",
"version": "0.19.10",
"description": "Collection of nodes used in Prompt Studio",
"files": [
"dist"
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@dqbd/tiktoken": "^1.0.7",
"@pufflig/ps-models": "^0.19.9",
"@pufflig/ps-nodes-config": "^0.19.9",
"@pufflig/ps-nodes-config": "^0.19.10",
"@pufflig/ps-sdk": "^0.19.9",
"axios": "^1.5.0",
"langchain": "^0.0.160",
Expand Down

0 comments on commit 703f4c9

Please sign in to comment.