Skip to content

Commit 5caa664

Browse files
committed
chore(deps): update axios to 1.7.7 and ts-jest to 29.2.5; change FHIR backend URL to secure endpoint
1 parent 156ff30 commit 5caa664

File tree

4 files changed

+211
-127
lines changed

4 files changed

+211
-127
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version](https://badge.fury.io/js/fhirformjs.svg)](https://www.npmjs.com/package/fhirformjs)
44
[![npm](https://img.shields.io/npm/dt/fhirformjs)](https://www.npmjs.com/package/fhirformjs)
55
[![Build](https://github.com/dermatologist/fhirformjs/workflows/CI/badge.svg)](https://nuchange.ca)
6-
[![Known Vulnerabilities](https://snyk.io/test/github/dermatologist/fhirformjs/badge.svg)](https://www.npmjs.com/package/fhirformjs)
6+
[![Known Vulnerabilities](https://snyk.io/test/github/dermatologist/fhirformjs/badge.svg)](https://www.npmjs.com/package/fhirformjs)
77
[![Documentation](https://badgen.net/badge/icon/documentation?icon=libraries&label)](https://dermatologist.github.io/fhirformjs/)
88

99
## About
@@ -45,7 +45,7 @@ import Form from "@rjsf/core"
4545
**since v0.8.0: Backend API**
4646
```
4747
import { FhirBackend } from 'fhirformjs'
48-
const backend = new FhirBackend('http://hapi.fhir.org/baseR4');
48+
const backend = new FhirBackend('https://lforms-fhir.nlm.nih.gov/baseR4');
4949
console.log(backend.getTableOfContents())
5050
console.log(backend.getQuestionnaire('2050148'))
5151
```

0 commit comments

Comments
 (0)