@grafana/plugin-types-bundler 0.4.3 → 0.4.4
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 +13 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
# v0.4.4 (Tue Aug 05 2025)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Update dependency @types/node to v22.17.0 [#1995](https://github.com/grafana/plugin-tools/pull/1995) ([@renovate[bot]](https://github.com/renovate[bot]) [@jackw](https://github.com/jackw))
|
6
|
+
|
7
|
+
#### Authors: 2
|
8
|
+
|
9
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
10
|
+
- Jack Westbrook ([@jackw](https://github.com/jackw))
|
11
|
+
|
12
|
+
---
|
13
|
+
|
1
14
|
# v0.4.3 (Fri Jul 25 2025)
|
2
15
|
|
3
16
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/plugin-types-bundler",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.4",
|
4
4
|
"description": "Bundle grafana plugin typescript types for sharing with other plugins",
|
5
5
|
"bin": "./dist/bin/run.js",
|
6
6
|
"type": "module",
|
@@ -51,10 +51,10 @@
|
|
51
51
|
"dependencies": {
|
52
52
|
"@grafana/levitate": "^0.17.0",
|
53
53
|
"@types/minimist": "^1.2.2",
|
54
|
-
"@types/node": "22.16.4",
|
54
|
+
"@types/node": "^22.16.4",
|
55
55
|
"debug": "^4.3.4",
|
56
56
|
"jackw-dts-bundle-gen-test": "^9.5.1",
|
57
57
|
"minimist": "^1.2.8"
|
58
58
|
},
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "d9721054a41882211ae63763817b7875acbca1e3"
|
60
60
|
}
|