Skip to content

Commit

Permalink
automated release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 31, 2024
1 parent 30f475c commit a49ae7c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "SurrealDB",
"id": "grafana-surrealdb-datasource",
"metrics": true,
"backend": true,
"executable": "gpx_surrealdb",
"info": {
"description": "SurrealDB datasource plugin for Grafana",
"author": {
"name": "Grafana Labs"
},
"keywords": ["datasource", "sql", "surrealdb"],
"logos": {
"small": "img/logo.png",
"large": "img/logo.png"
},
"links": [
{
"name": "Project site",
"url": "https://github.com/grafana/surrealdb-datasource"
},
{
"name": "Apache License",
"url": "https://github.com/grafana/surrealdb-datasource/blob/main/LICENSE"
}
],
"screenshots": [],
"version": "0.1.0",
"updated": "2024-01-31"
},
"dependencies": {
"grafanaDependency": ">=9.5.3",
"plugins": []
},
"category": "sql"
}

0 comments on commit a49ae7c

Please sign in to comment.