@girs/modulemd-2.0 2.0.0-4.0.0-beta.37 → 2.0.0-4.0.0-beta.39

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.37.
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.39.
9
9
 
10
10
  ## Install
11
11
 
package/modulemd-2.0.d.ts CHANGED
@@ -136,7 +136,6 @@ export namespace Modulemd {
136
136
  // Constructors
137
137
 
138
138
  constructor(options: { message: string; code: number });
139
- _init(...args: any[]): void;
140
139
  }
141
140
 
142
141
  export namespace ErrorEnum {
@@ -321,7 +320,6 @@ export namespace Modulemd {
321
320
  // Constructors
322
321
 
323
322
  constructor(options: { message: string; code: number });
324
- _init(...args: any[]): void;
325
323
  }
326
324
 
327
325
  export namespace YamlErrorEnum {
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.37",
3
+ "version": "2.0.0-4.0.0-beta.39",
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.37",
35
- "@girs/gobject-2.0": "2.86.0-4.0.0-beta.37",
36
- "@girs/glib-2.0": "2.86.0-4.0.0-beta.37" },
34
+ "@girs/gjs": "4.0.0-beta.39",
35
+ "@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
36
+ "@girs/glib-2.0": "2.86.4-4.0.0-beta.39" },
37
37
  "devDependencies": {
38
38
  "typescript": "*"
39
39
  },