From 48eca9de7f44969c4c7dc00acab0552e6bcc0703 Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Tue, 7 May 2024 14:16:13 -0400 Subject: [PATCH] use e-mission-common 0.4.4 I was just using the latest / master branch to test, but it should really be locked to a release --- package.cordovabuild.json | 2 +- package.serve.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.cordovabuild.json b/package.cordovabuild.json index f5d9b6d58..c1317a782 100644 --- a/package.cordovabuild.json +++ b/package.cordovabuild.json @@ -139,7 +139,7 @@ "cordova-custom-config": "^5.1.1", "cordova-plugin-ibeacon": "git+https://github.com/louisg1337/cordova-plugin-ibeacon.git", "core-js": "^2.5.7", - "e-mission-common": "git+https://github.com/JGreenlee/e-mission-common.git", + "e-mission-common": "git+https://github.com/JGreenlee/e-mission-common.git#0.4.4", "enketo-core": "^6.1.7", "enketo-transformer": "^4.0.0", "fast-xml-parser": "^4.2.2", diff --git a/package.serve.json b/package.serve.json index af33531ae..b610d6121 100644 --- a/package.serve.json +++ b/package.serve.json @@ -65,7 +65,7 @@ "chartjs-adapter-luxon": "^1.3.1", "chartjs-plugin-annotation": "^3.0.1", "core-js": "^2.5.7", - "e-mission-common": "git+https://github.com/JGreenlee/e-mission-common.git", + "e-mission-common": "git+https://github.com/JGreenlee/e-mission-common.git#0.4.4", "enketo-core": "^6.1.7", "enketo-transformer": "^4.0.0", "fast-xml-parser": "^4.2.2",