Skip to content

Commit

Permalink
Fix Build and Update Dependencies (#131)
Browse files Browse the repository at this point in the history
# Fix Build and Update Dependencies

## ⚙️ Release Notes 
- Fix Build and Update Dependencies


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
PSchmiedmayer authored Jan 18, 2025
1 parent c6e8d77 commit fb905af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ENGAGE-HF-Firebase
Submodule ENGAGE-HF-Firebase updated 32 files
+2 −0 README.md
+9 −5 functions/models/src/codes/quantityUnit.ts
+102 −34 functions/models/src/fhir/fhirQuestionnaireResponse.ts
+3 −0 functions/models/src/functions/defaultSeed.ts
+1 −0 functions/models/src/functions/updateStaticData.ts
+5 −0 functions/models/src/types/userRegistration.ts
+ functions/resources/fonts/OpenSans-BoldItalic.ttf
+96 −0 functions/resources/fonts/OpenSans-BoldItalic.ttf.license
+ functions/resources/fonts/OpenSans-Italic.ttf
+96 −0 functions/resources/fonts/OpenSans-Italic.ttf.license
+13 −8 functions/src/functions/defaultSeed.ts
+2 −0 functions/src/functions/exportHealthSummary.ts
+5 −4 functions/src/functions/updateStaticData.ts
+227 −236 functions/src/healthSummary/generate+localizations.ts
+239 −571 functions/src/healthSummary/generate.ts
+121 −0 functions/src/healthSummary/keyPointsMessage.test.ts
+872 −0 functions/src/healthSummary/keyPointsMessage.ts
+333 −0 functions/src/healthSummary/pdfGenerator.ts
+156 −8 functions/src/models/healthSummaryData.ts
+2 −0 functions/src/services/healthSummary/databaseHealthSummaryService.test.ts
+12 −9 functions/src/services/healthSummary/databaseHealthSummaryService.ts
+65 −117 functions/src/services/healthSummary/healthSummaryService.mock.ts
+1 −0 functions/src/services/healthSummary/healthSummaryService.ts
+69 −33 functions/src/services/patient/patientService.mock.ts
+1 −1 functions/src/services/trigger/triggerService.ts
+15 −3 functions/src/tests/helpers/csv.ts
+3 −3 functions/src/tests/mocks/healthSummaryData.ts
+ functions/src/tests/resources/emptyHealthSummary.pdf
+116 −0 functions/src/tests/resources/keyPointMessages.csv
+2 −0 functions/src/tests/resources/keyPointMessages.csv.license
+2 −2 functions/src/tests/resources/mockChart.svg
+ functions/src/tests/resources/mockHealthSummary.pdf
12 changes: 6 additions & 6 deletions ENGAGEHF.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@
/* Begin XCRemoteSwiftPackageReference section */
2F49B7742980407B00BCB272 /* XCRemoteSwiftPackageReference "Spezi" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordSpezi/Spezi";
repositoryURL = "https://github.com/StanfordSpezi/Spezi.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.8.0;
Expand Down Expand Up @@ -2092,7 +2092,7 @@
repositoryURL = "https://github.com/StanfordSpezi/SpeziFirebase.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.0.2;
minimumVersion = 2.0.1;
};
};
2FE5DC8229EDD934004B9AB4 /* XCRemoteSwiftPackageReference "SpeziQuestionnaire" */ = {
Expand Down Expand Up @@ -2153,15 +2153,15 @@
};
5661551B2AB8384200209B80 /* XCRemoteSwiftPackageReference "swift-package-list" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/FelixHerrmann/swift-package-list";
repositoryURL = "https://github.com/FelixHerrmann/swift-package-list.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.1.0;
};
};
56E708332BB06B7100B08F0A /* XCRemoteSwiftPackageReference "SpeziLicense" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordSpezi/SpeziLicense";
repositoryURL = "https://github.com/StanfordSpezi/SpeziLicense.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 0.1.1;
Expand All @@ -2177,7 +2177,7 @@
};
97F466E62A76BBEE005DC9B4 /* XCRemoteSwiftPackageReference "SpeziOnboarding" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordSpezi/SpeziOnboarding";
repositoryURL = "https://github.com/StanfordSpezi/SpeziOnboarding.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.2.2;
Expand All @@ -2193,7 +2193,7 @@
};
A9A0BF012C13121D00B8F3F3 /* XCRemoteSwiftPackageReference "SpeziNetworking" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordSpezi/SpeziNetworking";
repositoryURL = "https://github.com/StanfordSpezi/SpeziNetworking.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.2.0;
Expand Down

0 comments on commit fb905af

Please sign in to comment.