@girs/modulemd-2.0 2.0.0-4.0.0-beta.10 → 2.0.0-4.0.0-beta.12

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/modulemd-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.10.
8
+ GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.12.
9
9
 
10
10
 
11
11
  ## Install
package/modulemd-2.0.d.ts CHANGED
@@ -86,7 +86,7 @@ export namespace Modulemd {
86
86
  class Error extends GLib.Error {
87
87
  static $gtype: GObject.GType<Error>;
88
88
 
89
- // Static fields of Modulemd.Error
89
+ // Static fields
90
90
 
91
91
  /**
92
92
  * Represents an error encountered while upgrading the
@@ -131,7 +131,7 @@ export namespace Modulemd {
131
131
  */
132
132
  static MISSING_REQUIRED: number;
133
133
 
134
- // Constructors of Modulemd.Error
134
+ // Constructors
135
135
 
136
136
  constructor(options: { message: string; code: number });
137
137
  _init(...args: any[]): void;
@@ -270,7 +270,7 @@ export namespace Modulemd {
270
270
  class YamlError extends GLib.Error {
271
271
  static $gtype: GObject.GType<YamlError>;
272
272
 
273
- // Static fields of Modulemd.YamlError
273
+ // Static fields
274
274
 
275
275
  /**
276
276
  * Represents an error encountered while opening a
@@ -316,7 +316,7 @@ export namespace Modulemd {
316
316
  static INCONSISTENT: number;
317
317
  static UNKNOWN_ATTR: number;
318
318
 
319
- // Constructors of Modulemd.YamlError
319
+ // Constructors
320
320
 
321
321
  constructor(options: { message: string; code: number });
322
322
  _init(...args: any[]): void;
@@ -435,7 +435,7 @@ export namespace Modulemd {
435
435
  class BuildConfig extends GObject.Object {
436
436
  static $gtype: GObject.GType<BuildConfig>;
437
437
 
438
- // Constructors of Modulemd.BuildConfig
438
+ // Constructors
439
439
 
440
440
  constructor(properties?: Partial<BuildConfig.ConstructorProps>, ...args: any[]);
441
441
 
@@ -443,7 +443,7 @@ export namespace Modulemd {
443
443
 
444
444
  static ['new'](): BuildConfig;
445
445
 
446
- // Own methods of Modulemd.BuildConfig
446
+ // Methods
447
447
 
448
448
  /**
449
449
  * Add a build-time dependency for this module.
@@ -536,14 +536,14 @@ export namespace Modulemd {
536
536
  class Buildopts extends GObject.Object {
537
537
  static $gtype: GObject.GType<Buildopts>;
538
538
 
539
- // Own properties of Modulemd.Buildopts
539
+ // Properties
540
540
 
541
541
  get rpm_macros(): string;
542
542
  set rpm_macros(val: string);
543
543
  get rpmMacros(): string;
544
544
  set rpmMacros(val: string);
545
545
 
546
- // Constructors of Modulemd.Buildopts
546
+ // Constructors
547
547
 
548
548
  constructor(properties?: Partial<Buildopts.ConstructorProps>, ...args: any[]);
549
549
 
@@ -551,7 +551,7 @@ export namespace Modulemd {
551
551
 
552
552
  static ['new'](): Buildopts;
553
553
 
554
- // Own methods of Modulemd.Buildopts
554
+ // Methods
555
555
 
556
556
  /**
557
557
  * Restrict the list of architectures for which to build this module. It may be
@@ -602,7 +602,7 @@ export namespace Modulemd {
602
602
  abstract class Component extends GObject.Object {
603
603
  static $gtype: GObject.GType<Component>;
604
604
 
605
- // Own properties of Modulemd.Component
605
+ // Properties
606
606
 
607
607
  get buildonly(): boolean;
608
608
  set buildonly(val: boolean);
@@ -612,13 +612,13 @@ export namespace Modulemd {
612
612
  get rationale(): string;
613
613
  set rationale(val: string);
614
614
 
615
- // Constructors of Modulemd.Component
615
+ // Constructors
616
616
 
617
617
  constructor(properties?: Partial<Component.ConstructorProps>, ...args: any[]);
618
618
 
619
619
  _init(...args: any[]): void;
620
620
 
621
- // Own virtual methods of Modulemd.Component
621
+ // Virtual methods
622
622
 
623
623
  vfunc_copy(key?: string | null): Component;
624
624
  vfunc_equals(self_2: Component): boolean;
@@ -631,7 +631,7 @@ export namespace Modulemd {
631
631
  */
632
632
  vfunc_validate(): boolean;
633
633
 
634
- // Own methods of Modulemd.Component
634
+ // Methods
635
635
 
636
636
  /**
637
637
  * Add a build dependency of this component.
@@ -675,14 +675,14 @@ export namespace Modulemd {
675
675
  class ComponentModule extends Component {
676
676
  static $gtype: GObject.GType<ComponentModule>;
677
677
 
678
- // Own properties of Modulemd.ComponentModule
678
+ // Properties
679
679
 
680
680
  // This accessor conflicts with a property or field in a parent class or interface.
681
681
  ref: string | any;
682
682
  get repository(): string;
683
683
  set repository(val: string);
684
684
 
685
- // Constructors of Modulemd.ComponentModule
685
+ // Constructors
686
686
 
687
687
  constructor(properties?: Partial<ComponentModule.ConstructorProps>, ...args: any[]);
688
688
 
@@ -690,7 +690,7 @@ export namespace Modulemd {
690
690
 
691
691
  static ['new'](key: string): ComponentModule;
692
692
 
693
- // Own methods of Modulemd.ComponentModule
693
+ // Methods
694
694
 
695
695
  get_ref(): string;
696
696
  get_repository(): string;
@@ -714,7 +714,7 @@ export namespace Modulemd {
714
714
  class ComponentRpm extends Component {
715
715
  static $gtype: GObject.GType<ComponentRpm>;
716
716
 
717
- // Own properties of Modulemd.ComponentRpm
717
+ // Properties
718
718
 
719
719
  get buildroot(): boolean;
720
720
  set buildroot(val: boolean);
@@ -729,7 +729,7 @@ export namespace Modulemd {
729
729
  get srpmBuildroot(): boolean;
730
730
  set srpmBuildroot(val: boolean);
731
731
 
732
- // Constructors of Modulemd.ComponentRpm
732
+ // Constructors
733
733
 
734
734
  constructor(properties?: Partial<ComponentRpm.ConstructorProps>, ...args: any[]);
735
735
 
@@ -737,7 +737,7 @@ export namespace Modulemd {
737
737
 
738
738
  static ['new'](key: string): ComponentRpm;
739
739
 
740
- // Own methods of Modulemd.ComponentRpm
740
+ // Methods
741
741
 
742
742
  /**
743
743
  * Add an architecture on which this RPM will be multilib. It may be called
@@ -797,13 +797,13 @@ export namespace Modulemd {
797
797
  abstract class Defaults extends GObject.Object {
798
798
  static $gtype: GObject.GType<Defaults>;
799
799
 
800
- // Own properties of Modulemd.Defaults
800
+ // Properties
801
801
 
802
802
  get mdversion(): number;
803
803
  get module_name(): string;
804
804
  get moduleName(): string;
805
805
 
806
- // Constructors of Modulemd.Defaults
806
+ // Constructors
807
807
 
808
808
  constructor(properties?: Partial<Defaults.ConstructorProps>, ...args: any[]);
809
809
 
@@ -811,14 +811,14 @@ export namespace Modulemd {
811
811
 
812
812
  static ['new'](version: number, module_name: string): Defaults;
813
813
 
814
- // Own virtual methods of Modulemd.Defaults
814
+ // Virtual methods
815
815
 
816
816
  vfunc_copy(): Defaults;
817
817
  vfunc_equals(self_2: Defaults): boolean;
818
818
  vfunc_get_mdversion(): number;
819
819
  vfunc_validate(): boolean;
820
820
 
821
- // Own methods of Modulemd.Defaults
821
+ // Methods
822
822
 
823
823
  copy(): Defaults;
824
824
  equals(self_2: Defaults): boolean;
@@ -839,7 +839,7 @@ export namespace Modulemd {
839
839
  class DefaultsV1 extends Defaults {
840
840
  static $gtype: GObject.GType<DefaultsV1>;
841
841
 
842
- // Constructors of Modulemd.DefaultsV1
842
+ // Constructors
843
843
 
844
844
  constructor(properties?: Partial<DefaultsV1.ConstructorProps>, ...args: any[]);
845
845
 
@@ -850,7 +850,7 @@ export namespace Modulemd {
850
850
 
851
851
  static ['new'](...args: never[]): any;
852
852
 
853
- // Own methods of Modulemd.DefaultsV1
853
+ // Methods
854
854
 
855
855
  /**
856
856
  * Add a profile that will be installed for this stream if none are explicitly
@@ -895,7 +895,7 @@ export namespace Modulemd {
895
895
  class Dependencies extends GObject.Object {
896
896
  static $gtype: GObject.GType<Dependencies>;
897
897
 
898
- // Constructors of Modulemd.Dependencies
898
+ // Constructors
899
899
 
900
900
  constructor(properties?: Partial<Dependencies.ConstructorProps>, ...args: any[]);
901
901
 
@@ -903,7 +903,7 @@ export namespace Modulemd {
903
903
 
904
904
  static ['new'](): Dependencies;
905
905
 
906
- // Own methods of Modulemd.Dependencies
906
+ // Methods
907
907
 
908
908
  /**
909
909
  * Add a single stream of a module that is required to build another dependent
@@ -970,18 +970,18 @@ export namespace Modulemd {
970
970
  class Module extends GObject.Object {
971
971
  static $gtype: GObject.GType<Module>;
972
972
 
973
- // Own properties of Modulemd.Module
973
+ // Properties
974
974
 
975
975
  get module_name(): string;
976
976
  get moduleName(): string;
977
977
 
978
- // Constructors of Modulemd.Module
978
+ // Constructors
979
979
 
980
980
  constructor(properties?: Partial<Module.ConstructorProps>, ...args: any[]);
981
981
 
982
982
  _init(...args: any[]): void;
983
983
 
984
- // Own methods of Modulemd.Module
984
+ // Methods
985
985
 
986
986
  /**
987
987
  * Iterates through all #ModulemdModuleStream entries in this
@@ -1054,7 +1054,7 @@ export namespace Modulemd {
1054
1054
  class ModuleIndex extends GObject.Object {
1055
1055
  static $gtype: GObject.GType<ModuleIndex>;
1056
1056
 
1057
- // Constructors of Modulemd.ModuleIndex
1057
+ // Constructors
1058
1058
 
1059
1059
  constructor(properties?: Partial<ModuleIndex.ConstructorProps>, ...args: any[]);
1060
1060
 
@@ -1062,7 +1062,7 @@ export namespace Modulemd {
1062
1062
 
1063
1063
  static ['new'](): ModuleIndex;
1064
1064
 
1065
- // Own methods of Modulemd.ModuleIndex
1065
+ // Methods
1066
1066
 
1067
1067
  add_defaults(defaults: Defaults): boolean;
1068
1068
  /**
@@ -1175,7 +1175,7 @@ export namespace Modulemd {
1175
1175
  class ModuleIndexMerger extends GObject.Object {
1176
1176
  static $gtype: GObject.GType<ModuleIndexMerger>;
1177
1177
 
1178
- // Constructors of Modulemd.ModuleIndexMerger
1178
+ // Constructors
1179
1179
 
1180
1180
  constructor(properties?: Partial<ModuleIndexMerger.ConstructorProps>, ...args: any[]);
1181
1181
 
@@ -1183,7 +1183,7 @@ export namespace Modulemd {
1183
1183
 
1184
1184
  static ['new'](): ModuleIndexMerger;
1185
1185
 
1186
- // Own methods of Modulemd.ModuleIndexMerger
1186
+ // Methods
1187
1187
 
1188
1188
  /**
1189
1189
  * Enqueues a #ModulemdModuleIndex representing the parsed metadata from a
@@ -1243,7 +1243,7 @@ export namespace Modulemd {
1243
1243
  abstract class ModuleStream extends GObject.Object {
1244
1244
  static $gtype: GObject.GType<ModuleStream>;
1245
1245
 
1246
- // Own properties of Modulemd.ModuleStream
1246
+ // Properties
1247
1247
 
1248
1248
  get arch(): string;
1249
1249
  set arch(val: string);
@@ -1257,7 +1257,7 @@ export namespace Modulemd {
1257
1257
  get version(): number;
1258
1258
  set version(val: number);
1259
1259
 
1260
- // Constructors of Modulemd.ModuleStream
1260
+ // Constructors
1261
1261
 
1262
1262
  constructor(properties?: Partial<ModuleStream.ConstructorProps>, ...args: any[]);
1263
1263
 
@@ -1265,7 +1265,7 @@ export namespace Modulemd {
1265
1265
 
1266
1266
  static ['new'](mdversion: number, module_name?: string | null, module_stream?: string | null): ModuleStream;
1267
1267
 
1268
- // Own static methods of Modulemd.ModuleStream
1268
+ // Static methods
1269
1269
 
1270
1270
  /**
1271
1271
  * Create a #ModulemdModuleStream object from a YAML file.
@@ -1308,7 +1308,7 @@ export namespace Modulemd {
1308
1308
  module_stream?: string | null,
1309
1309
  ): ModuleStream;
1310
1310
 
1311
- // Own virtual methods of Modulemd.ModuleStream
1311
+ // Virtual methods
1312
1312
 
1313
1313
  vfunc_build_depends_on_stream(module_name: string, stream_name: string): boolean;
1314
1314
  /**
@@ -1332,7 +1332,7 @@ export namespace Modulemd {
1332
1332
  */
1333
1333
  vfunc_validate(): boolean;
1334
1334
 
1335
- // Own methods of Modulemd.ModuleStream
1335
+ // Methods
1336
1336
 
1337
1337
  build_depends_on_stream(module_name: string, stream_name: string): boolean;
1338
1338
  /**
@@ -1405,7 +1405,7 @@ export namespace Modulemd {
1405
1405
  class ModuleStreamV1 extends ModuleStream {
1406
1406
  static $gtype: GObject.GType<ModuleStreamV1>;
1407
1407
 
1408
- // Own properties of Modulemd.ModuleStreamV1
1408
+ // Properties
1409
1409
 
1410
1410
  get arch(): string;
1411
1411
  set arch(val: string);
@@ -1418,7 +1418,7 @@ export namespace Modulemd {
1418
1418
  get tracker(): string;
1419
1419
  set tracker(val: string);
1420
1420
 
1421
- // Constructors of Modulemd.ModuleStreamV1
1421
+ // Constructors
1422
1422
 
1423
1423
  constructor(properties?: Partial<ModuleStreamV1.ConstructorProps>, ...args: any[]);
1424
1424
 
@@ -1429,7 +1429,7 @@ export namespace Modulemd {
1429
1429
 
1430
1430
  static ['new'](...args: never[]): any;
1431
1431
 
1432
- // Own methods of Modulemd.ModuleStreamV1
1432
+ // Methods
1433
1433
 
1434
1434
  /**
1435
1435
  * Add a build-time dependency for this module.
@@ -1635,7 +1635,7 @@ export namespace Modulemd {
1635
1635
  class ModuleStreamV2 extends ModuleStream {
1636
1636
  static $gtype: GObject.GType<ModuleStreamV2>;
1637
1637
 
1638
- // Own properties of Modulemd.ModuleStreamV2
1638
+ // Properties
1639
1639
 
1640
1640
  get arch(): string;
1641
1641
  set arch(val: string);
@@ -1652,7 +1652,7 @@ export namespace Modulemd {
1652
1652
  get tracker(): string;
1653
1653
  set tracker(val: string);
1654
1654
 
1655
- // Constructors of Modulemd.ModuleStreamV2
1655
+ // Constructors
1656
1656
 
1657
1657
  constructor(properties?: Partial<ModuleStreamV2.ConstructorProps>, ...args: any[]);
1658
1658
 
@@ -1663,7 +1663,7 @@ export namespace Modulemd {
1663
1663
 
1664
1664
  static ['new'](...args: never[]): any;
1665
1665
 
1666
- // Own methods of Modulemd.ModuleStreamV2
1666
+ // Methods
1667
1667
 
1668
1668
  /**
1669
1669
  * Add a component definition to the module.
@@ -1888,7 +1888,7 @@ export namespace Modulemd {
1888
1888
  class Obsoletes extends GObject.Object {
1889
1889
  static $gtype: GObject.GType<Obsoletes>;
1890
1890
 
1891
- // Own properties of Modulemd.Obsoletes
1891
+ // Properties
1892
1892
 
1893
1893
  get eol_date(): number;
1894
1894
  set eol_date(val: number);
@@ -1919,7 +1919,7 @@ export namespace Modulemd {
1919
1919
  get overridePrevious(): boolean;
1920
1920
  set overridePrevious(val: boolean);
1921
1921
 
1922
- // Constructors of Modulemd.Obsoletes
1922
+ // Constructors
1923
1923
 
1924
1924
  constructor(properties?: Partial<Obsoletes.ConstructorProps>, ...args: any[]);
1925
1925
 
@@ -1933,7 +1933,7 @@ export namespace Modulemd {
1933
1933
  message: string,
1934
1934
  ): Obsoletes;
1935
1935
 
1936
- // Own methods of Modulemd.Obsoletes
1936
+ // Methods
1937
1937
 
1938
1938
  /**
1939
1939
  * Create a copy of this #ModulemdObsoletes object.
@@ -1982,7 +1982,7 @@ export namespace Modulemd {
1982
1982
  class PackagerV3 extends GObject.Object {
1983
1983
  static $gtype: GObject.GType<PackagerV3>;
1984
1984
 
1985
- // Constructors of Modulemd.PackagerV3
1985
+ // Constructors
1986
1986
 
1987
1987
  constructor(properties?: Partial<PackagerV3.ConstructorProps>, ...args: any[]);
1988
1988
 
@@ -1990,7 +1990,7 @@ export namespace Modulemd {
1990
1990
 
1991
1991
  static ['new'](): PackagerV3;
1992
1992
 
1993
- // Own methods of Modulemd.PackagerV3
1993
+ // Methods
1994
1994
 
1995
1995
  add_build_config(buildconfig: BuildConfig): void;
1996
1996
  /**
@@ -2160,11 +2160,11 @@ export namespace Modulemd {
2160
2160
  class Profile extends GObject.Object {
2161
2161
  static $gtype: GObject.GType<Profile>;
2162
2162
 
2163
- // Own properties of Modulemd.Profile
2163
+ // Properties
2164
2164
 
2165
2165
  get name(): string;
2166
2166
 
2167
- // Constructors of Modulemd.Profile
2167
+ // Constructors
2168
2168
 
2169
2169
  constructor(properties?: Partial<Profile.ConstructorProps>, ...args: any[]);
2170
2170
 
@@ -2172,7 +2172,7 @@ export namespace Modulemd {
2172
2172
 
2173
2173
  static ['new'](name: string): Profile;
2174
2174
 
2175
- // Own methods of Modulemd.Profile
2175
+ // Methods
2176
2176
 
2177
2177
  add_rpm(rpm: string): void;
2178
2178
  /**
@@ -2221,7 +2221,7 @@ export namespace Modulemd {
2221
2221
  class RpmMapEntry extends GObject.Object {
2222
2222
  static $gtype: GObject.GType<RpmMapEntry>;
2223
2223
 
2224
- // Own properties of Modulemd.RpmMapEntry
2224
+ // Properties
2225
2225
 
2226
2226
  get arch(): string;
2227
2227
  set arch(val: string);
@@ -2235,7 +2235,7 @@ export namespace Modulemd {
2235
2235
  get version(): string;
2236
2236
  set version(val: string);
2237
2237
 
2238
- // Constructors of Modulemd.RpmMapEntry
2238
+ // Constructors
2239
2239
 
2240
2240
  constructor(properties?: Partial<RpmMapEntry.ConstructorProps>, ...args: any[]);
2241
2241
 
@@ -2243,7 +2243,7 @@ export namespace Modulemd {
2243
2243
 
2244
2244
  static ['new'](name: string, epoch: number, version: string, release: string, arch: string): RpmMapEntry;
2245
2245
 
2246
- // Own methods of Modulemd.RpmMapEntry
2246
+ // Methods
2247
2247
 
2248
2248
  copy(): RpmMapEntry;
2249
2249
  equals(other: RpmMapEntry): boolean;
@@ -2272,11 +2272,11 @@ export namespace Modulemd {
2272
2272
  class ServiceLevel extends GObject.Object {
2273
2273
  static $gtype: GObject.GType<ServiceLevel>;
2274
2274
 
2275
- // Own properties of Modulemd.ServiceLevel
2275
+ // Properties
2276
2276
 
2277
2277
  get name(): string;
2278
2278
 
2279
- // Constructors of Modulemd.ServiceLevel
2279
+ // Constructors
2280
2280
 
2281
2281
  constructor(properties?: Partial<ServiceLevel.ConstructorProps>, ...args: any[]);
2282
2282
 
@@ -2284,7 +2284,7 @@ export namespace Modulemd {
2284
2284
 
2285
2285
  static ['new'](name: string): ServiceLevel;
2286
2286
 
2287
- // Own methods of Modulemd.ServiceLevel
2287
+ // Methods
2288
2288
 
2289
2289
  /**
2290
2290
  * Create a copy of this #ModulemdServiceLevel object.
@@ -2321,13 +2321,13 @@ export namespace Modulemd {
2321
2321
  class SubdocumentInfo extends GObject.Object {
2322
2322
  static $gtype: GObject.GType<SubdocumentInfo>;
2323
2323
 
2324
- // Constructors of Modulemd.SubdocumentInfo
2324
+ // Constructors
2325
2325
 
2326
2326
  constructor(properties?: Partial<SubdocumentInfo.ConstructorProps>, ...args: any[]);
2327
2327
 
2328
2328
  _init(...args: any[]): void;
2329
2329
 
2330
- // Own methods of Modulemd.SubdocumentInfo
2330
+ // Methods
2331
2331
 
2332
2332
  get_gerror(): GLib.Error;
2333
2333
  get_yaml(): string;
@@ -2349,7 +2349,7 @@ export namespace Modulemd {
2349
2349
  class Translation extends GObject.Object {
2350
2350
  static $gtype: GObject.GType<Translation>;
2351
2351
 
2352
- // Own properties of Modulemd.Translation
2352
+ // Properties
2353
2353
 
2354
2354
  get modified(): number;
2355
2355
  set modified(val: number);
@@ -2359,7 +2359,7 @@ export namespace Modulemd {
2359
2359
  get moduleStream(): string;
2360
2360
  get version(): number;
2361
2361
 
2362
- // Constructors of Modulemd.Translation
2362
+ // Constructors
2363
2363
 
2364
2364
  constructor(properties?: Partial<Translation.ConstructorProps>, ...args: any[]);
2365
2365
 
@@ -2367,7 +2367,7 @@ export namespace Modulemd {
2367
2367
 
2368
2368
  static ['new'](version: number, module_name: string, module_stream: string, modified: number): Translation;
2369
2369
 
2370
- // Own methods of Modulemd.Translation
2370
+ // Methods
2371
2371
 
2372
2372
  /**
2373
2373
  * Create a copy of this #ModulemdTranslation object.
@@ -2400,7 +2400,7 @@ export namespace Modulemd {
2400
2400
  class TranslationEntry extends GObject.Object {
2401
2401
  static $gtype: GObject.GType<TranslationEntry>;
2402
2402
 
2403
- // Own properties of Modulemd.TranslationEntry
2403
+ // Properties
2404
2404
 
2405
2405
  get description(): string;
2406
2406
  set description(val: string);
@@ -2408,7 +2408,7 @@ export namespace Modulemd {
2408
2408
  get summary(): string;
2409
2409
  set summary(val: string);
2410
2410
 
2411
- // Constructors of Modulemd.TranslationEntry
2411
+ // Constructors
2412
2412
 
2413
2413
  constructor(properties?: Partial<TranslationEntry.ConstructorProps>, ...args: any[]);
2414
2414
 
@@ -2416,7 +2416,7 @@ export namespace Modulemd {
2416
2416
 
2417
2417
  static ['new'](locale: string): TranslationEntry;
2418
2418
 
2419
- // Own methods of Modulemd.TranslationEntry
2419
+ // Methods
2420
2420
 
2421
2421
  /**
2422
2422
  * Create a copy of this #ModulemdTranslationEntry object.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/modulemd-2.0",
3
- "version": "2.0.0-4.0.0-beta.10",
3
+ "version": "2.0.0-4.0.0-beta.12",
4
4
  "description": "GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "modulemd-2.0.js",
@@ -31,9 +31,9 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.0.0-beta.10",
35
- "@girs/glib-2.0": "^2.80.2-4.0.0-beta.10",
36
- "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.10"
34
+ "@girs/gjs": "^4.0.0-beta.12",
35
+ "@girs/glib-2.0": "^2.80.3-4.0.0-beta.12",
36
+ "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.12"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "*"