@grafana/plugin-e2e 2.1.10 → 2.1.11-canary.2089.17425767477.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ Checkout our [`Get started`](https://grafana.com/developers/plugin-tools/e2e-tes
24
24
 
25
25
  ### Prerequisites
26
26
 
27
- - You need to have a Grafana plugin [development environment](https://grafana.com/developers/plugin-tools/get-started/set-up-development-environment)
27
+ - You need to have a Grafana plugin [development environment](https://grafana.com/developers/plugin-tools/get-started/set-up/)
28
28
  - Node.js 18+
29
29
  - Basic Knowledge of Playwright. If you have not worked with Playwright before, we recommend following the [Getting started](https://playwright.dev/docs/intro) section in their documentation
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "2.1.10",
3
+ "version": "2.1.11-canary.2089.17425767477.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -47,5 +47,5 @@
47
47
  "uuid": "^11.0.2",
48
48
  "yaml": "^2.3.4"
49
49
  },
50
- "gitHead": "226b479d7791b6140c4948cc5722495aec321d4c"
50
+ "gitHead": "15cc930b842bda38707a95c14a74b8a0be7b1ca8"
51
51
  }