Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
feat(subscriptions): ✨ Created a subscription adapter for AWS Lambda,…
Browse files Browse the repository at this point in the history
… and a sample app
  • Loading branch information
jadiaheno committed May 25, 2023
1 parent 621a7d8 commit b010985
Show file tree
Hide file tree
Showing 94 changed files with 7,558 additions and 518 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
*.tsbuildinfo
*.log
.parcel-cache/*

# Serverless
.build
.webpack
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"commit": "commit",
"format": "lerna run format",
"graph": "nx graph",
"postinstall": "husky install",
"postinstall": "husky install && patch-package",
"test": "lerna run test",
"version": "yarn install && git stage yarn.lock"
},
Expand All @@ -28,10 +28,11 @@
"husky": "^8.0.3",
"lerna": "^6.5.1",
"nx": "^15.8.7",
"patch-package": "^7.0.0",
"process": "^0.11.10"
},
"resolutions": {
"got": ">=11.8.5",
"got": "11.8.5",
"highlight.js": ">=10.4.1",
"semver-regex": ">=3.1.3",
"trim": ">=0.0.3"
Expand Down
8 changes: 0 additions & 8 deletions packages/antd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.8](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-05-17)

**Note:** Version bump only for package @bonfhir/antd





# [0.1.0-alpha.7](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-04-25)

**Note:** Version bump only for package @bonfhir/antd
Expand Down
6 changes: 3 additions & 3 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bonfhir/antd",
"description": "Antd adapter package for Bonfhir.",
"version": "0.1.0-alpha.8",
"version": "0.1.0-alpha.7",
"repository": "https://github.com/bonfhir/bonfhir.git",
"license": "APACHE-2.0",
"type": "module",
Expand All @@ -16,7 +16,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@bonfhir/eslint-config": "^1.1.0-alpha.1",
"@bonfhir/medplum": "^1.0.0-alpha.18",
"@bonfhir/medplum": "^1.0.0-alpha.17",
"@bonfhir/prettier-config": "^1.0.1-alpha.1",
"@bonfhir/typescript-config": "^1.0.1-alpha.2",
"@testing-library/react": "^13.4.0",
Expand All @@ -38,7 +38,7 @@
"typescript": "^5.0.3"
},
"dependencies": {
"@bonfhir/ui-components": "^0.1.0-alpha.10"
"@bonfhir/ui-components": "^0.1.0-alpha.9"
},
"prettier": "@bonfhir/prettier-config",
"peerDependencies": {
Expand Down
8 changes: 0 additions & 8 deletions packages/charlson-comorbidity-index/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.14](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-05-17)

**Note:** Version bump only for package @bonfhir/charlson-comorbidity-index





# [0.1.0-alpha.13](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-04-25)

**Note:** Version bump only for package @bonfhir/charlson-comorbidity-index
Expand Down
8 changes: 4 additions & 4 deletions packages/charlson-comorbidity-index/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bonfhir/charlson-comorbidity-index",
"description": "Charlson Comorbidity Index calculator.",
"version": "0.1.0-alpha.14",
"version": "0.1.0-alpha.13",
"repository": "https://github.com/bonfhir/bonfhir.git",
"license": "APACHE-2.0",
"type": "module",
Expand All @@ -17,9 +17,9 @@
"packageManager": "[email protected]",
"devDependencies": {
"@bonfhir/eslint-config": "^1.1.0-alpha.1",
"@bonfhir/medplum": "^1.0.0-alpha.18",
"@bonfhir/medplum": "^1.0.0-alpha.17",
"@bonfhir/prettier-config": "^1.0.1-alpha.1",
"@bonfhir/test-support": "^1.0.0-alpha.18",
"@bonfhir/test-support": "^1.0.0-alpha.17",
"@bonfhir/typescript-config": "^1.0.1-alpha.2",
"@medplum/core": "2.0.14",
"@types/fhir": "^0.0.35",
Expand All @@ -35,7 +35,7 @@
"typescript": "^5.0.3"
},
"dependencies": {
"@bonfhir/core": "^1.0.0-alpha.16"
"@bonfhir/core": "^1.0.0-alpha.15"
},
"prettier": "@bonfhir/prettier-config"
}
8 changes: 0 additions & 8 deletions packages/cmsdotgov/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.21](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-05-17)

**Note:** Version bump only for package @bonfhir/cmsdotgov





# [1.0.0-alpha.20](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-04-25)


Expand Down
6 changes: 3 additions & 3 deletions packages/cmsdotgov/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bonfhir/cmsdotgov",
"description": "CMS.gov integration package for Bonfhir.",
"version": "1.0.0-alpha.21",
"version": "1.0.0-alpha.20",
"repository": "https://github.com/bonfhir/bonfhir.git",
"license": "APACHE-2.0",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@bonfhir/eslint-config": "^1.1.0-alpha.1",
"@bonfhir/medplum": "^1.0.0-alpha.18",
"@bonfhir/medplum": "^1.0.0-alpha.17",
"@bonfhir/prettier-config": "^1.0.1-alpha.1",
"@bonfhir/typescript-config": "^1.0.1-alpha.2",
"@medplum/core": "2.0.14",
Expand All @@ -34,7 +34,7 @@
"typescript": "^5.0.3"
},
"dependencies": {
"@bonfhir/core": "^1.0.0-alpha.16",
"@bonfhir/core": "^1.0.0-alpha.15",
"@bonfhir/terminology": "^1.0.0-alpha.6",
"csv-parse": "^5.3.6"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.16](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-05-17)


### Features

* **core:** :sparkles: Enables the formatting of an identifier value ([404aa97](https://github.com/bonfhir/bonfhir/commit/404aa97b4c5013087e81054336fcf9b3dd9a0e28))





# [1.0.0-alpha.15](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bonfhir/core",
"description": "Core package for Bonfhir.",
"version": "1.0.0-alpha.16",
"version": "1.0.0-alpha.15",
"repository": "https://github.com/bonfhir/bonfhir.git",
"license": "APACHE-2.0",
"type": "module",
Expand Down
8 changes: 0 additions & 8 deletions packages/fhir-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.10](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-05-17)

**Note:** Version bump only for package @bonfhir/fhir-query





# [0.1.0-alpha.9](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-04-25)

**Note:** Version bump only for package @bonfhir/fhir-query
Expand Down
6 changes: 3 additions & 3 deletions packages/fhir-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bonfhir/fhir-query",
"description": "React Query FHIR package for Bonfhir.",
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.9",
"repository": "https://github.com/bonfhir/bonfhir.git",
"license": "APACHE-2.0",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@bonfhir/eslint-config": "^1.1.0-alpha.1",
"@bonfhir/medplum": "^1.0.0-alpha.18",
"@bonfhir/medplum": "^1.0.0-alpha.17",
"@bonfhir/prettier-config": "^1.0.1-alpha.1",
"@bonfhir/typescript-config": "^1.0.1-alpha.2",
"@medplum/core": "2.0.14",
Expand All @@ -42,7 +42,7 @@
"typescript": "^5.0.3"
},
"dependencies": {
"@bonfhir/core": "^1.0.0-alpha.16"
"@bonfhir/core": "^1.0.0-alpha.15"
},
"prettier": "@bonfhir/prettier-config",
"peerDependencies": {
Expand Down
8 changes: 0 additions & 8 deletions packages/medplum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.18](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-05-17)

**Note:** Version bump only for package @bonfhir/medplum





# [1.0.0-alpha.17](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-04-25)

**Note:** Version bump only for package @bonfhir/medplum
Expand Down
4 changes: 2 additions & 2 deletions packages/medplum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bonfhir/medplum",
"description": "Medplum integration package for Bonfhir.",
"version": "1.0.0-alpha.18",
"version": "1.0.0-alpha.17",
"repository": "https://github.com/bonfhir/bonfhir.git",
"license": "APACHE-2.0",
"type": "module",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.0.3"
},
"dependencies": {
"@bonfhir/core": "^1.0.0-alpha.16"
"@bonfhir/core": "^1.0.0-alpha.15"
},
"peerDependencies": {
"@medplum/core": "^2.0.0"
Expand Down
12 changes: 0 additions & 12 deletions packages/nih-nlm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.20](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-05-17)


### Features

* :rocket: add createOrMergeAction param ([62541ac](https://github.com/bonfhir/bonfhir/commit/62541ac673e05a74307eaa1533a87f6ce265fadf))
* **nih-nlm:** :sparkles: multiple ingredients ([dc469e5](https://github.com/bonfhir/bonfhir/commit/dc469e5ae524bf4880839f03e6eb1565db6b3bd5))





# [1.0.0-alpha.19](https://github.com/bonfhir/bonfhir/compare/@bonfhir/[email protected]...@bonfhir/[email protected]) (2023-04-25)

**Note:** Version bump only for package @bonfhir/nih-nlm
Expand Down
6 changes: 3 additions & 3 deletions packages/nih-nlm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bonfhir/nih-nlm",
"description": "NIH National Library of Medicine integration package for Bonfhir.",
"version": "1.0.0-alpha.20",
"version": "1.0.0-alpha.19",
"repository": "https://github.com/bonfhir/bonfhir.git",
"license": "APACHE-2.0",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@bonfhir/eslint-config": "^1.1.0-alpha.1",
"@bonfhir/medplum": "^1.0.0-alpha.18",
"@bonfhir/medplum": "^1.0.0-alpha.17",
"@bonfhir/prettier-config": "^1.0.1-alpha.1",
"@bonfhir/typescript-config": "^1.0.1-alpha.2",
"@medplum/core": "2.0.14",
Expand All @@ -34,7 +34,7 @@
"typescript": "^5.0.3"
},
"dependencies": {
"@bonfhir/core": "^1.0.0-alpha.16",
"@bonfhir/core": "^1.0.0-alpha.15",
"@bonfhir/terminology": "^1.0.0-alpha.6"
},
"prettier": "@bonfhir/prettier-config"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b010985

Please sign in to comment.