File tree 2 files changed +20
-20
lines changed 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 44
44
if : ${{ steps.release.outputs.release_created }}
45
45
uses : pnpm/action-setup@v4
46
46
with :
47
- version : 10
47
+ version : 10.6.1
48
48
run_install : false
49
49
50
50
- name : Install dependencies
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " mcp-devtools" ,
3
- "version" : " 0.3.4 " ,
4
- "description" : " MCP DevTools for Cursor and other IDEs" ,
5
- "private" : true ,
6
- "type" : " module" ,
7
- "scripts" : {
8
- "build" : " pnpm -r build" ,
9
- "dev" : " pnpm -r watch" ,
10
- "inspector" : " pnpm inspector"
11
- },
12
- "devDependencies" : {
13
- "@types/node" : " ^22.13.9" ,
14
- "typescript" : " ^5.8.2"
15
- },
16
- "engines" : {
17
- "node" : " >=18" ,
18
- "pnpm" : " >=10"
19
- },
20
- "packageManager" : " pnpm@10.6.1"
2
+ "name" : " mcp-devtools" ,
3
+ "version" : " 0.3.0 " ,
4
+ "description" : " MCP DevTools for Cursor and other IDEs" ,
5
+ "private" : true ,
6
+ "type" : " module" ,
7
+ "scripts" : {
8
+ "build" : " pnpm -r build" ,
9
+ "dev" : " pnpm -r watch" ,
10
+ "inspector" : " pnpm inspector"
11
+ },
12
+ "devDependencies" : {
13
+ "@types/node" : " ^22.13.9" ,
14
+ "typescript" : " ^5.8.2"
15
+ },
16
+ "engines" : {
17
+ "node" : " >=18" ,
18
+ "pnpm" : " >=10"
19
+ },
20
+ "packageManager" : " pnpm@10.6.1"
21
21
}
You can’t perform that action at this time.
0 commit comments