@openmrs/esm-form-entry-app 12.0.2 → 12.0.3-pre.10221
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 -1
- package/dist/routes.json +1 -1
- package/package.json +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -61,4 +61,4 @@ Lazy chunk files | Names
|
|
|
61
61
|
986.2e3284714a0c0ae4.js | - | 2.73 kB | 968 bytes
|
|
62
62
|
5235.62cdad4ba583e2f0.js | - | 125 bytes | 76 bytes
|
|
63
63
|
|
|
64
|
-
Build at: 2026-03-
|
|
64
|
+
Build at: 2026-03-04T22:13:40.052Z - Hash: e795af40ac03f2e7 - Time: 286208ms
|
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.0.
|
|
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.0.3-pre.10221"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-form-entry-app",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.3-pre.10221",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Angular form engine for O3",
|
|
6
6
|
"browser": "dist/openmrs-esm-form-entry-app.js",
|
|
@@ -106,5 +106,6 @@
|
|
|
106
106
|
},
|
|
107
107
|
"installConfig": {
|
|
108
108
|
"hoistingLimits": "dependencies"
|
|
109
|
-
}
|
|
109
|
+
},
|
|
110
|
+
"stableVersion": "12.0.2"
|
|
110
111
|
}
|