@openmrs/esm-fast-data-entry-app 1.4.1-pre.445 → 1.4.1-pre.447
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/dist/routes.json +1 -1
- package/package.json +6 -2
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"pages":[{"component":"root","routeRegex":"forms","online":true,"offline":true}],"extensions":[{"name":"forms-app-link","slot":"app-menu-slot","component":"formsAppMenuLink","online":true,"offline":true}],"version":"1.4.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":">=2.2.0"},"pages":[{"component":"root","routeRegex":"forms","online":true,"offline":true}],"extensions":[{"name":"forms-app-link","slot":"app-menu-slot","component":"formsAppMenuLink","online":true,"offline":true}],"version":"1.4.1-pre.447"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-fast-data-entry-app",
|
|
3
|
-
"version": "1.4.1-pre.
|
|
3
|
+
"version": "1.4.1-pre.447",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "O3 frontend module for fast data entry using the OpenMRS Angular Form Engine",
|
|
6
6
|
"browser": "dist/openmrs-esm-fast-data-entry-app.js",
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
"jest": "^28.1.3",
|
|
80
80
|
"jest-cli": "^28.1.3",
|
|
81
81
|
"jest-environment-jsdom": "^28.1.3",
|
|
82
|
+
"lint-staged": "^15.2.0",
|
|
82
83
|
"lodash-es": "^4.17.21",
|
|
83
84
|
"openmrs": "next",
|
|
84
85
|
"prettier": "^2.8.8",
|
|
85
|
-
"pretty-quick": "^3.1.3",
|
|
86
86
|
"react": "^18.3.1",
|
|
87
87
|
"react-dom": "^18.3.1",
|
|
88
88
|
"react-i18next": "^11.18.6",
|
|
@@ -105,5 +105,9 @@
|
|
|
105
105
|
"uuid": "^9.0.1"
|
|
106
106
|
},
|
|
107
107
|
"packageManager": "yarn@4.9.1",
|
|
108
|
+
"lint-staged": {
|
|
109
|
+
"*.{ts,tsx}": "eslint --cache --fix --max-warnings 0",
|
|
110
|
+
"*.{css,scss,ts,tsx}": "prettier --write --list-different"
|
|
111
|
+
},
|
|
108
112
|
"stableVersion": "1.4.0"
|
|
109
113
|
}
|