@gdacm/dashboard-manager 0.1.8 → 0.1.9
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4465,7 +4465,7 @@ var createDashboards = async (localFolders, outDir, infosCode, dashboardsInfos)
|
|
|
4465
4465
|
if (!projectName) projectName = projectRootVid;
|
|
4466
4466
|
dashboardManager.setupProject(projectName, projectRootVid, projectRootGrafanaFolder, projectVidPrefix, { info });
|
|
4467
4467
|
dashboardManager.registerDashboards(projectName, new DashboardsInfo(dashboardsInfos));
|
|
4468
|
-
await dashboardManager.generateDashboards(projectName, `${outDir}/${
|
|
4468
|
+
await dashboardManager.generateDashboards(projectName, `${outDir}/${projectVidPrefix}`);
|
|
4469
4469
|
};
|
|
4470
4470
|
//#endregion
|
|
4471
4471
|
export { DashboardInfo, DashboardManager, DashboardProject, DashboardsInfo, FolderInfo, createDashboards, ensurePathExists, getEnvVarsInfo, getFromOptionsOrInfo, getInfo, mergeOptions, readJsonFile, readYamlFile, writeJsonFile, writeYamlFile };
|