@openmrs/esm-patient-label-printing-app 11.3.1-pre.9388 → 11.3.1-pre.9390
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 +1 -4
- package/dist/routes.json +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
|
|
2
|
-
npx update-browserslist-db@latest
|
|
3
|
-
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
4
1
|
assets by path [1m[32m*.js[39m[22m 2.47 MiB
|
|
5
2
|
assets by chunk 2.44 MiB (id hint: vendors)
|
|
6
3
|
assets by status [1m[33m2.36 MiB[39m[22m [1m[33m[big][39m[22m 2 assets
|
|
@@ -37,4 +34,4 @@ Assets:
|
|
|
37
34
|
588.js (265 KiB)
|
|
38
35
|
285.js (2.1 MiB)[39m[22m
|
|
39
36
|
|
|
40
|
-
webpack 5.99.9 compiled with [1m[33m1 warning[39m[22m in
|
|
37
|
+
webpack 5.99.9 compiled with [1m[33m1 warning[39m[22m in 129932 ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"patientdocuments":"^1.0.0-SNAPSHOT"},"extensions":[{"name":"print-identifier-sticker-button","slot":"patient-actions-slot","component":"printIdentifierStickerActionButton","online":true,"offline":true}],"version":"11.3.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"patientdocuments":"^1.0.0-SNAPSHOT"},"extensions":[{"name":"print-identifier-sticker-button","slot":"patient-actions-slot","component":"printIdentifierStickerActionButton","online":true,"offline":true}],"version":"11.3.1-pre.9390"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-patient-label-printing-app",
|
|
3
|
-
"version": "11.3.1-pre.
|
|
3
|
+
"version": "11.3.1-pre.9390",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Patient Label Printing frontend module for O3",
|
|
6
6
|
"browser": "dist/openmrs-esm-patient-label-printing-app.js",
|