@openmrs/esm-form-entry-app 12.2.2-pre.11419 → 12.2.2-pre.11421
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 +4 -4
- package/dist/routes.json +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -65,7 +65,7 @@ opera 131, opera 127, opera 126[39m[22m
|
|
|
65
65
|
[32m986.96e539b758741ac2.js[39m [2m | [22m[2m-[22m [2m | [22m [36m2.75 kB[39m[2m | [22m [36m975 bytes[39m
|
|
66
66
|
[32m9895.cfb49e32de686175.js[39m [2m | [22m[2m-[22m [2m | [22m [36m2.75 kB[39m[2m | [22m [36m973 bytes[39m
|
|
67
67
|
|
|
68
|
-
Build at: 2026-06-
|
|
68
|
+
Build at: 2026-06-12T22:24:14.056Z - Hash: ab3025efd42306e9 - Time: 175057ms
|
|
69
69
|
[1m[33m
|
|
70
70
|
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.
|
|
71
71
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
@@ -88,15 +88,15 @@ For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-depe
|
|
|
88
88
|
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.
|
|
89
89
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
90
90
|
|
|
91
|
-
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@openmrs/esm-styleguide/dist/dashboard-extension/index.js depends on 'classnames'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
92
|
-
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
93
|
-
|
|
94
91
|
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@openmrs/esm-styleguide/dist/notifications/index.js depends on 'react-dom/client'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
95
92
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
96
93
|
|
|
97
94
|
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@openmrs/esm-styleguide/dist/patient-photo/patient-photo.component.js depends on 'geopattern'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
98
95
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
99
96
|
|
|
97
|
+
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@openmrs/esm-styleguide/dist/pictograms/pictograms.js depends on 'classnames'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
98
|
+
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
99
|
+
|
|
100
100
|
Warning: /home/runner/work/openmrs-esm-patient-chart/openmrs-esm-patient-chart/node_modules/@openmrs/esm-utils/dist/version.js depends on 'semver'. CommonJS or AMD dependencies can cause optimization bailouts.
|
|
101
101
|
For more info see: https://angular.dev/tools/cli/build#configuring-commonjs-dependencies
|
|
102
102
|
|
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.2.2-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.2.2-pre.11421"}
|