@openmrs/esm-openconceptlab-app 4.3.0 → 4.3.1-pre.445
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 +3 -3
- package/dist/routes.json +1 -1
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,9 +11,9 @@ assets by path *.js 3.07 MiB
|
|
|
11
11
|
asset 6336.js 13.6 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
12
12
|
asset 5216.js 11.3 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
13
13
|
+ 53 assets
|
|
14
|
-
assets by path *.json 29.
|
|
14
|
+
assets by path *.json 29.9 KiB
|
|
15
15
|
asset openmrs-esm-openconceptlab-app.js.buildmanifest.json 29.5 KiB [emitted]
|
|
16
|
-
asset routes.json
|
|
16
|
+
asset routes.json 327 bytes [emitted] [from: src/routes.json] [copied]
|
|
17
17
|
orphan modules 10.1 MiB [orphan] 3151 modules
|
|
18
18
|
runtime modules 42.8 KiB 28 modules
|
|
19
19
|
built modules 7.68 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
|
2005.js (2.19 MiB)
|
|
36
36
|
|
|
37
|
-
webpack 5.99.9 compiled with 1 warning in
|
|
37
|
+
webpack 5.99.9 compiled with 1 warning in 84844 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":"4.3.
|
|
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.3.1-pre.445"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-openconceptlab-app",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.1-pre.445",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Open Concept Lab management frontend module for O3",
|
|
6
6
|
"browser": "dist/openmrs-esm-openconceptlab-app.js",
|
|
@@ -51,5 +51,6 @@
|
|
|
51
51
|
"react-router-dom": "6.x",
|
|
52
52
|
"rxjs": "6.x",
|
|
53
53
|
"swr": "2.x"
|
|
54
|
-
}
|
|
54
|
+
},
|
|
55
|
+
"stableVersion": "4.3.0"
|
|
55
56
|
}
|