@girs/meta-10 10.0.0-3.2.7 → 10.0.0-3.2.8

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/meta-10)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Meta-10, generated from library version 10.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Meta-10, generated from library version 10.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
 
11
11
  ## Install
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/meta-10.d.cts CHANGED
@@ -1991,7 +1991,6 @@ export module Background {
1991
1991
 
1992
1992
  // Own constructor properties of Meta-10.Meta.Background
1993
1993
 
1994
- meta_display?: Display | null
1995
1994
  metaDisplay?: Display | null
1996
1995
  }
1997
1996
 
@@ -2001,7 +2000,6 @@ export interface Background {
2001
2000
 
2002
2001
  // Own properties of Meta-10.Meta.Background
2003
2002
 
2004
- readonly meta_display: Display
2005
2003
  readonly metaDisplay: Display
2006
2004
 
2007
2005
  // Owm methods of Meta-10.Meta.Background
@@ -2063,9 +2061,8 @@ export module BackgroundActor {
2063
2061
 
2064
2062
  // Own constructor properties of Meta-10.Meta.BackgroundActor
2065
2063
 
2066
- meta_display?: Display | null
2067
- monitor?: number | null
2068
2064
  metaDisplay?: Display | null
2065
+ monitor?: number | null
2069
2066
  }
2070
2067
 
2071
2068
  }
@@ -2074,7 +2071,6 @@ export interface BackgroundActor extends Atk.ImplementorIface, Clutter.Animatabl
2074
2071
 
2075
2072
  // Own properties of Meta-10.Meta.BackgroundActor
2076
2073
 
2077
- readonly meta_display: Display
2078
2074
  readonly metaDisplay: Display
2079
2075
  readonly monitor: number
2080
2076
 
@@ -2360,17 +2356,12 @@ export module BackgroundContent {
2360
2356
  background?: Background | null
2361
2357
  brightness?: number | null
2362
2358
  gradient?: boolean | null
2363
- gradient_height?: number | null
2364
- gradient_max_darkness?: number | null
2365
- meta_display?: Display | null
2366
- monitor?: number | null
2367
- rounded_clip_radius?: number | null
2368
- vignette?: boolean | null
2369
- vignette_sharpness?: number | null
2370
2359
  gradientHeight?: number | null
2371
2360
  gradientMaxDarkness?: number | null
2372
2361
  metaDisplay?: Display | null
2362
+ monitor?: number | null
2373
2363
  roundedClipRadius?: number | null
2364
+ vignette?: boolean | null
2374
2365
  vignetteSharpness?: number | null
2375
2366
  }
2376
2367
 
