From 7e1c53641533b4d41bf1f97a1d19642351969103 Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Tue, 21 May 2024 01:59:01 -0400 Subject: [PATCH] use e-mission-common @ 0.5.0 This version has the updated metrics structure which all the recent commits use --- 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 c1317a782..389c9369a 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#0.4.4", + "e-mission-common": "git+https://github.com/JGreenlee/e-mission-common.git#0.5.0", "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 b610d6121..e6eee89d3 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#0.4.4", + "e-mission-common": "git+https://github.com/JGreenlee/e-mission-common.git#0.5.0", "enketo-core": "^6.1.7", "enketo-transformer": "^4.0.0", "fast-xml-parser": "^4.2.2",