@vizzly/dashboard 0.15.0-dev-2d9dc71f89f2efff9f85bf7b9e70cc1e112c53f0 → 0.15.0-dev-4104f7da2d55161899c5c1418c044f88fb9d3eb8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dashboard.esm.js
CHANGED
|
@@ -78597,6 +78597,7 @@ var useVizzly = function useVizzly(properties, options) {
|
|
|
78597
78597
|
});
|
|
78598
78598
|
setTimeout(function () {
|
|
78599
78599
|
setState(_extends({}, state, {
|
|
78600
|
+
dashboards: dashboards,
|
|
78600
78601
|
saving: SavingState.Undefined
|
|
78601
78602
|
}));
|
|
78602
78603
|
}, 500);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizzly/dashboard",
|
|
3
3
|
"author": "james@vizzly.co",
|
|
4
|
-
"version": "0.15.0-dev-
|
|
4
|
+
"version": "0.15.0-dev-4104f7da2d55161899c5c1418c044f88fb9d3eb8",
|
|
5
5
|
"source": "src/index.tsx",
|
|
6
6
|
"types": "./dist/dashboard/src/index.d.ts",
|
|
7
7
|
"module": "./dist/dashboard.esm.js",
|