@grafana/plugin-types-bundler 0.0.6-canary.1269.593a35b.0 → 0.0.7-canary.1277.39fcb1e.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/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v0.0.6 (Thu Oct 31 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Types Bundler: Add debugger and process args [#1269](https://github.com/grafana/plugin-tools/pull/1269) ([@jackw](https://github.com/jackw))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Jack Westbrook ([@jackw](https://github.com/jackw))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v0.0.4 (Wed Oct 09 2024)
|
2
14
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/plugin-types-bundler",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.7-canary.1277.39fcb1e.0",
|
4
4
|
"description": "Bundle grafana plugin typescript types for sharing with other plugins",
|
5
5
|
"bin": "./dist/bin/run.js",
|
6
6
|
"type": "module",
|
@@ -50,10 +50,10 @@
|
|
50
50
|
"dependencies": {
|
51
51
|
"@grafana/levitate": "^0.15.0",
|
52
52
|
"@types/minimist": "^1.2.2",
|
53
|
-
"@types/node": "22.
|
53
|
+
"@types/node": "22.10.0",
|
54
54
|
"debug": "^4.3.4",
|
55
55
|
"jackw-dts-bundle-gen-test": "^9.5.1",
|
56
56
|
"minimist": "^1.2.8"
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "39fcb1ed5708274ebc033110547771d8ea35dd17"
|
59
59
|
}
|