@grafana/plugin-types-bundler 0.0.2-canary.1162.c54d7e1.0 → 0.0.2
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 +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v0.0.2 (Thu Oct 03 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Types-bundler: Update readme [#1162](https://github.com/grafana/plugin-tools/pull/1162) ([@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.1 (Wed Sep 25 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.2
|
3
|
+
"version": "0.0.2",
|
4
4
|
"description": "Bundle grafana plugin typescript types for sharing with other plugins",
|
5
5
|
"bin": "./dist/bin/run.js",
|
6
6
|
"type": "module",
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"jackw-dts-bundle-gen-test": "^9.5.1",
|
50
50
|
"minimist": "^1.2.8"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "54850aa17eb20dbb92ef2c9e5dd22ec0ed11f61d"
|
53
53
|
}
|