@ndla/types-taxonomy 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -486,7 +486,7 @@ export interface TaxonomyContext {
486
486
  /**
487
487
  * Id of the relevance of the parent connection
488
488
  */
489
- relevanceId?: string;
489
+ relevanceId: string;
490
490
  /**
491
491
  * Resource-types of the node
492
492
  */
package/package.json CHANGED
@@ -17,5 +17,5 @@
17
17
  "devDependencies": {
18
18
  "typescript": "^5.0.2"
19
19
  },
20
- "version": "1.0.19"
20
+ "version": "1.0.20"
21
21
  }
package/taxonomy-api.ts CHANGED
@@ -517,7 +517,7 @@ export interface TaxonomyContext {
517
517
  /**
518
518
  * Id of the relevance of the parent connection
519
519
  */
520
- relevanceId?: string;
520
+ relevanceId: string;
521
521
  /**
522
522
  * Resource-types of the node
523
523
  */