Skip to content

Commit

Permalink
AEA-0000 update common libraries (#819)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change

### Details

- update get-secrets to v1.0.182-alpha
- update eps-spine-client to 2.0.2
  • Loading branch information
anthony-nhs authored Apr 17, 2024
1 parent 80e1822 commit 998e11f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ compile: compile-node

download-get-secrets-layer:
mkdir -p packages/getSecretLayer/lib
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/v1.0.175-alpha/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip
curl -LJ https://github.com/NHSDigital/electronic-prescription-service-get-secrets/releases/download/v1.0.182-alpha/get-secrets-layer.zip -o packages/getSecretLayer/lib/get-secrets-layer.zip

lint-node: compile-node
npm run lint --workspace packages/capabilityStatement
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/getMyPrescriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@aws-sdk/client-secrets-manager": "^3.556.0",
"@middy/core": "^5.3.2",
"@middy/input-output-logger": "^5.3.2",
"@nhsdigital/eps-spine-client": "^2.0.1",
"@nhs/fhir-middy-error-handler": "^2.0.1",
"@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.2",
"@prescriptionsforpatients/distanceSelling": "^1.0.0",
"@types/fhir": "^0.0.41"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/statusLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@aws-lambda-powertools/commons": "^2.0.4",
"@aws-lambda-powertools/logger": "^2.0.4",
"@aws-lambda-powertools/parameters": "^2.0.4",
"@nhsdigital/eps-spine-client": "^2.0.1",
"@nhs/fhir-middy-error-handler": "^2.0.1",
"@middy/core": "^5.3.2",
"@middy/input-output-logger": "^5.3.2"
"@middy/input-output-logger": "^5.3.2",
"@nhs/fhir-middy-error-handler": "^2.0.1",
"@nhsdigital/eps-spine-client": "npm:@NHSDigital/eps-spine-client@^2.0.2"
}
}

0 comments on commit 998e11f

Please sign in to comment.