File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
3
"type" : " module" ,
4
- "version" : " 1.6 .1" ,
4
+ "version" : " 1.7 .1" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"docs:build" : " vitepress build ." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example" ,
3
3
"type" : " module" ,
4
- "version" : " 1.6 .1" ,
4
+ "version" : " 1.7 .1" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"dev" : " vite dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-plugin-mock-dev-server" ,
3
3
"type" : " module" ,
4
- "version" : " 1.7.0 " ,
4
+ "version" : " 1.7.1 " ,
5
5
"author" :
" pengzhanbo <[email protected] > (https://github.com/pengzhanbo)" ,
6
6
"license" : " MIT" ,
7
7
"homepage" : " https://vite-plugin-mock-dev-server.netlify.app" ,
91
91
"devDependencies" : {
92
92
"esbuild" : " ^0.23.0" ,
93
93
"vite" : " ^5.3.5"
94
+ },
95
+ "publishConfig" : {
96
+ "access" : " public"
94
97
}
95
98
}
You can’t perform that action at this time.
0 commit comments