@girs/bamf-3 3.0.0-3.2.5 → 3.0.0-3.2.6

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/bamf-3)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Bamf-3, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.5.
8
+ GJS TypeScript type definitions for Bamf-3, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
9
9
 
10
10
 
11
11
  ## Install
package/bamf-3.d.cts CHANGED
@@ -428,7 +428,9 @@ export interface Tab {
428
428
  // Own properties of Bamf-3.Bamf.Tab
429
429
 
430
430
  readonly desktop_id: string | null
431
+ readonly desktopId: string | null
431
432
  readonly is_foreground_tab: boolean
433
+ readonly isForegroundTab: boolean
432
434
  readonly location: string | null
433
435
  readonly xid: number
434
436
 
@@ -630,6 +632,7 @@ export interface View {
630
632
  readonly starting: boolean
631
633
  readonly urgent: boolean
632
634
  readonly user_visible: boolean
635
+ readonly userVisible: boolean
633
636
 
634
637
  // Own fields of Bamf-3.Bamf.View
635
638
 
package/bamf-3.d.ts CHANGED
@@ -430,7 +430,9 @@ interface Tab {
430
430
  // Own properties of Bamf-3.Bamf.Tab
431
431
 
432
432
  readonly desktop_id: string | null
433
+ readonly desktopId: string | null
433
434
  readonly is_foreground_tab: boolean
435
+ readonly isForegroundTab: boolean
434
436
  readonly location: string | null
435
437
  readonly xid: number
436
438
 
@@ -632,6 +634,7 @@ interface View {
632
634
  readonly starting: boolean
633
635
  readonly urgent: boolean
634
636
  readonly user_visible: boolean
637
+ readonly userVisible: boolean
635
638
 
636
639
  // Own fields of Bamf-3.Bamf.View
637
640
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/bamf-3",
3
- "version": "3.0.0-3.2.5",
3
+ "version": "3.0.0-3.2.6",
4
4
  "description": "GJS TypeScript type definitions for Bamf-3, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "bamf-3.js",
@@ -25,9 +25,9 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit bamf-3.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gjs": "^3.2.5",
29
- "@girs/glib-2.0": "^2.78.0-3.2.5",
30
- "@girs/gobject-2.0": "^2.78.0-3.2.5"
28
+ "@girs/gjs": "^3.2.6",
29
+ "@girs/glib-2.0": "^2.78.0-3.2.6",
30
+ "@girs/gobject-2.0": "^2.78.0-3.2.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "*"