@openmrs/esm-openconceptlab-app 3.0.1-pre.74 → 3.0.1-pre.78

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 51503 ms
33
+ webpack 5.88.2 compiled with 1 warning in 48707 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.74"}
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.78"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-openconceptlab-app",
3
- "version": "3.0.1-pre.74",
3
+ "version": "3.0.1-pre.78",
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": "29bf1f9ea7a2422b7d0d27f7c67c9ae1bd3da47f"
54
+ "gitHead": "a24bb4f53cf1b5123aa6431fd598bd3aa363633b"
55
55
  }