File tree Expand file tree Collapse file tree
lambdas/letter-updates-transformer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "@internal/datastore" : " ^0.1.0" ,
66 "@internal/helpers" : " ^0.1.0" ,
77 "@nhsdigital/nhs-notify-event-schemas-supplier-api" : " *" ,
8- "aws-lambda" : " ^1.0.6 " ,
8+ "aws-lambda" : " ^1.0.7 " ,
99 "esbuild" : " ^0.27.2" ,
1010 "pino" : " ^10.1.0" ,
1111 "zod" : " ^4.1.13"
Original file line number Diff line number Diff line change 11{
2+ "name" : " @nhsdigital/notify-supplier-api-consumer-contracts" ,
3+ "version" : " 1.0.1" ,
24 "description" : " NHS Notify Supplier API Pact contracts" ,
5+ "license" : " MIT" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+ssh://git@github.com/NHSDigital/nhs-notify-supplier-api.git"
9+ },
310 "exports" : {
411 "./pacts/*.json" : {
512 "default" : " ./pacts/*.json"
613 }
714 },
8- "license" : " MIT" ,
9- "name" : " @nhsdigital/notify-supplier-api-consumer-contracts" ,
1015 "publishConfig" : {
1116 "access" : " public" ,
1217 "registry" : " https://npm.pkg.github.com"
1318 },
14- "repository" : {
15- "type" : " git" ,
16- "url" : " git+ssh://git@github.com/NHSDigital/nhs-notify-supplier-api.git"
17- },
1819 "scripts" : {
1920 "lint" : " echo Linting not required" ,
2021 "lint:fix" : " echo Linting not required" ,
2122 "test:unit" : " echo Unit tests not required" ,
2223 "test:unit:coverage" : " echo Unit tests not required" ,
2324 "typecheck" : " echo Typecheck not required"
24- },
25- "version" : " 1.0.1"
25+ }
2626}
You can’t perform that action at this time.
0 commit comments