@girs/granite-7.0 7.0.0-3.2.7 → 7.0.0-3.2.9

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/granite-7.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
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/granite-7.0.d.cts CHANGED
@@ -304,16 +304,13 @@ export module SettingsPage {
304
304
 
305
305
  // Own constructor properties of Granite-7.0.Granite.SettingsPage
306
306
 
307
- status_type?: SettingsPageStatusType | null
308
- display_widget?: Gtk.Widget | null
307
+ statusType?: SettingsPageStatusType | null
308
+ displayWidget?: Gtk.Widget | null
309
309
  header?: string | null
310
310
  status?: string | null
311
- icon_name?: string | null
311
+ iconName?: string | null
312
312
  title?: string | null
313
313
  child?: Gtk.Widget | null
314
- statusType?: SettingsPageStatusType | null
315
- displayWidget?: Gtk.Widget | null
316
- iconName?: string | null
317
314
  }
318
315
 
319
316
  }
@@ -322,13 +319,10 @@ export interface SettingsPage {
322
319
 
323
320
  // Own properties of Granite-7.0.Granite.SettingsPage
324
321
 
325
- status_type: SettingsPageStatusType
326
322
  statusType: SettingsPageStatusType
327
- readonly display_widget: Gtk.Widget
328
323
  readonly displayWidget: Gtk.Widget
329
324
  readonly header: string | null
330
325
  status: string | null
331
- icon_name: string | null
332
326
  iconName: string | null
333
327
  title: string | null
334
328
  child: Gtk.Widget
@@ -521,14 +515,11 @@ export module SimpleSettingsPage {
521
515
 
522
516
  // Own constructor properties of Granite-7.0.Granite.SimpleSettingsPage
523
517
 
524
- action_area?: Gtk.Box | null
525
- content_area?: Gtk.Grid | null
526
- status_switch?: Gtk.Switch | null
527
- activatable?: boolean | null
528
- description?: string | null
529
518
  actionArea?: Gtk.Box | null
530
519
  contentArea?: Gtk.Grid | null
531
520
  statusSwitch?: Gtk.Switch | null
521
+ activatable?: boolean | null
522
+ description?: string | null
532
523
  }
533
524
 
534
525
  }
@@ -537,11 +528,8 @@ export interface SimpleSettingsPage {
537
528
 
538
529
  // Own properties of Granite-7.0.Granite.SimpleSettingsPage
539
530
 
540
- readonly action_area: Gtk.Box
541
531
  readonly actionArea: Gtk.Box
542
- readonly content_area: Gtk.Grid
543
532
  readonly contentArea: Gtk.Grid
544
- readonly status_switch: Gtk.Switch
545
533
  readonly statusSwitch: Gtk.Switch
546
534
  readonly activatable: boolean
547
535
  description: string | null
@@ -738,11 +726,9 @@ export module AccelLabel {
738
726
 
739
727
  // Own constructor properties of Granite-7.0.Granite.AccelLabel
740
728
 
741
- action_name?: string | null
742
- accel_string?: string | null
743
- label?: string | null
744
729
  actionName?: string | null
745
730
  accelString?: string | null
731
+ label?: string | null
746
732
  }
747
733
 
748
734
  }
