@grafana/sign-plugin 2.1.0 → 2.2.0-canary.544.8dc3442.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/CONTRIBUTING.md +1 -9
  2. package/package.json +2 -2
package/CONTRIBUTING.md CHANGED
@@ -33,7 +33,7 @@ There are a collection of [commands](#commmands) to assist with developing `sign
33
33
 
34
34
  ### Commmands
35
35
 
36
- Below are the main commands used for developing `sign-plugin`. They can be run by either `yarn workspace @grafana/sign-plugin run <name_of_command>` or navigating to `packages/sign-plugin` and running the command directly as detailed below.
36
+ Below are the main commands used for developing `sign-plugin`. They can be run by either `npx nx run @grafana/sign-plugin:<name_of_command>`, `npm run <name_of_command> -w @grafana/sign-plugin` or navigating to `packages/sign-plugin` and running the command directly as detailed below.
37
37
 
38
38
  ```shell
39
39
  npm build # used to build @grafana/sign-plugin
@@ -46,11 +46,3 @@ npm dev # watches for changes to files and rebuilds @grafana/sign-plugin automat
46
46
  ### Conventions
47
47
 
48
48
  _Work in progress._
49
-
50
- ### Developing the templates
51
-
52
- _Work in progress._
53
-
54
- ### Submitting a Pull Request
55
-
56
- _Work in progress._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/sign-plugin",
3
- "version": "2.1.0",
3
+ "version": "2.2.0-canary.544.8dc3442.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "directory": "packages/sign-plugin",
@@ -41,5 +41,5 @@
41
41
  "engines": {
42
42
  "node": ">=20"
43
43
  },
44
- "gitHead": "20d8e2c7eef2c091e4fc26a583fe232bec52fd44"
44
+ "gitHead": "8dc34420940cbcf2d232e0de5752e30dda3c4407"
45
45
  }