@openmrs/esm-patient-search-app 9.2.1-pre.6905 → 9.2.1-pre.6909

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.
@@ -10,7 +10,7 @@ assets by path *.js 3.06 MiB
10
10
  + 53 assets
11
11
  assets by path *.json 31.4 KiB
12
12
  asset openmrs-esm-patient-search-app.js.buildmanifest.json 30.7 KiB [emitted]
13
- asset routes.json 738 bytes [emitted] [from: src/routes.json] [copied]
13
+ asset routes.json 739 bytes [emitted] [from: src/routes.json] [copied]
14
14
  orphan modules 9.79 MiB [orphan] 3152 modules
15
15
  runtime modules 42 KiB 28 modules
16
16
  built modules 7.69 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
@@ -31,4 +31,4 @@ This can impact web performance.
31
31
  Assets:
32
32
  1408.js (2.05 MiB)
33
33
 
34
- webpack 5.99.9 compiled with 1 warning in 137805 ms
34
+ webpack 5.99.9 compiled with 1 warning in 143338 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":"9.2.1-pre.6905"}
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":"9.2.1-pre.6909"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-patient-search-app",
3
- "version": "9.2.1-pre.6905",
3
+ "version": "9.2.1-pre.6909",
4
4
  "description": "Patient search microfrontend for O3",
5
5
  "browser": "dist/openmrs-esm-patient-search-app.js",
6
6
  "main": "src/index.ts",
package/src/routes.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.openmrs.org/routes.schema.json",
3
3
  "backendDependencies": {
4
- "webservices.rest": "^2.2.0"
4
+ "webservices.rest": ">=2.2.0"
5
5
  },
6
6
  "pages": [
7
7
  {