@grafana/create-plugin 2.4.0 → 2.4.1-canary.518.401bff6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "2.4.0",
|
|
3
|
+
"version": "2.4.1-canary.518.401bff6.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/create-plugin",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=20"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "401bff6a55d519177d2d7f252880bdf4216c3ad1"
|
|
70
70
|
}
|
|
@@ -24,7 +24,7 @@ func (s *mockCallResourceResponseSender) Send(response *backend.CallResourceResp
|
|
|
24
24
|
// This ensures the httpadapter for CallResource works correctly.
|
|
25
25
|
func TestCallResource(t *testing.T) {
|
|
26
26
|
// Initialize app
|
|
27
|
-
inst, err := NewApp(backend.AppInstanceSettings{})
|
|
27
|
+
inst, err := NewApp(context.Background(), backend.AppInstanceSettings{})
|
|
28
28
|
if err != nil {
|
|
29
29
|
t.Fatalf("new app: %s", err)
|
|
30
30
|
}
|
package/templates/common/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
20
|