@grafana/plugin-types-bundler 0.2.4 → 0.2.5
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/CHANGELOG.md +12 -0
- package/dist/bin/run.js +0 -0
- package/package.json +2 -2
- package/tsconfig/tsconfig.json +3 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v0.2.5 (Thu Feb 20 2025)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Plugin Types Bundler: Update the .tsconfig [#1561](https://github.com/grafana/plugin-tools/pull/1561) ([@leventebalogh](https://github.com/leventebalogh))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Levente Balogh ([@leventebalogh](https://github.com/leventebalogh))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v0.2.4 (Tue Feb 04 2025)
|
2
14
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/bin/run.js
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/plugin-types-bundler",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.5",
|
4
4
|
"description": "Bundle grafana plugin typescript types for sharing with other plugins",
|
5
5
|
"bin": "./dist/bin/run.js",
|
6
6
|
"type": "module",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"jackw-dts-bundle-gen-test": "^9.5.1",
|
56
56
|
"minimist": "^1.2.8"
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "4396c62bff668d73e61e073c9e02e7326f47c826"
|
59
59
|
}
|