@kenyaemr/esm-patient-flags-app 5.4.1-pre.2020 → 5.4.1-pre.2021

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.
@@ -55,21 +55,21 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
55
55
  <w>
56
56
  <w> null
57
57
 
58
- 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]!../../node_modules/@openmrs/esm-patient-common-lib/src/error-state/error-state.scss
58
+ 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]!../../node_modules/@openmrs/esm-patient-common-lib/src/cards/card-header.scss
59
59
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
60
60
  <w>
61
61
  <w> More info: https://sass-lang.com/d/legacy-js-api
62
62
  <w>
63
63
  <w> null
64
64
 
65
- 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]!../../node_modules/@openmrs/esm-patient-common-lib/src/cards/card-header.scss
65
+ 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]!../../node_modules/@openmrs/esm-patient-common-lib/src/pagination/pagination.scss
66
66
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
67
67
  <w>
68
68
  <w> More info: https://sass-lang.com/d/legacy-js-api
69
69
  <w>
70
70
  <w> null
71
71
 
72
- 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]!../../node_modules/@openmrs/esm-patient-common-lib/src/pagination/pagination.scss
72
+ 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]!../../node_modules/@openmrs/esm-patient-common-lib/src/error-state/error-state.scss
73
73
  <w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
74
74
  <w>
75
75
  <w> More info: https://sass-lang.com/d/legacy-js-api
@@ -89,4 +89,4 @@ Entrypoints:
89
89
  main (281 KiB)
90
90
  main.js
91
91
 
92
- webpack 5.95.0 compiled with 2 warnings in 170621 ms
92
+ webpack 5.95.0 compiled with 2 warnings in 179101 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.1-pre.2020"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"kenyaemr":"^19.0.0"},"pages":[],"extensions":[{"name":"patient-flag","slot":"top-of-all-patient-dashboards-slot","component":"patientFlag","order":0,"online":true,"offline":false},{"name":"kenyaemr-module-links","slot":"top-nav-actions-slot","component":"navbarButtons","order":5,"online":true,"offline":true}],"version":"5.4.1-pre.2021"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-patient-flags-app",
3
- "version": "5.4.1-pre.2020",
3
+ "version": "5.4.1-pre.2021",
4
4
  "description": "Patient flags microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-patient-flags-app.js",
6
6
  "main": "src/index.ts",