@openmrs/esm-form-entry-app 12.1.1-pre.11213 → 12.1.1-pre.11242
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/.turbo/turbo-build.log
CHANGED
|
@@ -62,7 +62,7 @@ Lazy chunk files | Names
|
|
|
62
62
|
986.7e50545c0d31ff01.js | - | 2.75 kB | 977 bytes
|
|
63
63
|
9895.31f24bbee3070336.js | - | 2.75 kB | 974 bytes
|
|
64
64
|
|
|
65
|
-
Build at: 2026-05-
|
|
65
|
+
Build at: 2026-05-22T09:50:15.555Z - Hash: 1609b3b2f7888b65 - Time: 202355ms
|
|
66
66
|
|
|
67
67
|
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@carbon/react/es/components/Accordion/Accordion.js depends on 'prop-types'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
68
68
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
@@ -79,7 +79,7 @@ For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-depe
|
|
|
79
79
|
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@carbon/react/es/components/OverflowMenu/OverflowMenu.js depends on 'invariant'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
80
80
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
81
81
|
|
|
82
|
-
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@openmrs/esm-emr-api/dist/
|
|
82
|
+
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@openmrs/esm-emr-api/dist/visit-type.js depends on 'rxjs/operators/index.js'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
83
83
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
84
84
|
|
|
85
85
|
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@openmrs/esm-navigation/dist/breadcrumbs/db.js depends on 'path-to-regexp'. CommonJS or AMD dependencies can cause optimization bailouts.
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0","o3forms":"*"},"extensions":[{"name":"form-widget","component":"formWidget","slot":"form-widget-slot","online":true,"offline":true}],"version":"12.1.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0","o3forms":"*"},"extensions":[{"name":"form-widget","component":"formWidget","slot":"form-widget-slot","online":true,"offline":true}],"version":"12.1.1-pre.11242"}
|