@grafana/scenes 4.30.0--canary.781.9446611509.0 → 4.30.0--canary.785.9463381206.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/variables/components/VariableValueSelect.js +11 -7
- package/dist/esm/variables/components/VariableValueSelect.js.map +1 -1
- package/dist/esm/variables/interpolation/sceneInterpolator.js +8 -5
- 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 +1 -4
- package/dist/index.js +37 -31
- 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.785.9463381206.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": "4e5e12cceb8471c8055d611bca3ca95ee7b9461e"
|
117
117
|
}
|