@grafana/scenes 5.41.2--canary.1044.13114615258.0 → 5.41.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/dist/esm/variables/utils.js +9 -1
- package/dist/esm/variables/utils.js.map +1 -1
- package/dist/index.js +9 -1
- 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.41.2
|
3
|
+
"version": "5.41.2",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -116,5 +116,5 @@
|
|
116
116
|
"prettier --write"
|
117
117
|
]
|
118
118
|
},
|
119
|
-
"gitHead": "
|
119
|
+
"gitHead": "6d24f8c2a1a70bfcb755879341220c7b8139a1c0"
|
120
120
|
}
|