@girs/gtksource-5 4.5.0 → 4.6.0

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
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/gtksource-5)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/gtksource-5)
6
6
 
7
- GJS TypeScript type definitions for GtkSource-5, generated from library version 5.21.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for GtkSource-5, generated from library version 5.21.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.6.0.
8
8
 
9
9
  This package contains type declarations only. It ships no runtime code, so it adds
10
10
  nothing to your program and works with any bundler or none at all.
package/gtksource-5.d.ts CHANGED
@@ -2430,7 +2430,7 @@ export namespace GtkSource {
2430
2430
 
2431
2431
  namespace CompletionContext {
2432
2432
  // Signal signatures
2433
- interface SignalSignatures extends GObject.Object.SignalSignatures {
2433
+ interface SignalSignatures extends GObject.Object.SignalSignatures, Gio.ListModel.SignalSignatures {
2434
2434
  /**
2435
2435
  * Emitted when a provider changes a model.
2436
2436
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gtksource-5",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "libraryVersion": "5.21.0",
5
5
  "description": "GJS TypeScript type definitions for GtkSource-5, generated from library version 5.21.0",
6
6
  "type": "module",
@@ -37,21 +37,21 @@
37
37
  "test": "tsc --project tsconfig.json"
38
38
  },
39
39
  "dependencies": {
40
- "@girs/gjs": "^4.5.0",
41
- "@girs/gtk-4.0": "^4.5.0",
42
- "@girs/gsk-4.0": "^4.5.0",
43
- "@girs/graphene-1.0": "^4.5.0",
44
- "@girs/gobject-2.0": "^4.5.0",
45
- "@girs/glib-2.0": "^4.5.0",
46
- "@girs/gdk-4.0": "^4.5.0",
47
- "@girs/cairo-1.0": "^4.5.0",
48
- "@girs/pangocairo-1.0": "^4.5.0",
49
- "@girs/pango-1.0": "^4.5.0",
50
- "@girs/harfbuzz-0.0": "^4.5.0",
51
- "@girs/freetype2-2.0": "^4.5.0",
52
- "@girs/gio-2.0": "^4.5.0",
53
- "@girs/gmodule-2.0": "^4.5.0",
54
- "@girs/gdkpixbuf-2.0": "^4.5.0" },
40
+ "@girs/gjs": "^4.6.0",
41
+ "@girs/gtk-4.0": "^4.6.0",
42
+ "@girs/gsk-4.0": "^4.6.0",
43
+ "@girs/graphene-1.0": "^4.6.0",
44
+ "@girs/gobject-2.0": "^4.6.0",
45
+ "@girs/glib-2.0": "^4.6.0",
46
+ "@girs/gdk-4.0": "^4.6.0",
47
+ "@girs/cairo-1.0": "^4.6.0",
48
+ "@girs/pangocairo-1.0": "^4.6.0",
49
+ "@girs/pango-1.0": "^4.6.0",
50
+ "@girs/harfbuzz-0.0": "^4.6.0",
51
+ "@girs/freetype2-2.0": "^4.6.0",
52
+ "@girs/gio-2.0": "^4.6.0",
53
+ "@girs/gmodule-2.0": "^4.6.0",
54
+ "@girs/gdkpixbuf-2.0": "^4.6.0" },
55
55
  "devDependencies": {
56
56
  "typescript": "*"
57
57
  },