@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.
- package/bundles/colijnit-relation.umd.js +4 -7
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/colijnit-relation.metadata.json +1 -1
- package/esm2015/lib/relation-version.js +3 -3
- package/esm2015/lib/translation/relation-translation.module.js +3 -6
- package/fesm2015/colijnit-relation.js +4 -7
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/package.json +1 -1
- package/colijnit-relation-259.1.3.tgz +0 -0
|
@@ -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.
|
|
35
|
-
this.publishDate = "
|
|
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
|
]
|