@girs/adw-1 1.10.0-4.0.4 → 4.1.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/adw-1.d.ts +1 -1
  3. package/package.json +17 -16
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/adw-1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Adw-1, generated from library version 1.10.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.4.
8
+ GJS TypeScript type definitions for Adw-1, generated from library version 1.10.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.1.0.
9
9
 
10
10
  ## Install
11
11
 
package/adw-1.d.ts CHANGED
@@ -50921,7 +50921,7 @@ export namespace Adw {
50921
50921
  * @gir-type Class
50922
50922
  * @since 1.4
50923
50923
  */
50924
- class ViewStackPages<A extends GObject.Object = GObject.Object> extends GObject.Object implements Gio.ListModel<A>, Gtk.SectionModel<A>, Gtk.SelectionModel<A> {
50924
+ class ViewStackPages<A extends GObject.Object = GObject.Object> extends GObject.Object implements Gio.ListModel<A>, Gtk.SectionModel, Gtk.SelectionModel {
50925
50925
  static $gtype: GObject.GType<ViewStackPages>;
50926
50926
 
50927
50927
  // Properties
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@girs/adw-1",
3
- "version": "1.10.0-4.0.4",
3
+ "version": "4.1.0",
4
+ "libraryVersion": "1.10.0",
4
5
  "description": "GJS TypeScript type definitions for Adw-1, generated from library version 1.10.0",
5
6
  "type": "module",
6
7
  "module": "adw-1.js",
@@ -31,21 +32,21 @@
31
32
  "test": "tsc --project tsconfig.json"
32
33
  },
33
34
  "dependencies": {
34
- "@girs/gjs": "4.0.4",
35
- "@girs/gtk-4.0": "4.23.0-4.0.4",
36
- "@girs/gsk-4.0": "4.0.0-4.0.4",
37
- "@girs/graphene-1.0": "1.0.0-4.0.4",
38
- "@girs/gobject-2.0": "2.88.0-4.0.4",
39
- "@girs/glib-2.0": "2.88.0-4.0.4",
40
- "@girs/gdk-4.0": "4.0.0-4.0.4",
41
- "@girs/cairo-1.0": "1.0.0-4.0.4",
42
- "@girs/pangocairo-1.0": "1.0.0-4.0.4",
43
- "@girs/pango-1.0": "1.57.1-4.0.4",
44
- "@girs/harfbuzz-0.0": "13.2.1-4.0.4",
45
- "@girs/freetype2-2.0": "2.0.0-4.0.4",
46
- "@girs/gio-2.0": "2.88.0-4.0.4",
47
- "@girs/gmodule-2.0": "2.0.0-4.0.4",
48
- "@girs/gdkpixbuf-2.0": "2.0.0-4.0.4" },
35
+ "@girs/gjs": "^4.1.0",
36
+ "@girs/gtk-4.0": "^4.1.0",
37
+ "@girs/gsk-4.0": "^4.1.0",
38
+ "@girs/graphene-1.0": "^4.1.0",
39
+ "@girs/gobject-2.0": "^4.1.0",
40
+ "@girs/glib-2.0": "^4.1.0",
41
+ "@girs/gdk-4.0": "^4.1.0",
42
+ "@girs/cairo-1.0": "^4.1.0",
43
+ "@girs/pangocairo-1.0": "^4.1.0",
44
+ "@girs/pango-1.0": "^4.1.0",
45
+ "@girs/harfbuzz-0.0": "^4.1.0",
46
+ "@girs/freetype2-2.0": "^4.1.0",
47
+ "@girs/gio-2.0": "^4.1.0",
48
+ "@girs/gmodule-2.0": "^4.1.0",
49
+ "@girs/gdkpixbuf-2.0": "^4.1.0" },
49
50
  "devDependencies": {
50
51
  "typescript": "*"
51
52
  },