@grafana/scenes 5.7.3 → 5.7.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/dist/esm/core/sceneGraph/sceneGraph.js +5 -0
- package/dist/esm/core/sceneGraph/sceneGraph.js.map +1 -1
- package/dist/index.js +3765 -3761
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.7.
|
3
|
+
"version": "5.7.4",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -113,5 +113,5 @@
|
|
113
113
|
"prettier --write"
|
114
114
|
]
|
115
115
|
},
|
116
|
-
"gitHead": "
|
116
|
+
"gitHead": "c32882c8b4d0f6fad2dde39e5ab8e5822a989372"
|
117
117
|
}
|