@girs/adw-1 1.3.2-3.0.3 → 1.3.3-3.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.
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.3.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.3.
8
+ GJS TypeScript type definitions for Adw-1, generated from library version 1.3.3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.1.0.
9
9
 
10
10
  Building blocks for modern GNOME applications
11
11
 
package/adw-1.d.cts CHANGED
@@ -14444,9 +14444,9 @@ export interface StyleManager {
14444
14444
  *
14445
14445
  * The display will be `NULL` for the style manager returned by
14446
14446
  * [func`StyleManager`.get_default].
14447
- * @returns (nullable): the display
14447
+ * @returns the display
14448
14448
  */
14449
- get_display(): Gdk.Display
14449
+ get_display(): Gdk.Display | null
14450
14450
  /**
14451
14451
  * Gets whether the application is using high contrast appearance.
14452
14452
  *
package/adw-1.d.ts CHANGED
@@ -14446,9 +14446,9 @@ interface StyleManager {
14446
14446
  *
14447
14447
  * The display will be `NULL` for the style manager returned by
14448
14448
  * [func`StyleManager`.get_default].
14449
- * @returns (nullable): the display
14449
+ * @returns the display
14450
14450
  */
14451
- get_display(): Gdk.Display
14451
+ get_display(): Gdk.Display | null
14452
14452
  /**
14453
14453
  * Gets whether the application is using high contrast appearance.
14454
14454
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@girs/adw-1",
3
- "version": "1.3.2-3.0.3",
4
- "description": "GJS TypeScript type definitions for Adw-1, generated from library version 1.3.2",
3
+ "version": "1.3.3-3.1.0",
4
+ "description": "GJS TypeScript type definitions for Adw-1, generated from library version 1.3.3",
5
5
  "type": "module",
6
6
  "module": "adw-1.js",
7
7
  "main": "adw-1.js",
@@ -27,25 +27,25 @@
27
27
  },
28
28
  "scripts": {
29
29
  "test": "yarn test:esm && yarn test:cjs",
30
- "test:esm": "tsc --noEmit adw-1.d.ts",
31
- "test:cjs": "tsc --noEmit adw-1.d.cts"
30
+ "test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit adw-1.d.ts",
31
+ "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit adw-1.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/cairo-1.0": "^1.0.0-3.0.3",
35
- "@girs/freetype2-2.0": "^2.0.0-3.0.3",
36
- "@girs/gdk-4.0": "^4.0.0-3.0.3",
37
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.3",
38
- "@girs/gio-2.0": "^2.76.1-3.0.3",
39
- "@girs/gjs": "^3.0.3",
40
- "@girs/glib-2.0": "^2.76.1-3.0.3",
41
- "@girs/gmodule-2.0": "^2.0.0-3.0.3",
42
- "@girs/gobject-2.0": "^2.76.1-3.0.3",
43
- "@girs/graphene-1.0": "^1.0.0-3.0.3",
44
- "@girs/gsk-4.0": "^4.0.0-3.0.3",
45
- "@girs/gtk-4.0": "^4.10.3-3.0.3",
46
- "@girs/harfbuzz-0.0": "^7.1.0-3.0.3",
47
- "@girs/pango-1.0": "^1.50.14-3.0.3",
48
- "@girs/pangocairo-1.0": "^1.0.0-3.0.3"
34
+ "@girs/cairo-1.0": "^1.0.0-3.1.0",
35
+ "@girs/freetype2-2.0": "^2.0.0-3.1.0",
36
+ "@girs/gdk-4.0": "^4.0.0-3.1.0",
37
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.1.0",
38
+ "@girs/gio-2.0": "^2.76.1-3.1.0",
39
+ "@girs/gjs": "^3.1.0",
40
+ "@girs/glib-2.0": "^2.76.1-3.1.0",
41
+ "@girs/gmodule-2.0": "^2.0.0-3.1.0",
42
+ "@girs/gobject-2.0": "^2.76.1-3.1.0",
43
+ "@girs/graphene-1.0": "^1.0.0-3.1.0",
44
+ "@girs/gsk-4.0": "^4.0.0-3.1.0",
45
+ "@girs/gtk-4.0": "^4.10.4-3.1.0",
46
+ "@girs/harfbuzz-0.0": "^7.1.0-3.1.0",
47
+ "@girs/pango-1.0": "^1.50.14-3.1.0",
48
+ "@girs/pangocairo-1.0": "^1.0.0-3.1.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "typescript": "*"