@openmrs/esm-form-entry-app 9.2.2-pre.6922 → 9.2.2
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 +2 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1204,4 +1204,4 @@ extra-pcm-mjs.8ea6730a12829eff.js | ./assets/l10n/locales/ex
|
|
|
1204
1204
|
extra-smn-mjs.0d93aee56568f4f3.js | ./assets/l10n/locales/extra-smn-mjs | 182 bytes | 155 bytes
|
|
1205
1205
|
3477.242566cbb424c608.js | - | 125 bytes | 76 bytes
|
|
1206
1206
|
|
|
1207
|
-
Build at: 2025-
|
|
1207
|
+
Build at: 2025-03-03T16:16:56.075Z - Hash: e68246e99f0bedb2 - Time: 334429ms
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0","o3forms":"*"},"extensions":[{"name":"form-widget","component":"formWidget","slot":"form-widget-slot","online":true,"offline":true}],"version":"9.2.2
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0","o3forms":"*"},"extensions":[{"name":"form-widget","component":"formWidget","slot":"form-widget-slot","online":true,"offline":true}],"version":"9.2.2"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-form-entry-app",
|
|
3
|
-
"version": "9.2.2
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "Angular form engine for O3",
|
|
6
6
|
"browser": "dist/openmrs-esm-form-entry-app.js",
|
|
@@ -99,6 +99,5 @@
|
|
|
99
99
|
"rxjs": "^7.8.0",
|
|
100
100
|
"style-loader": "2.x",
|
|
101
101
|
"webpack": "~5.94.0"
|
|
102
|
-
}
|
|
103
|
-
"stableVersion": "9.2.1"
|
|
102
|
+
}
|
|
104
103
|
}
|