git-semver-tagger 1.5.31 → 1.5.32
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.
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
function addFormatStructureForTime(structure) {
|
|
276
276
|
this.a19(structure);
|
|
277
277
|
}
|
|
278
|
-
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder,
|
|
278
|
+
initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
|
|
279
279
|
function offsetHours$default(padding, $super) {
|
|
280
280
|
padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
|
|
281
281
|
var tmp;
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
initMetadataForClass(TaggerConfig, 'TaggerConfig', TaggerConfig, VOID, VOID, VOID, VOID, {0: $serializer_getInstance});
|
|
86
86
|
//endregion
|
|
87
87
|
function Versions() {
|
|
88
|
-
this.k2z_1 = '1.5.
|
|
88
|
+
this.k2z_1 = '1.5.32';
|
|
89
89
|
}
|
|
90
90
|
var Versions_instance;
|
|
91
91
|
function Versions_getInstance() {
|