@openmrs/esm-openconceptlab-app 4.2.2-pre.354 → 4.2.2-pre.356
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.
- package/.turbo/turbo-build.log +2 -2
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/routes.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,7 +13,7 @@ assets by path *.js 2.9 MiB
|
|
|
13
13
|
+ 50 assets
|
|
14
14
|
assets by path *.json 28.6 KiB
|
|
15
15
|
asset openmrs-esm-openconceptlab-app.js.buildmanifest.json 28.2 KiB [emitted]
|
|
16
|
-
asset routes.json
|
|
16
|
+
asset routes.json 327 bytes [emitted] [from: src/routes.json] [copied]
|
|
17
17
|
orphan modules 9.98 MiB [orphan] 3131 modules
|
|
18
18
|
runtime modules 42.8 KiB 28 modules
|
|
19
19
|
built modules 7.44 MiB (javascript) 378 bytes (share-init) 378 bytes (consume-shared) [built]
|
|
@@ -34,4 +34,4 @@ This can impact web performance.
|
|
|
34
34
|
Assets:
|
|
35
35
|
4962.js (2.04 MiB)
|
|
36
36
|
|
|
37
|
-
webpack 5.99.9 compiled with 1 warning in
|
|
37
|
+
webpack 5.99.9 compiled with 1 warning in 79865 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"openconceptlab":">=1.2.0","webservices.rest":"
|
|
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":"4.2.2-pre.356"}
|
package/package.json
CHANGED
package/src/routes.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.openmrs.org/routes.schema.json",
|
|
3
3
|
"backendDependencies": {
|
|
4
4
|
"openconceptlab": ">=1.2.0",
|
|
5
|
-
"webservices.rest": "
|
|
5
|
+
"webservices.rest": ">=2.2.0"
|
|
6
6
|
},
|
|
7
7
|
"extensions": [
|
|
8
8
|
{
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
"route": "ocl"
|
|
18
18
|
}
|
|
19
19
|
]
|
|
20
|
-
}
|
|
20
|
+
}
|