Skip to content

Commit

Permalink
Breaking: [AEA-0000] - Update to version 2 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Kris Szlapa <[email protected]>
  • Loading branch information
anthony-nhs and kris-szlapa authored Mar 7, 2024
1 parent 08cafc1 commit 68a0d39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This repository contains the code to invoke the Spine client, utilised in <https

This repository encompasses the code for invoking the Spine client, designed for interaction with the Spine API. It serves as a versatile NPM dependency for both <https://github.com/NHSDigital/prescriptionsforpatients> and the Prescription Tracker application.

### Versions

This project has a dependency on @aws-lambda-powertools/logger.
If you are using @aws-lambda-powertools/logger in your project, and you are using version 1.x of @aws-lambda-powertools/logger, then you must use version 1.x of this module.
If you are using @aws-lambda-powertools/logger in your project, and you are using version 2.x of @aws-lambda-powertools/logger, then you must use version 2.x of this module.

### Usage

To integrate this into your project, install the package using the following:
Expand All @@ -22,7 +28,7 @@ npm install @NHSDigital/eps-spine-client
- package.json

```
"@NHSDigital/eps-spine-client": "^1.0.0"
"@NHSDigital/eps-spine-client": "^2.0.0"
```

## Project Structure
Expand Down

0 comments on commit 68a0d39

Please sign in to comment.