File tree Expand file tree Collapse file tree 2 files changed +121
-121
lines changed Expand file tree Collapse file tree 2 files changed +121
-121
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gptscript-operator" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.7 " ,
4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
7
- "packageManager" : " pnpm@9.12.1 " ,
7
+ "packageManager" : " pnpm@9.13.2 " ,
8
8
"scripts" : {
9
9
"build" : " tsc && mkdir -p dist/tools && cp -r src/tools/* dist/tools/" ,
10
10
"clean" : " rm -rf dist && pnpm cache clean" ,
22
22
"devDependencies" : {
23
23
"@types/body-parser" : " ^1.19.5" ,
24
24
"@types/express" : " ^5.0.0" ,
25
- "@types/node" : " ^22.7.5 " ,
26
- "@types/ws" : " ^8.5.12 " ,
27
- "eslint" : " ^9.12 .0" ,
28
- "globals" : " ^15.11 .0" ,
25
+ "@types/node" : " ^22.9.0 " ,
26
+ "@types/ws" : " ^8.5.13 " ,
27
+ "eslint" : " ^9.15 .0" ,
28
+ "globals" : " ^15.12 .0" ,
29
29
"sse.js" : " ^2.5.0" ,
30
- "tsx" : " ^4.19.1 " ,
30
+ "tsx" : " ^4.19.2 " ,
31
31
"typescript" : " ^5.6.3"
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments