git-semver-tagger 1.5.34 → 1.5.35

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.
@@ -328,7 +328,7 @@
328
328
  return tmp;
329
329
  }
330
330
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
331
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithUtcOffset, WithTime]);
331
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
332
332
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
333
333
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
334
334
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');
@@ -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.34';
88
+ this.k2z_1 = '1.5.35';
89
89
  }
90
90
  var Versions_instance;
91
91
  function Versions_getInstance() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-semver-tagger",
3
- "version": "1.5.34",
3
+ "version": "1.5.35",
4
4
  "main": "kotlin/command-line-tools-tagger-cli.js",
5
5
  "devDependencies": {
6
6
  "typescript": "5.5.4",