File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 0.20.0 "
3
+ "version" : " 0.20.1 "
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pufflig/ps-chains" ,
3
- "version" : " 0.20.0 " ,
3
+ "version" : " 0.20.1 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " ./dist/ps-chains.umd.js" ,
6
6
"module" : " ./dist/ps-chains.es.js" ,
16
16
"test" : " jest"
17
17
},
18
18
"devDependencies" : {
19
- "@pufflig/ps-types" : " ^0.20.0 " ,
19
+ "@pufflig/ps-types" : " ^0.20.1 " ,
20
20
"@types/react-dom" : " ^18.2.7" ,
21
21
"immer" : " ^10.0.2" ,
22
22
"prop-types" : " ^15.8.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pufflig/ps-models" ,
3
3
"private" : false ,
4
- "version" : " 0.20.0 " ,
4
+ "version" : " 0.20.1 " ,
5
5
"description" : " Configuration of models used in Prompt Studio" ,
6
6
"files" : [
7
7
" dist"
16
16
"author" : " Pufflig AB" ,
17
17
"license" : " MIT" ,
18
18
"devDependencies" : {
19
- "@pufflig/ps-types" : " ^0.20.0 " ,
19
+ "@pufflig/ps-types" : " ^0.20.1 " ,
20
20
"typescript" : " ^5.1.6" ,
21
21
"vite" : " ^4.3.9" ,
22
22
"vite-plugin-dts" : " ^2.3.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pufflig/ps-nodes-config" ,
3
3
"private" : false ,
4
- "version" : " 0.20.0 " ,
4
+ "version" : " 0.20.1 " ,
5
5
"description" : " Configuration files for nodes used in prompt studio." ,
6
6
"files" : [
7
7
" dist"
16
16
"author" : " Pufflig AB" ,
17
17
"license" : " MIT" ,
18
18
"dependencies" : {
19
- "@pufflig/ps-models" : " ^0.20.0 "
19
+ "@pufflig/ps-models" : " ^0.20.1 "
20
20
},
21
21
"devDependencies" : {
22
- "@pufflig/ps-types" : " ^0.20.0 " ,
22
+ "@pufflig/ps-types" : " ^0.20.1 " ,
23
23
"@types/jest" : " ^29.5.1" ,
24
24
"jest" : " ^29.5.0" ,
25
25
"ts-jest" : " ^29.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pufflig/ps-nodes" ,
3
3
"private" : false ,
4
- "version" : " 0.20.0 " ,
4
+ "version" : " 0.20.1 " ,
5
5
"description" : " Collection of nodes used in Prompt Studio" ,
6
6
"files" : [
7
7
" dist"
17
17
"author" : " Pufflig AB" ,
18
18
"license" : " MIT" ,
19
19
"devDependencies" : {
20
- "@pufflig/ps-types" : " ^0.20.0 " ,
20
+ "@pufflig/ps-types" : " ^0.20.1 " ,
21
21
"@types/jest" : " ^29.5.1" ,
22
22
"@types/lodash" : " ^4.14.196" ,
23
23
"@types/mustache" : " ^4.2.2" ,
33
33
},
34
34
"dependencies" : {
35
35
"@dqbd/tiktoken" : " ^1.0.7" ,
36
- "@pufflig/ps-models" : " ^0.20.0 " ,
37
- "@pufflig/ps-nodes-config" : " ^0.20.0 " ,
38
- "@pufflig/ps-sdk" : " ^0.20.0 " ,
36
+ "@pufflig/ps-models" : " ^0.20.1 " ,
37
+ "@pufflig/ps-nodes-config" : " ^0.20.1 " ,
38
+ "@pufflig/ps-sdk" : " ^0.20.1 " ,
39
39
"axios" : " ^1.5.0" ,
40
40
"langchain" : " ^0.0.160" ,
41
41
"lodash" : " ^4.17.21" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pufflig/ps-sdk" ,
3
- "version" : " 0.20.0 " ,
3
+ "version" : " 0.20.1 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " ./dist/ps-sdk.umd.js" ,
6
6
"module" : " ./dist/ps-sdk.es.js" ,
21
21
"vite-plugin-dts" : " ^3.5.3"
22
22
},
23
23
"dependencies" : {
24
- "@pufflig/ps-models" : " ^0.20.0 " ,
24
+ "@pufflig/ps-models" : " ^0.20.1 " ,
25
25
"axios" : " ^1.5.0"
26
26
},
27
27
"gitHead" : " d637557b77c60c4aa75f6f65b038a6eb4e9d5dc4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pufflig/ps-types" ,
3
- "version" : " 0.20.0 " ,
3
+ "version" : " 0.20.1 " ,
4
4
"description" : " Typescript definitions for Prompt Studio" ,
5
5
"main" : " src/index.ts" ,
6
6
"author" : " Pufflig AB" ,
You can’t perform that action at this time.
0 commit comments