@@ -751,9 +737,7 @@ export interface AccelLabel {
751
737
 
752
738
  // Own properties of Granite-7.0.Granite.AccelLabel
753
739
 
754
- action_name: string | null
755
740
  actionName: string | null
756
- accel_string: string | null
757
741
  accelString: string | null
758
742
  label: string | null
759
743
 
@@ -1453,7 +1437,6 @@ export module HeaderLabel {
1453
1437
  // Own constructor properties of Granite-7.0.Granite.HeaderLabel
1454
1438
 
1455
1439
  label?: string | null
1456
- secondary_text?: string | null
1457
1440
  secondaryText?: string | null
1458
1441
  }
1459
1442
 
@@ -1464,7 +1447,6 @@ export interface HeaderLabel {
1464
1447
  // Own properties of Granite-7.0.Granite.HeaderLabel
1465
1448
 
1466
1449
  label: string | null
1467
- secondary_text: string | null
1468
1450
  secondaryText: string | null
1469
1451
 
1470
1452
  // Owm methods of Granite-7.0.Granite.HeaderLabel
@@ -1830,20 +1812,13 @@ export module MessageDialog {
1830
1812
 
1831
1813
  // Own constructor properties of Granite-7.0.Granite.MessageDialog
1832
1814
 
1833
- primary_text?: string | null
1834
- secondary_text?: string | null
1835
- image_icon?: Gio.Icon | null
1836
- badge_icon?: Gio.Icon | null
1837
- primary_label?: Gtk.Label | null
1838
- secondary_label?: Gtk.Label | null
1839
- buttons?: Gtk.ButtonsType | null
1840
- custom_bin?: Gtk.Box | null
1841
1815
  primaryText?: string | null
1842
1816
  secondaryText?: string | null
1843
1817
  imageIcon?: Gio.Icon | null
1844
1818
  badgeIcon?: Gio.Icon | null
1845
1819
  primaryLabel?: Gtk.Label | null
1846
1820
  secondaryLabel?: Gtk.Label | null
1821
+ buttons?: Gtk.ButtonsType | null
1847
1822
  customBin?: Gtk.Box | null
1848
1823
  }
1849
1824
 
@@ -1853,20 +1828,13 @@ export interface MessageDialog {
1853
1828
 
1854
1829
  // Own properties of Granite-7.0.Granite.MessageDialog
1855
1830
 
1856
- primary_text: string | null
1857
1831
  primaryText: string | null
1858
- secondary_text: string | null
1859
1832
  secondaryText: string | null
1860
- image_icon: Gio.Icon
1861
1833
  imageIcon: Gio.Icon
1862
- badge_icon: Gio.Icon
1863
1834
  badgeIcon: Gio.Icon
1864
- readonly primary_label: Gtk.Label
1865
1835
  readonly primaryLabel: Gtk.Label
1866
- readonly secondary_label: Gtk.Label
1867
1836
  readonly secondaryLabel: Gtk.Label
1868
1837
  readonly buttons: Gtk.ButtonsType
1869
- readonly custom_bin: Gtk.Box
1870
1838
  readonly customBin: Gtk.Box
1871
1839
 
1872
1840
  // Conflicting properties
@@ -2139,12 +2107,6 @@ export module ModeSwitch {
2139
2107
  // Own constructor properties of Granite-7.0.Granite.ModeSwitch
2140
2108
 
2141
2109
  active?: boolean | null
2142
- primary_icon_gicon?: Gio.Icon | null
2143
- primary_icon_name?: string | null
2144
- primary_icon_tooltip_text?: string | null
2145
- secondary_icon_gicon?: Gio.Icon | null
2146
- secondary_icon_name?: string | null
2147
- secondary_icon_tooltip_text?: string | null
2148
2110
  primaryIconGicon?: Gio.Icon | null
2149
2111
  primaryIconName?: string | null
2150
2112
  primaryIconTooltipText?: string | null
@@ -2160,17 +2122,11 @@ export interface ModeSwitch {
2160
2122
  // Own properties of Granite-7.0.Granite.ModeSwitch
2161
2123
 
2162
2124
  active: boolean
2163
- primary_icon_gicon: Gio.Icon
2164
2125
  primaryIconGicon: Gio.Icon
2165
- primary_icon_name: string | null
2166
2126
  primaryIconName: string | null
2167
- primary_icon_tooltip_text: string | null
2168
2127
  primaryIconTooltipText: string | null
2169
- secondary_icon_gicon: Gio.Icon
2170
2128
  secondaryIconGicon: Gio.Icon
2171
- secondary_icon_name: string | null
2172
2129
  secondaryIconName: string | null
2173
- secondary_icon_tooltip_text: string | null
2174
2130
  secondaryIconTooltipText: string | null
2175
2131
 
2176
2132
  // Conflicting properties
@@ -2705,7 +2661,6 @@ export module SettingsSidebar {
2705
2661
  // Own constructor properties of Granite-7.0.Granite.SettingsSidebar
2706
2662
 
2707
2663
  stack?: Gtk.Stack | null
2708
- visible_child_name?: string | null
2709
2664
  visibleChildName?: string | null
2710
2665
  }
2711
2666
 
@@ -2716,7 +2671,6 @@ export interface SettingsSidebar {
2716
2671
  // Own properties of Granite-7.0.Granite.SettingsSidebar
2717
2672
 
2718
2673
  readonly stack: Gtk.Stack
2719
- visible_child_name: string | null
2720
2674
  visibleChildName: string | null
2721
2675
 
2722
2676
  // Owm methods of Granite-7.0.Granite.SettingsSidebar
@@ -2864,7 +2818,6 @@ export module Settings {
2864
2818
 
2865
2819
  // Own constructor properties of Granite-7.0.Granite.Settings
2866
2820
 
2867
- prefers_color_scheme?: SettingsColorScheme | null
2868
2821
  prefersColorScheme?: SettingsColorScheme | null
2869
2822
  }
2870
2823
 
@@ -2874,7 +2827,6 @@ export interface Settings {
2874
2827
 
2875
2828
  // Own properties of Granite-7.0.Granite.Settings
2876
2829
 
2877
- prefers_color_scheme: SettingsColorScheme
2878
2830
  prefersColorScheme: SettingsColorScheme
2879
2831
 
2880
2832
  // Owm methods of Granite-7.0.Granite.Settings
@@ -3118,11 +3070,9 @@ export module TimePicker {
3118
3070
 
3119
3071
  // Own constructor properties of Granite-7.0.Granite.TimePicker
3120
3072
 
3121
- format_12?: string | null
3122
- format_24?: string | null
3123
- time?: GLib.DateTime | null
3124
3073
  format12?: string | null
3125
3074
  format24?: string | null
3075
+ time?: GLib.DateTime | null
3126
3076
  }
3127
3077
 
3128
3078
  }
@@ -3131,9 +3081,7 @@ export interface TimePicker {
3131
3081
 
3132
3082
  // Own properties of Granite-7.0.Granite.TimePicker
3133
3083
 
3134
- readonly format_12: string | null
3135
3084
  readonly format12: string | null
3136
- readonly format_24: string | null
3137
3085
  readonly format24: string | null
3138
3086
  time: GLib.DateTime
3139
3087
 
@@ -3599,11 +3547,9 @@ export module ValidatedEntry {
3599
3547
 
3600
3548
  // Own constructor properties of Granite-7.0.Granite.ValidatedEntry
3601
3549
 
3602
- is_valid?: boolean | null
3603
- min_length?: number | null
3604
- regex?: GLib.Regex | null
3605
3550
  isValid?: boolean | null
3606
3551
  minLength?: number | null
3552
+ regex?: GLib.Regex | null
3607
3553
  }
3608
3554
 
3609
3555
  }
@@ -3612,9 +3558,7 @@ export interface ValidatedEntry {
3612
3558
 
3613
3559
  // Own properties of Granite-7.0.Granite.ValidatedEntry
3614
3560
 
3615
- is_valid: boolean
3616
3561
  isValid: boolean
3617
- min_length: number
3618
3562
  minLength: number
3619
3563
  regex: GLib.Regex
3620
3564
 
package/granite-7.0.d.ts CHANGED
@@ -306,16 +306,13 @@ module SettingsPage {
306
306
 
307
307
  // Own constructor properties of Granite-7.0.Granite.SettingsPage
308
308
 
309
- status_type?: SettingsPageStatusType | null
310
- display_widget?: Gtk.Widget | null
309
+ statusType?: SettingsPageStatusType | null
310
+ displayWidget?: Gtk.Widget | null
311
311
  header?: string | null
312
312
  status?: string | null
313
- icon_name?: string | null
313
+ iconName?: string | null
314
314
  title?: string | null
315
315
  child?: Gtk.Widget | null
316
- statusType?: SettingsPageStatusType | null
317
- displayWidget?: Gtk.Widget | null
318
- iconName?: string | null
319
316
  }
320
317
 
321
318
  }
@@ -324,13 +321,10 @@ interface SettingsPage {
324
321
 
325
322
  // Own properties of Granite-7.0.Granite.SettingsPage
326
323
 
327
- status_type: SettingsPageStatusType
328
324
  statusType: SettingsPageStatusType
329
- readonly display_widget: Gtk.Widget
330
325
  readonly displayWidget: Gtk.Widget
331
326
  readonly header: string | null
332
327
  status: string | null
333
- icon_name: string | null
334
328
  iconName: string | null
335
329
  title: string | null
336
330
  child: Gtk.Widget
@@ -523,14 +517,11 @@ module SimpleSettingsPage {
523
517
 
524
518
  // Own constructor properties of Granite-7.0.Granite.SimpleSettingsPage
525
519
 
526
- action_area?: Gtk.Box | null
527
- content_area?: Gtk.Grid | null
528
- status_switch?: Gtk.Switch | null
529
- activatable?: boolean | null
530
- description?: string | null
531
520
  actionArea?: Gtk.Box | null
532
521
  contentArea?: Gtk.Grid | null
533
522
  statusSwitch?: Gtk.Switch | null
523
+ activatable?: boolean | null
524
+ description?: string | null
534
525
  }
535
526
 
536
527
  }
@@ -539,11 +530,8 @@ interface SimpleSettingsPage {
539
530
 
540
531
  // Own properties of Granite-7.0.Granite.SimpleSettingsPage
541
532
 
542
- readonly action_area: Gtk.Box
543
533
  readonly actionArea: Gtk.Box
544
- readonly content_area: Gtk.Grid
545
534
  readonly contentArea: Gtk.Grid
546
- readonly status_switch: Gtk.Switch
547
535
  readonly statusSwitch: Gtk.Switch
548
536
  readonly activatable: boolean
549
537
  description: string | null
@@ -740,11 +728,9 @@ module AccelLabel {
740
728
 
741
729
  // Own constructor properties of Granite-7.0.Granite.AccelLabel
742
730
 
743
- action_name?: string | null
744
- accel_string?: string | null
745
- label?: string | null
746
731
  actionName?: string | null
747
732
  accelString?: string | null
733
+ label?: string | null
748
734
  }
749
735
 
750
736
  }
@@ -753,9 +739,7 @@ interface AccelLabel {
753
739
 
754
740
  // Own properties of Granite-7.0.Granite.AccelLabel
755
741
 
756
- action_name: string | null
757
742
  actionName: string | null
758
- accel_string: string | null
759
743
  accelString: string | null
760
744
  label: string | null
761
745
 
@@ -1455,7 +1439,6 @@ module HeaderLabel {
1455
1439
  // Own constructor properties of Granite-7.0.Granite.HeaderLabel
1456
1440
 
1457
1441
  label?: string | null
1458
- secondary_text?: string | null
1459
1442
  secondaryText?: string | null
1460
1443
  }
1461
1444
 
@@ -1466,7 +1449,6 @@ interface HeaderLabel {
1466
1449
  // Own properties of Granite-7.0.Granite.HeaderLabel
1467
1450
 
1468
1451
  label: string | null
1469
- secondary_text: string | null
1470
1452
  secondaryText: string | null
1471
1453
 
1472
1454
  // Owm methods of Granite-7.0.Granite.HeaderLabel
@@ -1832,20 +1814,13 @@ module MessageDialog {
1832
1814
 
1833
1815
  // Own constructor properties of Granite-7.0.Granite.MessageDialog
1834
1816
 
1835
- primary_text?: string | null
1836
- secondary_text?: string | null
1837
- image_icon?: Gio.Icon | null
1838
- badge_icon?: Gio.Icon | null
1839
- primary_label?: Gtk.Label | null
1840
- secondary_label?: Gtk.Label | null
1841
- buttons?: Gtk.ButtonsType | null
1842
- custom_bin?: Gtk.Box | null
1843
1817
  primaryText?: string | null
1844
1818
  secondaryText?: string | null
1845
1819
  imageIcon?: Gio.Icon | null
1846
1820
  badgeIcon?: Gio.Icon | null
1847
1821
  primaryLabel?: Gtk.Label | null
1848
1822
  secondaryLabel?: Gtk.Label | null
1823
+ buttons?: Gtk.ButtonsType | null
1849
1824
  customBin?: Gtk.Box | null
1850
1825
  }
1851
1826
 
@@ -1855,20 +1830,13 @@ interface MessageDialog {
1855
1830
 
1856
1831
  // Own properties of Granite-7.0.Granite.MessageDialog
1857
1832
 
1858
- primary_text: string | null
1859
1833
  primaryText: string | null
1860
- secondary_text: string | null
1861
1834
  secondaryText: string | null
1862
- image_icon: Gio.Icon
1863
1835
  imageIcon: Gio.Icon
1864
- badge_icon: Gio.Icon
1865
1836
  badgeIcon: Gio.Icon
1866
- readonly primary_label: Gtk.Label
1867
1837
  readonly primaryLabel: Gtk.Label
1868
- readonly secondary_label: Gtk.Label
1869
1838
  readonly secondaryLabel: Gtk.Label
1870
1839
  readonly buttons: Gtk.ButtonsType
1871
- readonly custom_bin: Gtk.Box
1872
1840
  readonly customBin: Gtk.Box
1873
1841
 
1874
1842
  // Conflicting properties
@@ -2141,12 +2109,6 @@ module ModeSwitch {
2141
2109
  // Own constructor properties of Granite-7.0.Granite.ModeSwitch
2142
2110
 
2143
2111
  active?: boolean | null
2144
- primary_icon_gicon?: Gio.Icon | null
2145
- primary_icon_name?: string | null
2146
- primary_icon_tooltip_text?: string | null
2147
- secondary_icon_gicon?: Gio.Icon | null
2148
- secondary_icon_name?: string | null
2149
- secondary_icon_tooltip_text?: string | null
2150
2112
  primaryIconGicon?: Gio.Icon | null
2151
2113
  primaryIconName?: string | null
2152
2114
  primaryIconTooltipText?: string | null
@@ -2162,17 +2124,11 @@ interface ModeSwitch {
2162
2124
  // Own properties of Granite-7.0.Granite.ModeSwitch
2163
2125
 
2164
2126
  active: boolean
2165
- primary_icon_gicon: Gio.Icon
2166
2127
  primaryIconGicon: Gio.Icon
2167
- primary_icon_name: string | null
2168
2128
  primaryIconName: string | null
2169
- primary_icon_tooltip_text: string | null
2170
2129
  primaryIconTooltipText: string | null
2171
- secondary_icon_gicon: Gio.Icon
2172
2130
  secondaryIconGicon: Gio.Icon
2173
- secondary_icon_name: string | null
2174
2131
  secondaryIconName: string | null
2175
- secondary_icon_tooltip_text: string | null
2176
2132
  secondaryIconTooltipText: string | null
2177
2133
 
2178
2134
  // Conflicting properties
@@ -2707,7 +2663,6 @@ module SettingsSidebar {
2707
2663
  // Own constructor properties of Granite-7.0.Granite.SettingsSidebar
2708
2664
 
2709
2665
  stack?: Gtk.Stack | null
2710
- visible_child_name?: string | null
2711
2666
  visibleChildName?: string | null
2712
2667
  }
2713
2668
 
@@ -2718,7 +2673,6 @@ interface SettingsSidebar {
2718
2673
  // Own properties of Granite-7.0.Granite.SettingsSidebar
2719
2674
 
2720
2675
  readonly stack: Gtk.Stack
2721
- visible_child_name: string | null
2722
2676
  visibleChildName: string | null
2723
2677
 
2724
2678
  // Owm methods of Granite-7.0.Granite.SettingsSidebar
@@ -2866,7 +2820,6 @@ module Settings {
2866
2820
 
2867
2821
  // Own constructor properties of Granite-7.0.Granite.Settings
2868
2822
 
2869
- prefers_color_scheme?: SettingsColorScheme | null
2870
2823
  prefersColorScheme?: SettingsColorScheme | null
2871
2824
  }
2872
2825
 
@@ -2876,7 +2829,6 @@ interface Settings {
2876
2829
 
2877
2830
  // Own properties of Granite-7.0.Granite.Settings
2878
2831
 
2879
- prefers_color_scheme: SettingsColorScheme
2880
2832
  prefersColorScheme: SettingsColorScheme
2881
2833
 
2882
2834
  // Owm methods of Granite-7.0.Granite.Settings
@@ -3120,11 +3072,9 @@ module TimePicker {
3120
3072
 
3121
3073
  // Own constructor properties of Granite-7.0.Granite.TimePicker
3122
3074
 
3123
- format_12?: string | null
3124
- format_24?: string | null
3125
- time?: GLib.DateTime | null
3126
3075
  format12?: string | null
3127
3076
  format24?: string | null
3077
+ time?: GLib.DateTime | null
3128
3078
  }
3129
3079
 
3130
3080
  }
@@ -3133,9 +3083,7 @@ interface TimePicker {
3133
3083
 
3134
3084
  // Own properties of Granite-7.0.Granite.TimePicker
3135
3085
 
3136
- readonly format_12: string | null
3137
3086
  readonly format12: string | null
3138
- readonly format_24: string | null
3139
3087
  readonly format24: string | null
3140
3088
  time: GLib.DateTime
3141
3089
 
@@ -3601,11 +3549,9 @@ module ValidatedEntry {
3601
3549
 
3602
3550
  // Own constructor properties of Granite-7.0.Granite.ValidatedEntry
3603
3551
 
3604
- is_valid?: boolean | null
3605
- min_length?: number | null
3606
- regex?: GLib.Regex | null
3607
3552
  isValid?: boolean | null
3608
3553
  minLength?: number | null
3554
+ regex?: GLib.Regex | null
3609
3555
  }
3610
3556
 
3611
3557
  }
@@ -3614,9 +3560,7 @@ interface ValidatedEntry {
3614
3560
 
3615
3561
  // Own properties of Granite-7.0.Granite.ValidatedEntry
3616
3562
 
3617
- is_valid: boolean
3618
3563
  isValid: boolean
3619
- min_length: number
3620
3564
  minLength: number
3621
3565
  regex: GLib.Regex
3622
3566
 
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/granite-7.0",
3
- "version": "7.0.0-3.2.7",
3
+ "version": "7.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0",
5
5
  "type": "module",
6
6
  "module": "granite-7.0.js",
7
7
  "main": "granite-7.0.js",
8
8
  "exports": {
9
- "./ambient": "./granite-7.0-ambient.d.ts",
10
- "./import": "./granite-7.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./granite-7.0-ambient.d.ts",
11
+ "default": "./granite-7.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./granite-7.0-import.d.ts",
15
+ "default": "./granite-7.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./granite-7.0.d.ts",
@@ -25,22 +31,22 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit granite-7.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/cairo-1.0": "^1.0.0-3.2.7",
29
- "@girs/freetype2-2.0": "^2.0.0-3.2.7",
30
- "@girs/gdk-4.0": "^4.0.0-3.2.7",
31
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
32
- "@girs/gee-0.8": "^0.8.0-3.2.7",
33
- "@girs/gio-2.0": "^2.78.0-3.2.7",
34
- "@girs/gjs": "^3.2.7",
35
- "@girs/glib-2.0": "^2.78.0-3.2.7",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
37
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
38
- "@girs/graphene-1.0": "^1.0.0-3.2.7",
39
- "@girs/gsk-4.0": "^4.0.0-3.2.7",
40
- "@girs/gtk-4.0": "^4.12.4-3.2.7",
41
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
42
- "@girs/pango-1.0": "^1.51.0-3.2.7",
43
- "@girs/pangocairo-1.0": "^1.0.0-3.2.7"
34
+ "@girs/cairo-1.0": "^1.0.0-3.2.9",
35
+ "@girs/freetype2-2.0": "^2.0.0-3.2.9",
36
+ "@girs/gdk-4.0": "^4.0.0-3.2.9",
37
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
38
+ "@girs/gee-0.8": "^0.8.0-3.2.9",
39
+ "@girs/gio-2.0": "^2.78.0-3.2.9",
40
+ "@girs/gjs": "^3.2.9",
41
+ "@girs/glib-2.0": "^2.78.0-3.2.9",
42
+ "@girs/gmodule-2.0": "^2.0.0-3.2.9",
43
+ "@girs/gobject-2.0": "^2.78.0-3.2.9",
44
+ "@girs/graphene-1.0": "^1.0.0-3.2.9",
45
+ "@girs/gsk-4.0": "^4.0.0-3.2.9",
46
+ "@girs/gtk-4.0": "^4.12.5-3.2.9",
47
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
48
+ "@girs/pango-1.0": "^1.51.0-3.2.9",
49
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.9"
44
50
  },
45
51
  "devDependencies": {
46
52
  "typescript": "*"
@@ -57,7 +63,7 @@
57
63
  "license": "MIT",
58
64
  "repository": {
59
65
  "type": "git",
60
- "url": "git+https://github.com/gjsify/types.git"
66
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
61
67
  },
62
68
  "bugs": {
63
69
  "url": "https://github.com/gjsify/ts-for-gir/issues"