We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f46104 commit a3c5e05Copy full SHA for a3c5e05
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "oci-metrics-datasource",
3
"private": true,
4
- "version": "3.0.0-alpha",
+ "version": "3.0.1-alpha",
5
"description": "Oracle Cloud Infrastructure Metrics Data Source for Grafana",
6
"main": "index.js",
7
"scripts": {
@@ -52,6 +52,8 @@
52
"eslint": "^5.12.0",
53
"eslint-config-standard": "^12.0.0",
54
"js-yaml": "^3.13.1",
55
- "lodash": "^4.17.4"
+ "lodash": "^4.17.4",
56
+ "grafanaDependency": "8.x.x",
57
+ "plugins": [ ]
58
}
59
0 commit comments