@grafana/scenes 5.6.2--canary.843.10055590290.0 → 5.6.2--canary.844.10073643378.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/core/sceneGraph/sceneGraph.js +1 -6
- package/dist/esm/core/sceneGraph/sceneGraph.js.map +1 -1
- package/dist/esm/utils/SafeSerializableSceneObject.js +7 -7
- package/dist/esm/utils/SafeSerializableSceneObject.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +38 -42
- 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.6.2--canary.
|
3
|
+
"version": "5.6.2--canary.844.10073643378.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": "84cd75e3f47df3fbc2f559016c6f4831ea7d051c"
|
117
117
|
}
|