Skip to content

Commit

Permalink
Bump @ndla/types-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatten committed Jan 14, 2025
1 parent 5e057b3 commit 123a482
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@graphql-eslint/eslint-plugin": "^4.3.0",
"@graphql-tools/mock": "^9.0.9",
"@jest-mock/express": "^2.0.2",
"@ndla/types-backend": "^1.0.5",
"@ndla/types-backend": "^1.0.12",
"@ndla/types-embed": "^5.0.9-alpha.0",
"@ndla/types-taxonomy": "^1.0.34",
"@types/compression": "^1.7.2",
Expand Down
4 changes: 2 additions & 2 deletions src/api/searchApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const competenceGoals = async (
curriculum: {
id: reference.laereplan.code,
code: reference.laereplan.code,
title: reference.laereplan.title.title,
title: reference.laereplan.title,
},
competenceGoalSetCode: reference.kompetansemaalSett.code,
crossSubjectTopicsCodes,
Expand Down Expand Up @@ -222,7 +222,7 @@ export const coreElements = async (
curriculum: {
code: reference.laereplan.code,
id: reference.laereplan.code,
title: reference.laereplan.title.title,
title: reference.laereplan.title,
},
};
});
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2141,10 +2141,10 @@ __metadata:
languageName: node
linkType: hard

"@ndla/types-backend@npm:^1.0.5":
version: 1.0.5
resolution: "@ndla/types-backend@npm:1.0.5"
checksum: 10c0/a7659642a91b080b69449353b9f8f2e0e43a86bbb4226fdd37de54beb227b7d3c1c0292566635e1261f40b954eb3963711f965c5011e2a7c66153398b88743df
"@ndla/types-backend@npm:^1.0.12":
version: 1.0.12
resolution: "@ndla/types-backend@npm:1.0.12"
checksum: 10c0/ffc02023d066681c37297337d81c6e80a3420467180fc94bedf879850e9de3ab52f0385fbc35be65e6058ebd4077fb9d135d1b29c1abbf9caa924515717e0aa7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7460,7 +7460,7 @@ __metadata:
"@graphql-tools/schema": "npm:^10.0.11"
"@jest-mock/express": "npm:^2.0.2"
"@ndla/licenses": "npm:^8.0.3-alpha.0"
"@ndla/types-backend": "npm:^1.0.5"
"@ndla/types-backend": "npm:^1.0.12"
"@ndla/types-embed": "npm:^5.0.9-alpha.0"
"@ndla/types-taxonomy": "npm:^1.0.34"
"@types/compression": "npm:^1.7.2"
Expand Down

0 comments on commit 123a482

Please sign in to comment.