@grafana/scenes 4.30.0--canary.785.9463381206.0 → 4.30.0--canary.781.9463602814.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/variables/components/VariableValueSelect.js +7 -11
- package/dist/esm/variables/components/VariableValueSelect.js.map +1 -1
- package/dist/esm/variables/interpolation/sceneInterpolator.js +5 -8
- package/dist/esm/variables/interpolation/sceneInterpolator.js.map +1 -1
- package/dist/esm/variables/macros/index.js +19 -19
- package/dist/esm/variables/macros/index.js.map +1 -1
- package/dist/esm/variables/variants/MultiValueVariable.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +31 -37
- 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": "4.30.0--canary.
|
3
|
+
"version": "4.30.0--canary.781.9463602814.0",
|
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": "f4c4c8be007d9dd4f651e1a163177ee0e8d5a210"
|
117
117
|
}
|