Skip to content

Commit 68a0d39

Browse files
Breaking: [AEA-0000] - Update to version 2 (#40)
Co-authored-by: Kris Szlapa <[email protected]>
1 parent 08cafc1 commit 68a0d39

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This repository contains the code to invoke the Spine client, utilised in <https
99

1010
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.
1111

12+
### Versions
13+
14+
This project has a dependency on @aws-lambda-powertools/logger.
15+
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.
16+
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.
17+
1218
### Usage
1319

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

2430
```
25-
"@NHSDigital/eps-spine-client": "^1.0.0"
31+
"@NHSDigital/eps-spine-client": "^2.0.0"
2632
```
2733

2834
## Project Structure

0 commit comments

Comments
 (0)