Skip to content

Commit

Permalink
Merge branch 'master' into scala-steward-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hoyle authored Dec 10, 2024
2 parents f5dc0b9 + cb88cce commit 995ef4e
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 78 deletions.
1 change: 1 addition & 0 deletions src/main/graphql/AddConsignment.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ mutation addConsignment($addConsignmentInput: AddConsignmentInput!) {
addConsignment(addConsignmentInput: $addConsignmentInput) {
consignmentid
seriesid
consignmentReference
}
}
146 changes: 73 additions & 73 deletions ts/package-lock.json

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

8 changes: 4 additions & 4 deletions ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nationalarchives/tdr-generated-graphql",
"version": "1.0.472",
"version": "1.0.477",
"description": "",
"main": "index.ts",
"scripts": {
Expand All @@ -26,11 +26,11 @@
"devDependencies": {
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-document-nodes": "^4.0.11",
"@graphql-codegen/typescript-document-nodes": "^4.0.12",
"@graphql-codegen/typescript-graphql-files-modules": "^3.0.0",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-codegen/typescript-operations": "^4.4.0",
"ts-loader": "^9.3.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.0.391-SNAPSHOT"
ThisBuild / version := "0.0.397-SNAPSHOT"

0 comments on commit 995ef4e

Please sign in to comment.