diff --git a/PROJECTS/kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json b/PROJECTS/kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json index 2501c5f6c..ffd3a9372 100644 --- a/PROJECTS/kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json +++ b/PROJECTS/kohd_coptica/f67c8fcd-d190-4419-a85a-e6998da4f0ba.json @@ -17,9 +17,7 @@ "to": "2022" } ], - "websites": [ - "https://coptica.kohd.adw-goe.de/content/start.xml?XSL.lastPage.SESSION=/content/start.xml" - ], + "websites": ["https://coptica.kohd.adw-goe.de/content/start.xml"], "project_desc": "The KOHD Coptica project, part of the Cataloging of Oriental Manuscripts in Germany initiative, catalogs and digitizes Coptic manuscripts in the Berlin Papyrus Collection. The ongoing database development facilitates efficient searches and standardized presentations of metadata, with records gradually released as cataloging and digitization progress.", "places": [ { diff --git a/SCHEMATA/project_schema.ts b/SCHEMATA/project_schema.ts index 889d23786..0dc2990f0 100644 --- a/SCHEMATA/project_schema.ts +++ b/SCHEMATA/project_schema.ts @@ -1,4 +1,4 @@ -import { z } from "https://deno.land/x/zod@v3.22.2/mod.ts"; +import { z } from "https://deno.land/x/zod@v3.22.4/mod.ts"; // Set version here, validate everywhere else! const schemaVersion = "0.2.1"; diff --git a/TESTS/schema_tests.ts b/TESTS/schema_tests.ts index d8c197484..7e0370eff 100644 --- a/TESTS/schema_tests.ts +++ b/TESTS/schema_tests.ts @@ -1,5 +1,5 @@ -import { assertEquals } from "https://deno.land/std@0.201.0/assert/mod.ts"; -import { v4 } from "https://deno.land/std@0.201.0/uuid/mod.ts"; +import { assertEquals } from "https://deno.land/std@0.208.0/assert/mod.ts"; +import { v4 } from "https://deno.land/std@0.208.0/uuid/mod.ts"; import { creditRoles, keywords, diff --git a/lychee.toml b/lychee.toml index b5caf1dfb..0ded5d5ae 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,5 +1,11 @@ # Exclude URLs and mail addresses from checking (supports regex) -exclude = ["blogs.bl.uk", "gepris.dfg.de", '\.git$', "researchgate.net/profile"] +exclude = [ + "blogs.bl.uk", + "gepris.dfg.de", + '\.git$', + "nli.org.il", + "researchgate.net/profile", +] # Exclude these filesystem paths from getting checked exclude_path = ["node_modules", "package-lock.json"]