From 76129bb0e003ab407328d0d49ba9da6d14797194 Mon Sep 17 00:00:00 2001 From: Dennis Sen Date: Tue, 16 Jan 2024 06:37:14 +0100 Subject: [PATCH] extend arcana with reference --- arcana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arcana.md b/arcana.md index 2123cee69..929c28b93 100644 --- a/arcana.md +++ b/arcana.md @@ -15,5 +15,5 @@ For these cases, this not-so-secret file denotes our not-anymore-arcane knowledg ## Update process -* Updating the `@masterportal/masterportalapi` requires a full test and API check in all using locations. The package does not follow SemVer, and thus it is up to us to make sure all endpoints fit appropriately. +* Updating the `@masterportal/masterportalapi` requires a full test and API check in all using locations. The package does not follow SemVer, and thus it is up to us to make sure all endpoints fit appropriately. Also check the `scripts/overrideMasterportalapi.js`, which in the current version overrides the package's code to alter its behaviour. * Updating `ol` (which may implicitly happen on updating `@masterportal/masterportalapi`) should result in updating the version across all packages using it. Furthermore, use the search function to find all code positions with comments containing "undocumented". These code positions refer to `ol` functionality that is not documented and may change without a breaking version.