@girs/peas-2 2.0.0-4.0.0-beta.43 → 2.0.0-4.0.0-beta.44

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/peas-2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Peas-2, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.43.
8
+ GJS TypeScript type definitions for Peas-2, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.44.
9
9
 
10
10
  ## Install
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/peas-2",
3
- "version": "2.0.0-4.0.0-beta.43",
3
+ "version": "2.0.0-4.0.0-beta.44",
4
4
  "description": "GJS TypeScript type definitions for Peas-2, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "peas-2.js",
@@ -31,11 +31,11 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-beta.43",
35
- "@girs/gio-2.0": "2.88.0-4.0.0-beta.43",
36
- "@girs/gobject-2.0": "2.88.0-4.0.0-beta.43",
37
- "@girs/glib-2.0": "2.88.0-4.0.0-beta.43",
38
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.43" },
34
+ "@girs/gjs": "4.0.0-beta.44",
35
+ "@girs/gio-2.0": "2.88.0-4.0.0-beta.44",
36
+ "@girs/gobject-2.0": "2.88.0-4.0.0-beta.44",
37
+ "@girs/glib-2.0": "2.88.0-4.0.0-beta.44",
38
+ "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.44" },
39
39
  "devDependencies": {
40
40
  "typescript": "*"
41
41
  },
package/peas-2.d.ts CHANGED
@@ -1068,8 +1068,8 @@ export namespace Peas {
1068
1068
  construct_properties: any;
1069
1069
  constructProperties: any;
1070
1070
  engine: Engine;
1071
- extension_type: GObject.GType;
1072
- extensionType: GObject.GType;
1071
+ extension_type: GObject.GTypeInput;
1072
+ extensionType: GObject.GTypeInput;
1073
1073
  }
1074
1074
  }
1075
1075