@kenyaemr/esm-admin-app 5.4.1-pre.1850 → 5.4.1-pre.1859

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.
@@ -59,14 +59,14 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
59
59
  <w>
60
60
  <w> null
61
61
 
62
- LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/facility-setup/facility-info.scss
62
+ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/dashboard/dashboard.scss
63
63
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
64
64
  <w>
65
65
  <w> More info: https://sass-lang.com/d/legacy-js-api
66
66
  <w>
67
67
  <w> null
68
68
 
69
- LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/dashboard/dashboard.scss
69
+ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/facility-setup/facility-info.scss
70
70
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
71
71
  <w>
72
72
  <w> More info: https://sass-lang.com/d/legacy-js-api
@@ -157,4 +157,4 @@ Entrypoints:
157
157
  main (615 KiB)
158
158
  main.js
159
159
 
160
- webpack 5.95.0 compiled with 2 warnings in 178642 ms
160
+ webpack 5.95.0 compiled with 2 warnings in 173510 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemrCharts":"^1.6.7"},"extensions":[{"component":"adminLeftPanelLink","name":"admin-left-panel-link","slot":"admin-left-panel-slot"},{"component":"userManagementLeftPannelLink","name":"user-management-left-panel-link","slot":"admin-left-panel-slot"},{"component":"etlAdministrationLeftPannelLink","name":"etl-administration-left-panel-link","slot":"admin-left-panel-slot"},{"component":"facilitySetupLeftPanelLink","name":"facility-setup-left-panel-link","slot":"admin-left-panel-slot"}],"workspaces":[{"name":"manage-user-workspace","component":"manageUserWorkspace","title":"Manage User Workspace","type":"other-form","canMaximize":true,"width":"extra-wide"}],"modals":[{"component":"operationConfirmationModal","name":"operation-confirmation-modal"}],"pages":[{"component":"root","route":"admin"}],"version":"5.4.1-pre.1850"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemrCharts":"^1.6.7"},"extensions":[{"component":"adminLeftPanelLink","name":"admin-left-panel-link","slot":"admin-left-panel-slot"},{"component":"userManagementLeftPannelLink","name":"user-management-left-panel-link","slot":"admin-left-panel-slot"},{"component":"etlAdministrationLeftPannelLink","name":"etl-administration-left-panel-link","slot":"admin-left-panel-slot"},{"component":"facilitySetupLeftPanelLink","name":"facility-setup-left-panel-link","slot":"admin-left-panel-slot"}],"workspaces":[{"name":"manage-user-workspace","component":"manageUserWorkspace","title":"Manage User Workspace","type":"other-form","canMaximize":true,"width":"extra-wide"}],"modals":[{"component":"operationConfirmationModal","name":"operation-confirmation-modal"}],"pages":[{"component":"root","route":"admin"}],"version":"5.4.1-pre.1859"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-admin-app",
3
- "version": "5.4.1-pre.1850",
3
+ "version": "5.4.1-pre.1859",
4
4
  "description": "Facilitates the management of ETL tables",
5
5
  "browser": "dist/kenyaemr-esm-admin-app.js",
6
6
  "main": "src/index.ts",