File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Ignore "ci/" subfolder
6
6
- Use "canary" variant of @grafana/toolkit . Thanks @dprokop !
7
+ - Update plugin name to "grafana-map-panel"
7
8
8
9
9
10
## v0.5.0
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " worldmap -panel" ,
3
- "version" : " 0.5 .0" ,
4
- "description" : " Worldmap Panel Plugin for Grafana " ,
2
+ "name" : " grafana-map -panel" ,
3
+ "version" : " 0.6 .0" ,
4
+ "description" : " Grafana Map Panel " ,
5
5
"scripts" : {
6
6
"build" : " grafana-toolkit plugin:build" ,
7
7
"test" : " grafana-toolkit plugin:test" ,
8
8
"dev" : " grafana-toolkit plugin:dev" ,
9
9
"watch" : " grafana-toolkit plugin:dev --watch"
10
10
},
11
11
"keywords" : [
12
- " worldmap" ,
13
12
" grafana" ,
13
+ " map" ,
14
+ " panel" ,
14
15
" plugin" ,
15
- " panel "
16
+ " worldmap "
16
17
],
17
18
"author" : " Grafana Labs" ,
18
19
"license" : " MIT" ,
23
24
"@types/moment" : " ^2.13.0"
24
25
},
25
26
"dependencies" : {
26
- "lodash " : " ^4.17.11 " ,
27
- "jquery " : " ^3.2.1 "
27
+ "jquery " : " ^3.2.1 " ,
28
+ "lodash " : " ^4.17.11 "
28
29
}
29
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " panel" ,
3
- "name" : " Worldmap Panel" ,
4
- "id" : " grafana-worldmap -panel" ,
3
+ "name" : " Grafana Map Panel" ,
4
+ "id" : " grafana-map -panel" ,
5
5
6
6
"info" : {
7
- "description" : " World Map panel for Grafana . Displays time series data or geohash data on a world map." ,
7
+ "description" : " Grafana Map Panel . Displays time series data or geohash data on a world map." ,
8
8
"author" : {
9
9
"name" : " Grafana Labs" ,
10
10
"url" : " https://grafana.com"
You can’t perform that action at this time.
0 commit comments