-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project: Run npx @grafana/create-plugin@latest update
- Loading branch information
Showing
8 changed files
with
649 additions
and
751 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "4.11.4" | ||
"version": "4.16.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* ⚠️⚠️⚠️ THIS FILE WAS SCAFFOLDED BY `@grafana/create-plugin`. DO NOT EDIT THIS FILE DIRECTLY. ⚠️⚠️⚠️ | ||
* | ||
* This file dynamically sets the public path at runtime based on the location of the plugin's AMD module. | ||
* It relies on the magic `module` which is defined by the AMD loader. | ||
* https://github.com/requirejs/requirejs/wiki/Differences-between-the-simplified-CommonJS-wrapper-and-standard-AMD-define#module | ||
* | ||
* We fallback to the plugin root so that older versions of Grafana will continue to load the plugin correctly. | ||
*/ | ||
|
||
// @ts-nocheck | ||
import amdMetaModule from 'amd-module'; | ||
|
||
__webpack_public_path__ = | ||
amdMetaModule && amdMetaModule.uri | ||
? amdMetaModule.uri.slice(0, amdMetaModule.uri.lastIndexOf('/') + 1) | ||
: 'public/plugins/fetzerch-sunandmoon-datasource/'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"features": { | ||
"bundleGrafanaUI": false, | ||
"useReactRouterV6": false | ||
} | ||
} |
Oops, something went wrong.