@openmrs/esm-ward-app 7.0.1-pre.3547 → 7.0.1-pre.60

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.
@@ -12,7 +12,7 @@ assets by path *.js 870 KiB
12
12
  asset 574.js 509 bytes [emitted] [minimized]
13
13
  assets by path *.json 6.04 KiB
14
14
  asset openmrs-esm-ward-app.js.buildmanifest.json 5.58 KiB [emitted]
15
- asset routes.json 473 bytes [emitted] [from: src/routes.json] [copied]
15
+ asset routes.json 471 bytes [emitted] [from: src/routes.json] [copied]
16
16
  orphan modules 4.36 MiB [orphan] 531 modules
17
17
  runtime modules 38.6 KiB 28 modules
18
18
  built modules 2.75 MiB (javascript) 210 bytes (share-init) 210 bytes (consume-shared) [built]
@@ -34,4 +34,4 @@ This can impact web performance.
34
34
  Assets:
35
35
  130.js (643 KiB)
36
36
 
37
- webpack 5.88.0 compiled with 1 warning in 83839 ms
37
+ webpack 5.88.0 compiled with 1 warning in 82598 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"optionalBackendDependencies":{"bedmanagement":{"version":"^5.14.0 || 5.14.0-SNAPSHOT","feature":{"flagName":"bedmanagement-module","label":"Ward App Patient Service","description":"This module, if installed, provides services for managing patients admitted to the ward."}}},"extensions":[],"pages":[{"component":"root","route":"ward"}],"version":"7.0.1-pre.3547"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"optionalBackendDependencies":{"bedmanagement":{"version":"^5.14.0 || 5.14.0-SNAPSHOT","feature":{"flagName":"bedmanagement-module","label":"Ward App Patient Service","description":"This module, if installed, provides services for managing patients admitted to the ward."}}},"extensions":[],"pages":[{"component":"root","route":"ward"}],"version":"7.0.1-pre.60"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-ward-app",
3
- "version": "7.0.1-pre.3547",
3
+ "version": "7.0.1-pre.60",
4
4
  "description": "Ward and bed management module for O3",
5
5
  "browser": "dist/openmrs-esm-ward-app.js",
6
6
  "main": "src/index.ts",