git-semver-tagger 1.7.4 → 1.7.7

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.
@@ -361,7 +361,7 @@
361
361
  return tmp;
362
362
  }
363
363
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
364
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
364
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithTime, WithUtcOffset, WithDate]);
365
365
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
366
366
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
367
367
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -87,7 +87,7 @@
87
87
  initMetadataForClass(TaggerConfig, 'TaggerConfig', TaggerConfig, VOID, VOID, VOID, VOID, {0: $serializer_getInstance});
88
88
  //endregion
89
89
  function Versions() {
90
- this.h31_1 = '1.7.4';
90
+ this.h31_1 = '1.7.7';
91
91
  }
92
92
  var Versions_instance;
93
93
  function Versions_getInstance() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-semver-tagger",
3
- "version": "1.7.4",
3
+ "version": "1.7.7",
4
4
  "main": "kotlin/command-line-tools-tagger-cli.js",
5
5
  "devDependencies": {
6
6
  "typescript": "5.5.4",