File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-devtools" ,
3
- "version" : " 5.3.3 " ,
3
+ "version" : " 6.0.0-beta.1 " ,
4
4
"description" : " devtools for Vue.js!" ,
5
5
"private" : true ,
6
6
"workspaces" : [
70
70
"engines" : {
71
71
"node" : " >=8.10"
72
72
}
73
- }
73
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Vue.js devtools" ,
3
- "version" : " 5.3.3 " ,
4
- "version_name" : " 5.3.3 " ,
3
+ "version" : " 6.0.0.1 " ,
4
+ "version_name" : " 6.0.0 beta 1 " ,
5
5
"description" : " Chrome and Firefox DevTools extension for debugging Vue.js applications." ,
6
6
"manifest_version" : 2 ,
7
7
"icons" : {
8
- "16" : " icons/16.png" ,
9
- "48" : " icons/48.png" ,
10
- "128" : " icons/128.png"
8
+ "16" : " icons/16-beta .png" ,
9
+ "48" : " icons/48-beta .png" ,
10
+ "128" : " icons/128-beta .png"
11
11
},
12
12
"browser_action" : {
13
13
"default_icon" : {
58
58
}
59
59
],
60
60
"content_security_policy" : " script-src 'self' https://cdn.headwayapp.co; object-src 'self'"
61
- }
61
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/devtools" ,
3
- "version" : " 5.3.3 " ,
3
+ "version" : " 6.0.0-beta.1 " ,
4
4
"description" : " StandAlone vue-devtools" ,
5
5
"repository" : {
6
6
"url" : " https://github.com/vuejs/vue-devtools.git" ,
37
37
"webpack" : " ^4.19.0" ,
38
38
"webpack-cli" : " ^3.1.0"
39
39
}
40
- }
40
+ }
You can’t perform that action at this time.
0 commit comments