@openmrs/esm-openconceptlab-app 4.0.6-pre.193 → 4.1.0
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 +2 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,9 +10,9 @@ assets by path *.js 1.97 MiB
|
|
|
10
10
|
asset 610.js 10.6 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
|
|
11
11
|
asset 372.js 6.09 KiB [emitted] [minimized] (id hint: vendors) 1 related asset
|
|
12
12
|
+ 10 assets
|
|
13
|
-
assets by path *.json 9.
|
|
13
|
+
assets by path *.json 9.25 KiB
|
|
14
14
|
asset openmrs-esm-openconceptlab-app.js.buildmanifest.json 8.94 KiB [emitted]
|
|
15
|
-
asset routes.json
|
|
15
|
+
asset routes.json 318 bytes [emitted] [from: src/routes.json] [copied]
|
|
16
16
|
orphan modules 3.88 MiB [orphan] 562 modules
|
|
17
17
|
runtime modules 38.8 KiB 28 modules
|
|
18
18
|
built modules 6.78 MiB (javascript) 210 bytes (share-init) 210 bytes (consume-shared) [built]
|
|
@@ -34,4 +34,4 @@ This can impact web performance.
|
|
|
34
34
|
Assets:
|
|
35
35
|
367.js (1.38 MiB)
|
|
36
36
|
|
|
37
|
-
webpack 5.90.3 compiled with 1 warning in
|
|
37
|
+
webpack 5.90.3 compiled with 1 warning in 65495 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.0
|
|
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.1.0"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-openconceptlab-app",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
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,6 +51,5 @@
|
|
|
51
51
|
"react-router-dom": "6.x",
|
|
52
52
|
"rxjs": "6.x",
|
|
53
53
|
"swr": "2.x"
|
|
54
|
-
}
|
|
55
|
-
"stableVersion": "4.0.5"
|
|
54
|
+
}
|
|
56
55
|
}
|