@grafana/sign-plugin 2.3.0-canary.658.dabaee1.0 → 2.3.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/README.md CHANGED
@@ -64,4 +64,4 @@ yarn dlx @grafana/sign-plugin@latest
64
64
 
65
65
  ## Contributing
66
66
 
67
- We are always grateful for contribution! See the [CONTRIBUTING.md](../CONTRIBUTING.md) for more information.
67
+ We are always grateful for contribution! See the [CONTRIBUTING.md](../../CONTRIBUTING.md) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/sign-plugin",
3
- "version": "2.3.0-canary.658.dabaee1.0",
3
+ "version": "2.3.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "directory": "packages/sign-plugin",
@@ -20,7 +20,6 @@
20
20
  "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
21
21
  "lint:fix": "npm run lint -- --fix",
22
22
  "test": "jest",
23
- "test:ci": "jest --ci",
24
23
  "typecheck": "tsc --noEmit"
25
24
  },
26
25
  "dependencies": {
@@ -42,5 +41,5 @@
42
41
  "engines": {
43
42
  "node": ">=20"
44
43
  },
45
- "gitHead": "dabaee1ff0a80d59cf5ffb016b5deda96e052633"
44
+ "gitHead": "46aa5ac9a89a7246435e2ea9f85becb4fc3bc708"
46
45
  }
package/tsconfig.json CHANGED
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "lib": ["es2023", "dom"],
4
- "module": "node16",
5
- "target": "es2022",
6
- "moduleResolution": "node16",
7
3
  "outDir": "./dist"
8
4
  },
9
5
  "exclude": ["node_modules"],