@@ -2383,17 +2374,12 @@ export interface BackgroundContent extends Clutter.Content {
2383
2374
  background: Background
2384
2375
  brightness: number
2385
2376
  gradient: boolean
2386
- gradient_height: number
2387
2377
  gradientHeight: number
2388
- gradient_max_darkness: number
2389
2378
  gradientMaxDarkness: number
2390
- readonly meta_display: Display
2391
2379
  readonly metaDisplay: Display
2392
2380
  readonly monitor: number
2393
- rounded_clip_radius: number
2394
2381
  roundedClipRadius: number
2395
2382
  vignette: boolean
2396
- vignette_sharpness: number
2397
2383
  vignetteSharpness: number
2398
2384
 
2399
2385
  // Owm methods of Meta-10.Meta.BackgroundContent
@@ -3050,7 +3036,6 @@ export module Context {
3050
3036
  // Own constructor properties of Meta-10.Meta.Context
3051
3037
 
3052
3038
  name?: string | null
3053
- unsafe_mode?: boolean | null
3054
3039
  unsafeMode?: boolean | null
3055
3040
  }
3056
3041
 
@@ -3061,7 +3046,6 @@ export interface Context {
3061
3046
  // Own properties of Meta-10.Meta.Context
3062
3047
 
3063
3048
  readonly name: string | null
3064
- unsafe_mode: boolean
3065
3049
  unsafeMode: boolean
3066
3050
 
3067
3051
  // Own fields of Meta-10.Meta.Context
@@ -3444,9 +3428,7 @@ export interface Display {
3444
3428
 
3445
3429
  // Own properties of Meta-10.Meta.Display
3446
3430
 
3447
- readonly compositor_modifiers: Clutter.ModifierType
3448
3431
  readonly compositorModifiers: Clutter.ModifierType
3449
- readonly focus_window: Window
3450
3432
  readonly focusWindow: Window
3451
3433
 
3452
3434
  // Owm methods of Meta-10.Meta.Display
@@ -4002,9 +3984,7 @@ export interface MonitorManager {
4002
3984
  // Own properties of Meta-10.Meta.MonitorManager
4003
3985
 
4004
3986
  readonly backend: Backend
4005
- readonly has_builtin_panel: boolean
4006
3987
  readonly hasBuiltinPanel: boolean
4007
- readonly panel_orientation_managed: boolean
4008
3988
  readonly panelOrientationManaged: boolean
4009
3989
 
4010
3990
  // Owm methods of Meta-10.Meta.MonitorManager
@@ -4295,7 +4275,6 @@ export module RemoteAccessHandle {
4295
4275
 
4296
4276
  // Own constructor properties of Meta-10.Meta.RemoteAccessHandle
4297
4277
 
4298
- is_recording?: boolean | null
4299
4278
  isRecording?: boolean | null
4300
4279
  }
4301
4280
 
@@ -4305,7 +4284,6 @@ export interface RemoteAccessHandle {
4305
4284
 
4306
4285
  // Own properties of Meta-10.Meta.RemoteAccessHandle
4307
4286
 
4308
- readonly is_recording: boolean
4309
4287
  readonly isRecording: boolean
4310
4288
 
4311
4289
  // Own fields of Meta-10.Meta.RemoteAccessHandle
@@ -5181,15 +5159,13 @@ export module StartupSequence {
5181
5159
 
5182
5160
  // Own constructor properties of Meta-10.Meta.StartupSequence
5183
5161
 
5184
- application_id?: string | null
5185
- icon_name?: string | null
5162
+ applicationId?: string | null
5163
+ iconName?: string | null
5186
5164
  id?: string | null
5187
5165
  name?: string | null
5188
5166
  timestamp?: number | null
5189
5167
  wmclass?: string | null
5190
5168
  workspace?: number | null
5191
- applicationId?: string | null
5192
- iconName?: string | null
5193
5169
  }
5194
5170
 
5195
5171
  }
@@ -5198,9 +5174,7 @@ export interface StartupSequence {
5198
5174
 
5199
5175
  // Own properties of Meta-10.Meta.StartupSequence
5200
5176
 
5201
- readonly application_id: string | null
5202
5177
  readonly applicationId: string | null
5203
- readonly icon_name: string | null
5204
5178
  readonly iconName: string | null
5205
5179
  readonly id: string | null
5206
5180
  readonly name: string | null
@@ -5435,48 +5409,30 @@ export interface Window {
5435
5409
  // Own properties of Meta-10.Meta.Window
5436
5410
 
5437
5411
  readonly above: boolean
5438
- readonly appears_focused: boolean
5439
5412
  readonly appearsFocused: boolean
5440
5413
  readonly decorated: boolean
5441
- readonly demands_attention: boolean
5442
5414
  readonly demandsAttention: boolean
5443
5415
  readonly fullscreen: boolean
5444
- readonly gtk_app_menu_object_path: string | null
5445
5416
  readonly gtkAppMenuObjectPath: string | null
5446
- readonly gtk_application_id: string | null
5447
5417
  readonly gtkApplicationId: string | null
5448
- readonly gtk_application_object_path: string | null
5449
5418
  readonly gtkApplicationObjectPath: string | null
5450
- readonly gtk_menubar_object_path: string | null
5451
5419
  readonly gtkMenubarObjectPath: string | null
5452
- readonly gtk_unique_bus_name: string | null
5453
5420
  readonly gtkUniqueBusName: string | null
5454
- readonly gtk_window_object_path: string | null
5455
5421
  readonly gtkWindowObjectPath: string | null
5456
5422
  readonly icon: any
5457
- readonly is_alive: boolean
5458
5423
  readonly isAlive: boolean
5459
- readonly maximized_horizontally: boolean
5460
5424
  readonly maximizedHorizontally: boolean
5461
- readonly maximized_vertically: boolean
5462
5425
  readonly maximizedVertically: boolean
5463
- readonly mini_icon: any
5464
5426
  readonly miniIcon: any
5465
5427
  readonly minimized: boolean
5466
- readonly mutter_hints: string | null
5467
5428
  readonly mutterHints: string | null
5468
- readonly on_all_workspaces: boolean
5469
5429
  readonly onAllWorkspaces: boolean
5470
5430
  readonly resizeable: boolean
5471
- readonly skip_taskbar: boolean
5472
5431
  readonly skipTaskbar: boolean
5473
5432
  readonly title: string | null
5474
5433
  readonly urgent: boolean
5475
- readonly user_time: number
5476
5434
  readonly userTime: number
5477
- readonly window_type: WindowType
5478
5435
  readonly windowType: WindowType
5479
- readonly wm_class: string | null
5480
5436
  readonly wmClass: string | null
5481
5437
 
5482
5438
  // Owm methods of Meta-10.Meta.Window
@@ -5485,6 +5441,13 @@ export interface Window {
5485
5441
  activate_with_workspace(current_time: number, workspace: Workspace): void
5486
5442
  allows_move(): boolean
5487
5443
  allows_resize(): boolean
5444
+ /**
5445
+ * Determines if the window should be drawn with a focused appearance. This is
5446
+ * true for focused windows but also true for windows with a focused modal
5447
+ * dialog attached.
5448
+ * @returns %TRUE if the window should be drawn with a focused frame
5449
+ */
5450
+ appears_focused(): boolean
5488
5451
  begin_grab_op(op: GrabOp, frame_action: boolean, timestamp: number): void
5489
5452
  can_close(): boolean
5490
5453
  can_maximize(): boolean
@@ -5986,7 +5949,6 @@ export module WindowActor {
5986
5949
 
5987
5950
  // Own constructor properties of Meta-10.Meta.WindowActor
5988
5951
 
5989
- meta_window?: Window | null
5990
5952
  metaWindow?: Window | null
5991
5953
  }
5992
5954
 
@@ -5996,7 +5958,6 @@ export interface WindowActor extends Atk.ImplementorIface, Clutter.Animatable, C
5996
5958
 
5997
5959
  // Own properties of Meta-10.Meta.WindowActor
5998
5960
 
5999
- readonly meta_window: Window
6000
5961
  readonly metaWindow: Window
6001
5962
 
6002
5963
  // Own fields of Meta-10.Meta.WindowActor
@@ -6565,9 +6526,7 @@ export interface Workspace {
6565
6526
  // Own properties of Meta-10.Meta.Workspace
6566
6527
 
6567
6528
  readonly active: boolean
6568
- readonly n_windows: number
6569
6529
  readonly nWindows: number
6570
- readonly workspace_index: number
6571
6530
  readonly workspaceIndex: number
6572
6531
 
6573
6532
  // Owm methods of Meta-10.Meta.Workspace
@@ -6725,11 +6684,8 @@ export interface WorkspaceManager {
6725
6684
 
6726
6685
  // Own properties of Meta-10.Meta.WorkspaceManager
6727
6686
 
6728
- readonly layout_columns: number
6729
6687
  readonly layoutColumns: number
6730
- readonly layout_rows: number
6731
6688
  readonly layoutRows: number
6732
- readonly n_workspaces: number
6733
6689
  readonly nWorkspaces: number
6734
6690
 
6735
6691
  // Owm methods of Meta-10.Meta.WorkspaceManager
package/meta-10.d.ts CHANGED
@@ -1993,7 +1993,6 @@ module Background {
1993
1993
 
1994
1994
  // Own constructor properties of Meta-10.Meta.Background
1995
1995
 
1996
- meta_display?: Display | null
1997
1996
  metaDisplay?: Display | null
1998
1997
  }
1999
1998
 
@@ -2003,7 +2002,6 @@ interface Background {
2003
2002
 
2004
2003
  // Own properties of Meta-10.Meta.Background
2005
2004
 
2006
- readonly meta_display: Display
2007
2005
  readonly metaDisplay: Display
2008
2006
 
2009
2007
  // Owm methods of Meta-10.Meta.Background
@@ -2065,9 +2063,8 @@ module BackgroundActor {
2065
2063
 
2066
2064
  // Own constructor properties of Meta-10.Meta.BackgroundActor
2067
2065
 
2068
- meta_display?: Display | null
2069
- monitor?: number | null
2070
2066
  metaDisplay?: Display | null
2067
+ monitor?: number | null
2071
2068
  }
2072
2069
 
2073
2070
  }
@@ -2076,7 +2073,6 @@ interface BackgroundActor extends Atk.ImplementorIface, Clutter.Animatable, Clut
2076
2073
 
2077
2074
  // Own properties of Meta-10.Meta.BackgroundActor
2078
2075
 
2079
- readonly meta_display: Display
2080
2076
  readonly metaDisplay: Display
2081
2077
  readonly monitor: number
2082
2078
 
@@ -2362,17 +2358,12 @@ module BackgroundContent {
2362
2358
  background?: Background | null
2363
2359
  brightness?: number | null
2364
2360
  gradient?: boolean | null
2365
- gradient_height?: number | null
2366
- gradient_max_darkness?: number | null
2367
- meta_display?: Display | null
2368
- monitor?: number | null
2369
- rounded_clip_radius?: number | null
2370
- vignette?: boolean | null
2371
- vignette_sharpness?: number | null
2372
2361
  gradientHeight?: number | null
2373
2362
  gradientMaxDarkness?: number | null
2374
2363
  metaDisplay?: Display | null
2364
+ monitor?: number | null
2375
2365
  roundedClipRadius?: number | null
2366
+ vignette?: boolean | null
2376
2367
  vignetteSharpness?: number | null
2377
2368
  }
2378
2369
 
@@ -2385,17 +2376,12 @@ interface BackgroundContent extends Clutter.Content {
2385
2376
  background: Background
2386
2377
  brightness: number
2387
2378
  gradient: boolean
2388
- gradient_height: number
2389
2379
  gradientHeight: number
2390
- gradient_max_darkness: number
2391
2380
  gradientMaxDarkness: number
2392
- readonly meta_display: Display
2393
2381
  readonly metaDisplay: Display
2394
2382
  readonly monitor: number
2395
- rounded_clip_radius: number
2396
2383
  roundedClipRadius: number
2397
2384
  vignette: boolean
2398
- vignette_sharpness: number
2399
2385
  vignetteSharpness: number
2400
2386
 
2401
2387
  // Owm methods of Meta-10.Meta.BackgroundContent
@@ -3052,7 +3038,6 @@ module Context {
3052
3038
  // Own constructor properties of Meta-10.Meta.Context
3053
3039
 
3054
3040
  name?: string | null
3055
- unsafe_mode?: boolean | null
3056
3041
  unsafeMode?: boolean | null
3057
3042
  }
3058
3043
 
@@ -3063,7 +3048,6 @@ interface Context {
3063
3048
  // Own properties of Meta-10.Meta.Context
3064
3049
 
3065
3050
  readonly name: string | null
3066
- unsafe_mode: boolean
3067
3051
  unsafeMode: boolean
3068
3052
 
3069
3053
  // Own fields of Meta-10.Meta.Context
@@ -3446,9 +3430,7 @@ interface Display {
3446
3430
 
3447
3431
  // Own properties of Meta-10.Meta.Display
3448
3432
 
3449
- readonly compositor_modifiers: Clutter.ModifierType
3450
3433
  readonly compositorModifiers: Clutter.ModifierType
3451
- readonly focus_window: Window
3452
3434
  readonly focusWindow: Window
3453
3435
 
3454
3436
  // Owm methods of Meta-10.Meta.Display
@@ -4004,9 +3986,7 @@ interface MonitorManager {
4004
3986
  // Own properties of Meta-10.Meta.MonitorManager
4005
3987
 
4006
3988
  readonly backend: Backend
4007
- readonly has_builtin_panel: boolean
4008
3989
  readonly hasBuiltinPanel: boolean
4009
- readonly panel_orientation_managed: boolean
4010
3990
  readonly panelOrientationManaged: boolean
4011
3991
 
4012
3992
  // Owm methods of Meta-10.Meta.MonitorManager
@@ -4297,7 +4277,6 @@ module RemoteAccessHandle {
4297
4277
 
4298
4278
  // Own constructor properties of Meta-10.Meta.RemoteAccessHandle
4299
4279
 
4300
- is_recording?: boolean | null
4301
4280
  isRecording?: boolean | null
4302
4281
  }
4303
4282
 
@@ -4307,7 +4286,6 @@ interface RemoteAccessHandle {
4307
4286
 
4308
4287
  // Own properties of Meta-10.Meta.RemoteAccessHandle
4309
4288
 
4310
- readonly is_recording: boolean
4311
4289
  readonly isRecording: boolean
4312
4290
 
4313
4291
  // Own fields of Meta-10.Meta.RemoteAccessHandle
@@ -5183,15 +5161,13 @@ module StartupSequence {
5183
5161
 
5184
5162
  // Own constructor properties of Meta-10.Meta.StartupSequence
5185
5163
 
5186
- application_id?: string | null
5187
- icon_name?: string | null
5164
+ applicationId?: string | null
5165
+ iconName?: string | null
5188
5166
  id?: string | null
5189
5167
  name?: string | null
5190
5168
  timestamp?: number | null
5191
5169
  wmclass?: string | null
5192
5170
  workspace?: number | null
5193
- applicationId?: string | null
5194
- iconName?: string | null
5195
5171
  }
5196
5172
 
5197
5173
  }
@@ -5200,9 +5176,7 @@ interface StartupSequence {
5200
5176
 
5201
5177
  // Own properties of Meta-10.Meta.StartupSequence
5202
5178
 
5203
- readonly application_id: string | null
5204
5179
  readonly applicationId: string | null
5205
- readonly icon_name: string | null
5206
5180
  readonly iconName: string | null
5207
5181
  readonly id: string | null
5208
5182
  readonly name: string | null
@@ -5437,48 +5411,30 @@ interface Window {
5437
5411
  // Own properties of Meta-10.Meta.Window
5438
5412
 
5439
5413
  readonly above: boolean
5440
- readonly appears_focused: boolean
5441
5414
  readonly appearsFocused: boolean
5442
5415
  readonly decorated: boolean
5443
- readonly demands_attention: boolean
5444
5416
  readonly demandsAttention: boolean
5445
5417
  readonly fullscreen: boolean
5446
- readonly gtk_app_menu_object_path: string | null
5447
5418
  readonly gtkAppMenuObjectPath: string | null
5448
- readonly gtk_application_id: string | null
5449
5419
  readonly gtkApplicationId: string | null
5450
- readonly gtk_application_object_path: string | null
5451
5420
  readonly gtkApplicationObjectPath: string | null
5452
- readonly gtk_menubar_object_path: string | null
5453
5421
  readonly gtkMenubarObjectPath: string | null
5454
- readonly gtk_unique_bus_name: string | null
5455
5422
  readonly gtkUniqueBusName: string | null
5456
- readonly gtk_window_object_path: string | null
5457
5423
  readonly gtkWindowObjectPath: string | null
5458
5424
  readonly icon: any
5459
- readonly is_alive: boolean
5460
5425
  readonly isAlive: boolean
5461
- readonly maximized_horizontally: boolean
5462
5426
  readonly maximizedHorizontally: boolean
5463
- readonly maximized_vertically: boolean
5464
5427
  readonly maximizedVertically: boolean
5465
- readonly mini_icon: any
5466
5428
  readonly miniIcon: any
5467
5429
  readonly minimized: boolean
5468
- readonly mutter_hints: string | null
5469
5430
  readonly mutterHints: string | null
5470
- readonly on_all_workspaces: boolean
5471
5431
  readonly onAllWorkspaces: boolean
5472
5432
  readonly resizeable: boolean
5473
- readonly skip_taskbar: boolean
5474
5433
  readonly skipTaskbar: boolean
5475
5434
  readonly title: string | null
5476
5435
  readonly urgent: boolean
5477
- readonly user_time: number
5478
5436
  readonly userTime: number
5479
- readonly window_type: WindowType
5480
5437
  readonly windowType: WindowType
5481
- readonly wm_class: string | null
5482
5438
  readonly wmClass: string | null
5483
5439
 
5484
5440
  // Owm methods of Meta-10.Meta.Window
@@ -5487,6 +5443,13 @@ interface Window {
5487
5443
  activate_with_workspace(current_time: number, workspace: Workspace): void
5488
5444
  allows_move(): boolean
5489
5445
  allows_resize(): boolean
5446
+ /**
5447
+ * Determines if the window should be drawn with a focused appearance. This is
5448
+ * true for focused windows but also true for windows with a focused modal
5449
+ * dialog attached.
5450
+ * @returns %TRUE if the window should be drawn with a focused frame
5451
+ */
5452
+ appears_focused(): boolean
5490
5453
  begin_grab_op(op: GrabOp, frame_action: boolean, timestamp: number): void
5491
5454
  can_close(): boolean
5492
5455
  can_maximize(): boolean
@@ -5988,7 +5951,6 @@ module WindowActor {
5988
5951
 
5989
5952
  // Own constructor properties of Meta-10.Meta.WindowActor
5990
5953
 
5991
- meta_window?: Window | null
5992
5954
  metaWindow?: Window | null
5993
5955
  }
5994
5956
 
@@ -5998,7 +5960,6 @@ interface WindowActor extends Atk.ImplementorIface, Clutter.Animatable, Clutter.
5998
5960
 
5999
5961
  // Own properties of Meta-10.Meta.WindowActor
6000
5962
 
6001
- readonly meta_window: Window
6002
5963
  readonly metaWindow: Window
6003
5964
 
6004
5965
  // Own fields of Meta-10.Meta.WindowActor
@@ -6567,9 +6528,7 @@ interface Workspace {
6567
6528
  // Own properties of Meta-10.Meta.Workspace
6568
6529
 
6569
6530
  readonly active: boolean
6570
- readonly n_windows: number
6571
6531
  readonly nWindows: number
6572
- readonly workspace_index: number
6573
6532
  readonly workspaceIndex: number
6574
6533
 
6575
6534
  // Owm methods of Meta-10.Meta.Workspace
@@ -6727,11 +6686,8 @@ interface WorkspaceManager {
6727
6686
 
6728
6687
  // Own properties of Meta-10.Meta.WorkspaceManager
6729
6688
 
6730
- readonly layout_columns: number
6731
6689
  readonly layoutColumns: number
6732
- readonly layout_rows: number
6733
6690
  readonly layoutRows: number
6734
- readonly n_workspaces: number
6735
6691
  readonly nWorkspaces: number
6736
6692
 
6737
6693
  // Owm methods of Meta-10.Meta.WorkspaceManager
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/meta-10",
3
- "version": "10.0.0-3.2.7",
3
+ "version": "10.0.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for Meta-10, generated from library version 10.0.0",
5
5
  "type": "module",
6
6
  "module": "meta-10.js",
7
7
  "main": "meta-10.js",
8
8
  "exports": {
9
- "./ambient": "./meta-10-ambient.d.ts",
10
- "./import": "./meta-10-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./meta-10-ambient.d.ts",
11
+ "default": "./meta-10-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./meta-10-import.d.ts",
15
+ "default": "./meta-10-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./meta-10.d.ts",
@@ -25,29 +31,29 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit meta-10.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/atk-1.0": "^2.50.0-3.2.7",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.7",
30
- "@girs/clutter-10": "^10.0.0-3.2.7",
31
- "@girs/cogl-10": "^10.0.0-3.2.7",
32
- "@girs/coglpango-10": "^10.0.0-3.2.7",
33
- "@girs/freetype2-2.0": "^2.0.0-3.2.7",
34
- "@girs/gdesktopenums-3.0": "^3.0.0-3.2.7",
35
- "@girs/gdk-3.0": "^3.24.38-3.2.7",
36
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
37
- "@girs/gio-2.0": "^2.78.0-3.2.7",
38
- "@girs/gjs": "^3.2.7",
39
- "@girs/gl-1.0": "^1.0.0-3.2.7",
40
- "@girs/glib-2.0": "^2.78.0-3.2.7",
41
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
42
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
43
- "@girs/graphene-1.0": "^1.0.0-3.2.7",
44
- "@girs/gtk-3.0": "^3.24.38-3.2.7",
45
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
46
- "@girs/json-1.0": "^1.7.1-3.2.7",
47
- "@girs/pango-1.0": "^1.51.0-3.2.7",
48
- "@girs/pangocairo-1.0": "^1.0.0-3.2.7",
49
- "@girs/xfixes-4.0": "^4.0.0-3.2.7",
50
- "@girs/xlib-2.0": "^2.0.0-3.2.7"
34
+ "@girs/atk-1.0": "^2.45.1-3.2.8",
35
+ "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
+ "@girs/clutter-10": "^10.0.0-3.2.8",
37
+ "@girs/cogl-10": "^10.0.0-3.2.8",
38
+ "@girs/coglpango-10": "^10.0.0-3.2.8",
39
+ "@girs/freetype2-2.0": "^2.0.0-3.2.8",
40
+ "@girs/gdesktopenums-3.0": "^3.0.0-3.2.8",
41
+ "@girs/gdk-3.0": "^3.24.39-3.2.8",
42
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
43
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
44
+ "@girs/gjs": "^3.2.8",
45
+ "@girs/gl-1.0": "^1.0.0-3.2.8",
46
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
47
+ "@girs/gmodule-2.0": "^2.0.0-3.2.8",
48
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
49
+ "@girs/graphene-1.0": "^1.0.0-3.2.8",
50
+ "@girs/gtk-3.0": "^3.24.39-3.2.8",
51
+ "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
52
+ "@girs/json-1.0": "^1.7.1-3.2.8",
53
+ "@girs/pango-1.0": "^1.51.0-3.2.8",
54
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.8",
55
+ "@girs/xfixes-4.0": "^4.0.0-3.2.8",
56
+ "@girs/xlib-2.0": "^2.0.0-3.2.8"
51
57
  },
52
58
  "devDependencies": {
53
59
  "typescript": "*"
@@ -64,7 +70,7 @@
64
70
  "license": "MIT",
65
71
  "repository": {
66
72
  "type": "git",
67
- "url": "git+https://github.com/gjsify/types.git"
73
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
68
74
  },
69
75
  "bugs": {
70
76
  "url": "https://github.com/gjsify/ts-for-gir/issues"