@colijnit/relation 259.1.3 → 259.1.4

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.
@@ -31,8 +31,8 @@
31
31
  function Version() {
32
32
  this.name = "@colijnit/relation";
33
33
  this.description = "Colijn IT relation package specific for version 2.5.7.";
34
- this.symVer = "259.1.3";
35
- this.publishDate = "1-10-2025 14:34:04";
34
+ this.symVer = "259.1.4";
35
+ this.publishDate = "3-10-2025 10:15:39";
36
36
  }
37
37
  return Version;
38
38
  }());
@@ -3252,7 +3252,8 @@
3252
3252
  return {
3253
3253
  ngModule: RelationTranslationModule,
3254
3254
  providers: [
3255
- RelationTranslationService
3255
+ RelationTranslationService,
3256
+ RelationDictionaryService
3256
3257
  ]
3257
3258
  };
3258
3259
  };
@@ -3263,10 +3264,6 @@
3263
3264
  declarations: [
3264
3265
  RelationLocalizePipe
3265
3266
  ],
3266
- providers: [
3267
- RelationTranslationService,
3268
- RelationDictionaryService
3269
- ],
3270
3267
  exports: [
3271
3268
  RelationLocalizePipe
3272
3269
  ]