Skip to content

Commit d419394

Browse files
committed
(fix) Expand webservices.rest dependency range to support 3.x
Updates webservices.rest backend dependency version constraint from ^2.2.0 (or ^2.24.0) to ">=2.2.0" to support both 2.x stable releases and 3.x pre-release/stable versions. This resolves version compatibility issues when running with webservices.rest 3.0.0-SNAPSHOT.0.
1 parent 5e619b2 commit d419394

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/apps/esm-login-app/src/routes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.openmrs.org/routes.schema.json",
33
"backendDependencies": {
4-
"webservices.rest": ">=2.24.0"
4+
"webservices.rest": ">=2.2.0"
55
},
66
"pages": [
77
{

packages/apps/esm-offline-tools-app/src/routes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.openmrs.org/routes.schema.json",
33
"backendDependencies": {
4-
"webservices.rest": "^2.24.0"
4+
"webservices.rest": ">=2.2.0"
55
},
66
"pages": [
77
{

0 commit comments

Comments
 (0)