Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/boto3-1.34.152
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs authored Aug 3, 2024
2 parents e41757c + 947060b commit 207ec54
Show file tree
Hide file tree
Showing 10 changed files with 351 additions and 174 deletions.
493 changes: 335 additions & 158 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/aws-lambda": "^8.10.142",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^7.18.0",
"aws-lambda": "^1.0.7",
"eslint": "^8.57.0",
Expand All @@ -44,7 +44,7 @@
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"semantic-release": "^24.0.0",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/checkPrescriptionStatusUpdates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@aws-lambda-powertools/commons": "^2.0.4",
"@aws-lambda-powertools/logger": "^2.6.0",
"@aws-lambda-powertools/parameters": "^2.6.0",
"@aws-sdk/client-dynamodb": "^3.620.0",
"@aws-sdk/lib-dynamodb": "^3.621.0",
"@aws-sdk/client-dynamodb": "^3.623.0",
"@aws-sdk/lib-dynamodb": "^3.623.0",
"@middy/core": "^5.4.5",
"@middy/http-header-normalizer": "^5.4.5",
"@middy/input-output-logger": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cpsuLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@aws-lambda-powertools/commons": "^2.0.0",
"@aws-lambda-powertools/logger": "^2.6.0",
"@aws-sdk/client-dynamodb": "^3.620.0",
"@aws-sdk/util-dynamodb": "^3.621.0",
"@aws-sdk/client-dynamodb": "^3.623.0",
"@aws-sdk/util-dynamodb": "^3.623.0",
"@middy/core": "^5.4.5",
"@middy/http-header-normalizer": "^5.4.5",
"@middy/input-output-logger": "^5.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/gsul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dependencies": {
"@aws-lambda-powertools/commons": "^2.0.0",
"@aws-lambda-powertools/logger": "^2.6.0",
"@aws-sdk/client-dynamodb": "^3.620.0",
"@aws-sdk/lib-dynamodb": "^3.621.0",
"@aws-sdk/util-dynamodb": "^3.621.0",
"@aws-sdk/client-dynamodb": "^3.623.0",
"@aws-sdk/lib-dynamodb": "^3.623.0",
"@aws-sdk/util-dynamodb": "^3.623.0",
"@middy/core": "^5.4.5",
"@middy/input-output-logger": "^5.4.5",
"@middy/validator": "^5.4.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ info:
## API Status and Roadmap
This API is [in development](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#statuses), meaning the API will soon be available for testing via a sandbox service or an integration environment - but we expect to make breaking changes based on developer feedback.
## Service Level
This API is a platinum service, meaning it is operational and supported 24 hours a day, 365 days a year.
This API is a silver service, meaning it is operational and supported between 8am and 6pm, Monday to Friday, but not bank holidays.
For more details see [service levels](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#service-levels).
## Technology
This API is [RESTful](https://digital.nhs.uk/developer/guides-and-documentation/our-api-technologies#basic-rest).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ info:
## API Status and Roadmap
This API is [in development](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#statuses), meaning the API will soon be available for testing via a sandbox service or an integration environment - but we expect to make breaking changes based on developer feedback.
## Service Level
This API is a platinum service, meaning it is operational and supported 24 hours a day, 365 days a year.
This API is a silver service, meaning it is operational and supported between 8am and 6pm, Monday to Friday, but not bank holidays.
For more details see [service levels](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#service-levels).
## Technology
This API is [RESTful](https://digital.nhs.uk/developer/guides-and-documentation/our-api-technologies#basic-rest).
Expand Down
2 changes: 1 addition & 1 deletion packages/specification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"homepage": "https://github.com/NHSDigital/eps-prescription-status-update-api",
"devDependencies": {
"@redocly/cli": "^1.18.1"
"@redocly/cli": "^1.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/statusLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@middy/core": "^5.4.5",
"@middy/input-output-logger": "^5.4.5",
"@nhs/fhir-middy-error-handler": "^2.0.12",
"axios": "^1.7.2"
"axios": "^1.7.3"
},
"devDependencies": {
"@PrescriptionStatusUpdate_common/testing": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/updatePrescriptionStatus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@aws-lambda-powertools/commons": "^2.0.0",
"@aws-lambda-powertools/logger": "^2.6.0",
"@aws-sdk/client-dynamodb": "^3.620.0",
"@aws-sdk/util-dynamodb": "^3.621.0",
"@aws-sdk/client-dynamodb": "^3.623.0",
"@aws-sdk/util-dynamodb": "^3.623.0",
"@middy/core": "^5.4.5",
"@middy/http-header-normalizer": "^5.4.5",
"@middy/input-output-logger": "^5.4.5",
Expand Down

0 comments on commit 207ec54

Please sign in to comment.