@openmrs/esm-openconceptlab-app 3.0.1-pre.67 → 3.0.1-pre.69

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.
@@ -30,4 +30,4 @@ This can impact web performance.
30
30
  Assets:
31
31
  130.js (512 KiB)
32
32
 
33
- webpack 5.88.2 compiled with 1 warning in 41753 ms
33
+ webpack 5.88.2 compiled with 1 warning in 45660 ms
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"openconceptlab":">=1.2.0","webservices.rest":"^2.2.0"},"extensions":[{"name":"admin-ocl-card-link","slot":"system-admin-page-card-link-slot","component":"adminOclCardLink"}],"pages":[{"component":"root","route":"ocl"}],"version":"3.0.1-pre.67"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"openconceptlab":">=1.2.0","webservices.rest":"^2.2.0"},"extensions":[{"name":"admin-ocl-card-link","slot":"system-admin-page-card-link-slot","component":"adminOclCardLink"}],"pages":[{"component":"root","route":"ocl"}],"version":"3.0.1-pre.69"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-openconceptlab-app",
3
- "version": "3.0.1-pre.67",
3
+ "version": "3.0.1-pre.69",
4
4
  "license": "MPL-2.0",
5
5
  "description": "An app to manage the openconceptlab module",
6
6
  "browser": "dist/openmrs-esm-openconceptlab-app.js",
@@ -51,5 +51,5 @@
51
51
  "react-router-dom": "6.x",
52
52
  "rxjs": "6.x"
53
53
  },
54
- "gitHead": "d8ea44b80421edb850219555bdab980cd02a869c"
54
+ "gitHead": "b9b7fa1e545329ddc5d95a8644c9bd10d33db918"
55
55
  }