Skip to content

Commit a7ed892

Browse files
revert incorrect changes
1 parent 55e3bd8 commit a7ed892

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

lambdas/letter-updates-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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"

pact-contracts/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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
}

0 commit comments

Comments
 (0)