@openmrs/esm-patient-search-app 8.4.2-pre.5257 → 8.4.2

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.
@@ -13,7 +13,7 @@ assets by path *.js 2.46 MiB
13
13
  + 48 assets
14
14
  assets by path *.json 27 KiB
15
15
  asset openmrs-esm-patient-search-app.js.buildmanifest.json 26.3 KiB [emitted]
16
- asset routes.json 738 bytes [emitted] [from: src/routes.json] [copied]
16
+ asset routes.json 729 bytes [emitted] [from: src/routes.json] [copied]
17
17
  orphan modules 4.49 MiB [orphan] 458 modules
18
18
  runtime modules 42.7 KiB 30 modules
19
19
  built modules 8.04 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
@@ -35,4 +35,4 @@ Assets:
35
35
  5546.js (277 KiB)
36
36
  130.js (1.55 MiB)
37
37
 
38
- webpack 5.88.0 compiled with 1 warning in 92720 ms
38
+ webpack 5.88.0 compiled with 1 warning in 227478 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"pages":[{"component":"root","route":"search"}],"extensions":[{"name":"patient-search-icon","component":"patientSearchIcon","slot":"top-nav-actions-slot","order":10},{"name":"patient-search-button","component":"patientSearchButton","slot":"patient-search-button-slot","offline":true},{"name":"patient-search-bar","component":"patientSearchBar","slot":"patient-search-bar-slot","offline":true}],"workspaces":[{"component":"patientSearchWorkspace","groups":["ward-patient-admission-requests"],"name":"patient-search-workspace","title":"searchPatient","type":"patient-search-workspace","width":"narrow"}],"version":"8.4.2-pre.5257"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.2.0"},"pages":[{"component":"root","route":"search"}],"extensions":[{"name":"patient-search-icon","component":"patientSearchIcon","slot":"top-nav-actions-slot","order":10},{"name":"patient-search-button","component":"patientSearchButton","slot":"patient-search-button-slot","offline":true},{"name":"patient-search-bar","component":"patientSearchBar","slot":"patient-search-bar-slot","offline":true}],"workspaces":[{"component":"patientSearchWorkspace","groups":["ward-patient-admission-requests"],"name":"patient-search-workspace","title":"searchPatient","type":"patient-search-workspace","width":"narrow"}],"version":"8.4.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-patient-search-app",
3
- "version": "8.4.2-pre.5257",
3
+ "version": "8.4.2",
4
4
  "description": "Patient search microfrontend for O3",
5
5
  "browser": "dist/openmrs-esm-patient-search-app.js",
6
6
  "main": "src/index.ts",
@@ -51,6 +51,5 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "webpack": "^5.74.0"
54
- },
55
- "stableVersion": "8.4.1"
54
+ }
56
55
  }