forked from medplum/medplum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Version 3.0.2 (medplum#3864)
Fixes medplum#3794 - MeasureReport.period search (medplum#3850) Extra check for vmcontext bots (medplum#3863) Add and use vite-plugin-turbosnap (medplum#3849) Downgrade chromatic (medplum#3848) Repo sql fixes for cockroachdb (medplum#3844) Remove Health Gorilla from medplum-demo-bots (medplum#3845) fix-3815 cache presigned s3 binary urls (medplum#3834) Use tsvector index for token text search (medplum#3791) rate limit should return `OperationOutcome` (medplum#3843) Add global var "module" to vm context bots (medplum#3842) Fix lookup table tsv indexes (medplum#3841) Always use estimate count first (medplum#3840) Disambiguate getClient (medplum#3839) Fix invalid mermaid graph in diagnostic catalog docs (medplum#3836) fix-3809 race condition in Subscription extension fhir-path-criteria-expression %previous value lookup (medplum#3810) Fix Sonar code smells: mark React props readonly (medplum#3832) RDS proxy (medplum#3827) Fixed lookup tables in migration generator (medplum#3830) Fixed deprecated jest matchers (medplum#3831) Update README.md (medplum#3828) Update fhir-basics.md (medplum#3829) Case study content and images (medplum#3820) Added rdsReaderInstanceType and RDS upgrade docs (medplum#3826) Dependency upgrades (medplum#3825) Separate search popup menus for 'text' and 'token' (medplum#3824) Improve performance of token sort (medplum#3823) Additional logging (medplum#3790) Fix calendar input button style (medplum#3817) Don't add _total default in SearchControl (medplum#3818) Dark mode (medplum#3814) Fixes medplum#3812 - FHIR profile cache bug (medplum#3813) Document using medplum client to integrate with external FHIR servers (medplum#3811) Use specific advisory locks (medplum#3805) Nested transactions (medplum#3788) Fix signin page on graphiql (medplum#3802) fix(heartbeat): start heartbeat on first bind to sub (medplum#3793) Fix async job tests (medplum#3795) Document using vm context bots (medplum#3784) Refactored access policy docs based on customer feedback (medplum#3785) Support Redis TLS config from Env (medplum#3787) feat(subscriptions): add `heartbeat` for WS subs (medplum#3740) Update Bot metrics (medplum#3763)
- Loading branch information
1 parent
c412412
commit d0b8f6e
Showing
34 changed files
with
152 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "medplum-demo-bots", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Medplum Demo Bots", | ||
"license": "Apache-2.0", | ||
"author": "Medplum <[email protected]>", | ||
|
@@ -25,11 +25,11 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@medplum/cli": "3.0.1", | ||
"@medplum/core": "3.0.1", | ||
"@medplum/eslint-config": "3.0.1", | ||
"@medplum/fhirtypes": "3.0.1", | ||
"@medplum/mock": "3.0.1", | ||
"@medplum/cli": "3.0.2", | ||
"@medplum/core": "3.0.2", | ||
"@medplum/eslint-config": "3.0.2", | ||
"@medplum/fhirtypes": "3.0.2", | ||
"@medplum/mock": "3.0.2", | ||
"@types/node": "20.11.8", | ||
"@types/node-fetch": "2.6.11", | ||
"@types/ssh2-sftp-client": "9.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.