@girs/gegl-0.3 0.3.35-4.0.0-beta.21 → 0.3.35-4.0.0-beta.23

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/gegl-0.3)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gegl-0.3, generated from library version 0.3.35 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.21.
8
+ GJS TypeScript type definitions for Gegl-0.3, generated from library version 0.3.35 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.23.
9
9
 
10
10
 
11
11
  ## Install
package/gegl-0.3.d.ts CHANGED
@@ -7,6 +7,8 @@
7
7
  * The based EJS template file is used for the generated .d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
8
8
  */
9
9
 
10
+ import '@girs/gjs';
11
+
10
12
  // Module dependencies
11
13
  import type GObject from '@girs/gobject-2.0';
12
14
  import type GLib from '@girs/glib-2.0';
@@ -1361,8 +1363,6 @@ export namespace Gegl {
1361
1363
  * @param value a GValue containing the value to be set in the property.
1362
1364
  */
1363
1365
  set_property(property_name: string, value: GObject.Value | any): void;
1364
- // Conflicted with GObject.Object.set_property
1365
- set_property(...args: never[]): any;
1366
1366
  /**
1367
1367
  * Returns a freshly allocated \0 terminated string containing a XML
1368
1368
  * serialization of the composition produced by a node (and thus also
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gegl-0.3",
3
- "version": "0.3.35-4.0.0-beta.21",
3
+ "version": "0.3.35-4.0.0-beta.23",
4
4
  "description": "GJS TypeScript type definitions for Gegl-0.3, generated from library version 0.3.35",
5
5
  "type": "module",
6
6
  "module": "gegl-0.3.js",
@@ -31,9 +31,9 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.0.0-beta.21",
35
- "@girs/glib-2.0": "^2.83.3-4.0.0-beta.21",
36
- "@girs/gobject-2.0": "^2.83.3-4.0.0-beta.21"
34
+ "@girs/gjs": "^4.0.0-beta.23",
35
+ "@girs/glib-2.0": "^2.84.0-4.0.0-beta.23",
36
+ "@girs/gobject-2.0": "^2.84.0-4.0.0-beta.23"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "*"