@girs/gjs 3.0.0-beta.13 → 3.0.0-beta.14

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
@@ -1,7 +1,7 @@
1
1
 
2
2
  # Gjs
3
3
 
4
- GJS TypeScript type definitions for Gjs using [ts-for-gir](https://github.com/gjsify/ts-for-gjs) v3.0.0-beta.13.
4
+ GJS TypeScript type definitions for Gjs using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0-beta.14.
5
5
 
6
6
  ## Install
7
7
 
@@ -27,4 +27,8 @@ If you want to use [ambient modules](https://github.com/gjsify/ts-for-gir/tree/m
27
27
  import '@girs/gjs/ambient'
28
28
  ```
29
29
 
30
- Depending on your project configuration, it is recommended to use a bundler like [esbuild](https://esbuild.github.io/). You can find examples using different bundlers [here](https://github.com/gjsify/ts-for-gir/tree/main/examples).
30
+ Depending on your project configuration, it is recommended to use a bundler like [esbuild](https://esbuild.github.io/). You can find examples using different bundlers [here](https://github.com/gjsify/ts-for-gir/tree/main/examples).
31
+
32
+ ## Other packages
33
+
34
+ All existing pre-generated packages can be found on [gjsify/types](https://github.com/gjsify/types).
package/ambient.d.ts CHANGED
@@ -2800,6 +2800,24 @@
2800
2800
  import SocialWebClient025 from '@girs/socialwebclient-0.25';
2801
2801
  export default SocialWebClient025;
2802
2802
  }
2803
+ declare module 'gi://AppIndicator3?version=0.1' {
2804
+ import AppIndicator301 from '@girs/appindicator3-0.1';
2805
+ export default AppIndicator301;
2806
+ }
2807
+ // Add support for ESM imports without version prefix only if there is no version conflict
2808
+ declare module 'gi://AppIndicator3' {
2809
+ import AppIndicator301 from '@girs/appindicator3-0.1';
2810
+ export default AppIndicator301;
2811
+ }
2812
+ declare module 'gi://CloudProviders?version=0.3' {
2813
+ import CloudProviders03 from '@girs/cloudproviders-0.3';
2814
+ export default CloudProviders03;
2815
+ }
2816
+ // Add support for ESM imports without version prefix only if there is no version conflict
2817
+ declare module 'gi://CloudProviders' {
2818
+ import CloudProviders03 from '@girs/cloudproviders-0.3';
2819
+ export default CloudProviders03;
2820
+ }
2803
2821
  declare module 'gi://Gvc?version=1.0' {
2804
2822
  import Gvc10 from '@girs/gvc-1.0';
2805
2823
  export default Gvc10;
package/gjs.d.cts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Type Definitions for Gjs (https://gjs.guide/)
3
3
  *
4
4
  * These type definitions are automatically generated, do not edit them by hand.
5
- * If you found a bug fix it in ts-for-gir itself or create a bug report on https://github.com/gjsify/ts-for-gjs
5
+ * If you found a bug fix it in ts-for-gir itself or create a bug report on https://github.com/gjsify/ts-for-gir
6
6
  */
7
7
 
8
8
  import type GObject from '@girs/gobject-2.0';
@@ -399,6 +399,8 @@ import cairo from './cairo.js';
399
399
  import type * as GstTag010 from "@girs/gsttag-0.10";
400
400
  import type * as GstVideo010 from "@girs/gstvideo-0.10";
401
401
  import type * as SocialWebClient025 from "@girs/socialwebclient-0.25";
402
+ import type * as AppIndicator301 from "@girs/appindicator3-0.1";
403
+ import type * as CloudProviders03 from "@girs/cloudproviders-0.3";
402
404
  import type * as Gvc10 from "@girs/gvc-1.0";
403
405
  import type * as Shell12 from "@girs/shell-12";
404
406
  import type * as St12 from "@girs/st-12";
@@ -1602,6 +1604,8 @@ declare global {
1602
1604
  ArrowCUDA: typeof ArrowCUDA10
1603
1605
  GstInterfaces: typeof GstInterfaces010
1604
1606
  SocialWebClient: typeof SocialWebClient025
1607
+ AppIndicator3: typeof AppIndicator301
1608
+ CloudProviders: typeof CloudProviders03
1605
1609
  Gvc: typeof Gvc10
1606
1610
  Shell: typeof Shell12
1607
1611
  St: typeof St12
@@ -2084,6 +2088,8 @@ declare global {
2084
2088
  ArrowCUDA: '1.0'
2085
2089
  GstInterfaces: '0.10'
2086
2090
  SocialWebClient: '0.25'
2091
+ AppIndicator3: '0.1'
2092
+ CloudProviders: '0.3'
2087
2093
  Gvc: '1.0'
2088
2094
  Shell: '12'
2089
2095
  St: '12'
@@ -2093,7 +2099,6 @@ declare global {
2093
2099
  }
2094
2100
  }
2095
2101
 
2096
-
2097
2102
  lang: typeof lang
2098
2103
  system: typeof system
2099
2104
  signals: typeof signals
package/gjs.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Type Definitions for Gjs (https://gjs.guide/)
3
3
  *
4
4
  * These type definitions are automatically generated, do not edit them by hand.
5
- * If you found a bug fix it in ts-for-gir itself or create a bug report on https://github.com/gjsify/ts-for-gjs
5
+ * If you found a bug fix it in ts-for-gir itself or create a bug report on https://github.com/gjsify/ts-for-gir
6
6
  */
7
7
 
8
8
  import type GObject from '@girs/gobject-2.0';
@@ -399,6 +399,8 @@ import cairo from './cairo.js';
399
399
  import type GstTag010 from "@girs/gsttag-0.10";
400
400
  import type GstVideo010 from "@girs/gstvideo-0.10";
401
401
  import type SocialWebClient025 from "@girs/socialwebclient-0.25";
402
+ import type AppIndicator301 from "@girs/appindicator3-0.1";
403
+ import type CloudProviders03 from "@girs/cloudproviders-0.3";
402
404
  import type Gvc10 from "@girs/gvc-1.0";
403
405
  import type Shell12 from "@girs/shell-12";
404
406
  import type St12 from "@girs/st-12";
@@ -1602,6 +1604,8 @@ declare global {
1602
1604
  ArrowCUDA: typeof ArrowCUDA10
1603
1605
  GstInterfaces: typeof GstInterfaces010
1604
1606
  SocialWebClient: typeof SocialWebClient025
1607
+ AppIndicator3: typeof AppIndicator301
1608
+ CloudProviders: typeof CloudProviders03
1605
1609
  Gvc: typeof Gvc10
1606
1610
  Shell: typeof Shell12
1607
1611
  St: typeof St12
@@ -2084,6 +2088,8 @@ declare global {
2084
2088
  ArrowCUDA: '1.0'
2085
2089
  GstInterfaces: '0.10'
2086
2090
  SocialWebClient: '0.25'
2091
+ AppIndicator3: '0.1'
2092
+ CloudProviders: '0.3'
2087
2093
  Gvc: '1.0'
2088
2094
  Shell: '12'
2089
2095
  St: '12'
@@ -2093,7 +2099,6 @@ declare global {
2093
2099
  }
2094
2100
  }
2095
2101
 
2096
-
2097
2102
  lang: typeof lang
2098
2103
  system: typeof system
2099
2104
  signals: typeof signals
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gjs",
3
- "version": "3.0.0-beta.13",
3
+ "version": "3.0.0-beta.14",
4
4
  "description": "GJS TypeScript type definitions for Gjs",
5
5
  "type": "module",
6
6
  "module": "gjs.js",
@@ -60,404 +60,406 @@
60
60
  "test:cjs": "tsc --noEmit gjs.d.cts"
61
61
  },
62
62
  "dependencies": {
63
- "@girs/accounts-1.0": "^1.0.0-3.0.0-beta.13",
64
- "@girs/accountsservice-1.0": "^1.0.0-3.0.0-beta.13",
65
- "@girs/adw-1": "^1.3.0-3.0.0-beta.13",
66
- "@girs/amtk-4": "^4.0.0-3.0.0-beta.13",
67
- "@girs/amtk-5": "^5.0.0-3.0.0-beta.13",
68
- "@girs/anjuta-3.0": "^3.0.0-3.0.0-beta.13",
69
- "@girs/anthy-9000": "^9000.0.0-3.0.0-beta.13",
70
- "@girs/appstream-1.0": "^0.16.2-3.0.0-beta.13",
71
- "@girs/appstreambuilder-1.0": "^1.0.0-3.0.0-beta.13",
72
- "@girs/appstreamglib-1.0": "^1.0.0-3.0.0-beta.13",
73
- "@girs/arrow-1.0": "^7.0.0-3.0.0-beta.13",
74
- "@girs/arrowcuda-1.0": "^1.0.0-3.0.0-beta.13",
75
- "@girs/arrowdataset-1.0": "^1.0.0-3.0.0-beta.13",
76
- "@girs/arrowflight-1.0": "^1.0.0-3.0.0-beta.13",
77
- "@girs/atk-1.0": "^2.45.1-3.0.0-beta.13",
78
- "@girs/atspi-2.0": "^2.0.0-3.0.0-beta.13",
79
- "@girs/babl-0.1": "^0.1.99-3.0.0-beta.13",
80
- "@girs/bamf-3": "^3.0.0-3.0.0-beta.13",
81
- "@girs/builder-1.0": "^1.0.0-3.0.0-beta.13",
82
- "@girs/bump-0.1": "^0.1.0-3.0.0-beta.13",
83
- "@girs/cairo-1.0": "^1.0.0-3.0.0-beta.13",
84
- "@girs/cally-1.0": "^1.0.0-3.0.0-beta.13",
85
- "@girs/cally-12": "^12.0.0-3.0.0-beta.13",
86
- "@girs/camel-1.2": "^1.2.0-3.0.0-beta.13",
87
- "@girs/caribou-1.0": "^1.0.0-3.0.0-beta.13",
88
- "@girs/champlain-0.12": "^0.12.22-3.0.0-beta.13",
89
- "@girs/cheese-3.0": "^3.0.0-3.0.0-beta.13",
90
- "@girs/clutter-1.0": "^1.26.5-3.0.0-beta.13",
91
- "@girs/clutter-12": "^12.0.0-3.0.0-beta.13",
92
- "@girs/cluttergdk-1.0": "^1.0.0-3.0.0-beta.13",
93
- "@girs/cluttergst-1.0": "^1.6.0-3.0.0-beta.13",
94
- "@girs/cluttergst-2.0": "^2.0.19-3.0.0-beta.13",
95
- "@girs/cluttergst-3.0": "^3.0.28-3.0.0-beta.13",
96
- "@girs/clutterx11-1.0": "^1.0.0-3.0.0-beta.13",
97
- "@girs/cogl-1.0": "^1.0.0-3.0.0-beta.13",
98
- "@girs/cogl-12": "^12.0.0-3.0.0-beta.13",
99
- "@girs/cogl-2.0": "^2.0.0-3.0.0-beta.13",
100
- "@girs/coglgst-2.0": "^2.0.0-3.0.0-beta.13",
101
- "@girs/coglpango-1.0": "^1.0.0-3.0.0-beta.13",
102
- "@girs/coglpango-12": "^12.0.0-3.0.0-beta.13",
103
- "@girs/coglpango-2.0": "^2.0.0-3.0.0-beta.13",
104
- "@girs/colord-1.0": "^1.0.0-3.0.0-beta.13",
105
- "@girs/colordgtk-1.0": "^1.0.0-3.0.0-beta.13",
106
- "@girs/colorhug-1.0": "^1.0.0-3.0.0-beta.13",
107
- "@girs/dazzle-1.0": "^3.44.0-3.0.0-beta.13",
108
- "@girs/dbus-1.0": "^1.0.0-3.0.0-beta.13",
109
- "@girs/dbusglib-1.0": "^1.0.0-3.0.0-beta.13",
110
- "@girs/dbusmenu-0.4": "^0.4.0-3.0.0-beta.13",
111
- "@girs/dbusmenugtk-0.4": "^0.4.0-3.0.0-beta.13",
112
- "@girs/dbusmenugtk3-0.4": "^0.4.0-3.0.0-beta.13",
113
- "@girs/dee-1.0": "^1.0.0-3.0.0-beta.13",
114
- "@girs/devhelp-3.0": "^3.0.0-3.0.0-beta.13",
115
- "@girs/dmap-3.0": "^3.0.0-3.0.0-beta.13",
116
- "@girs/ebackend-1.2": "^1.2.0-3.0.0-beta.13",
117
- "@girs/ebook-1.2": "^1.2.0-3.0.0-beta.13",
118
- "@girs/ebookcontacts-1.2": "^1.2.0-3.0.0-beta.13",
119
- "@girs/ecal-2.0": "^2.0.0-3.0.0-beta.13",
120
- "@girs/ecalendar-1.2": "^1.2.0-3.0.0-beta.13",
121
- "@girs/edatabook-1.2": "^1.2.0-3.0.0-beta.13",
122
- "@girs/edatacal-2.0": "^2.0.0-3.0.0-beta.13",
123
- "@girs/edataserver-1.2": "^1.2.0-3.0.0-beta.13",
124
- "@girs/edataserverui-1.2": "^1.2.0-3.0.0-beta.13",
125
- "@girs/edataserverui4-1.0": "^1.0.0-3.0.0-beta.13",
126
- "@girs/egg-1.0": "^1.0.0-3.0.0-beta.13",
127
- "@girs/eog-3.0": "^3.0.0-3.0.0-beta.13",
128
- "@girs/epc-1.0": "^1.0.0-3.0.0-beta.13",
129
- "@girs/epcui-1.0": "^1.0.0-3.0.0-beta.13",
130
- "@girs/evincedocument-3.0": "^44.0.0-3.0.0-beta.13",
131
- "@girs/evinceview-3.0": "^3.0.0-3.0.0-beta.13",
132
- "@girs/farstream-0.1": "^0.1.0-3.0.0-beta.13",
133
- "@girs/farstream-0.2": "^0.2.0-3.0.0-beta.13",
134
- "@girs/flatpak-1.0": "^1.8.0-3.0.0-beta.13",
135
- "@girs/folks-0.6": "^0.6.0-3.0.0-beta.13",
136
- "@girs/folks-0.7": "^0.7.0-3.0.0-beta.13",
137
- "@girs/folksdummy-0.6": "^0.6.0-3.0.0-beta.13",
138
- "@girs/folksdummy-0.7": "^0.7.0-3.0.0-beta.13",
139
- "@girs/folkseds-0.6": "^0.6.0-3.0.0-beta.13",
140
- "@girs/folkseds-0.7": "^0.7.0-3.0.0-beta.13",
141
- "@girs/folkslibsocialweb-0.6": "^0.6.0-3.0.0-beta.13",
142
- "@girs/folkstelepathy-0.6": "^0.6.0-3.0.0-beta.13",
143
- "@girs/folkstelepathy-0.7": "^0.7.0-3.0.0-beta.13",
144
- "@girs/fontconfig-2.0": "^2.0.0-3.0.0-beta.13",
145
- "@girs/freetype2-2.0": "^2.0.0-3.0.0-beta.13",
146
- "@girs/fwupd-2.0": "^2.0.0-3.0.0-beta.13",
147
- "@girs/gandiva-1.0": "^3.0.0-3.0.0-beta.13",
148
- "@girs/gcab-1.0": "^1.0.0-3.0.0-beta.13",
149
- "@girs/gcalc-1": "^1.0.0-3.0.0-beta.13",
150
- "@girs/gcalc-2": "^2.0.0-3.0.0-beta.13",
151
- "@girs/gck-1": "^1.0.0-3.0.0-beta.13",
152
- "@girs/gck-2": "^4.0.0-3.0.0-beta.13",
153
- "@girs/gconf-2.0": "^2.0.0-3.0.0-beta.13",
154
- "@girs/gcr-3": "^3.41.0-3.0.0-beta.13",
155
- "@girs/gcr-4": "^4.0.0-3.0.0-beta.13",
156
- "@girs/gcrgtk3-4": "^4.0.0-3.0.0-beta.13",
157
- "@girs/gcrgtk4-4": "^4.0.0-3.0.0-beta.13",
158
- "@girs/gcrui-3": "^3.0.0-3.0.0-beta.13",
159
- "@girs/gd-1.0": "^1.0.0-3.0.0-beta.13",
160
- "@girs/gda-5.0": "^5.0.0-3.0.0-beta.13",
161
- "@girs/gda-6.0": "^6.0.0-3.0.0-beta.13",
162
- "@girs/gdata-0.0": "^0.19.0-3.0.0-beta.13",
163
- "@girs/gdaui-5.0": "^5.0.0-3.0.0-beta.13",
164
- "@girs/gdaui-6.0": "^6.0.0-3.0.0-beta.13",
165
- "@girs/gdesktopenums-3.0": "^3.0.0-3.0.0-beta.13",
166
- "@girs/gdk-2.0": "^2.0.0-3.0.0-beta.13",
167
- "@girs/gdk-3.0": "^3.24.36-3.0.0-beta.13",
168
- "@girs/gdk-4.0": "^4.0.0-3.0.0-beta.13",
169
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.0-beta.13",
170
- "@girs/gdkpixdata-2.0": "^2.0.0-3.0.0-beta.13",
171
- "@girs/gdkwayland-4.0": "^4.0.0-3.0.0-beta.13",
172
- "@girs/gdkx11-2.0": "^2.0.0-3.0.0-beta.13",
173
- "@girs/gdkx11-3.0": "^3.0.0-3.0.0-beta.13",
174
- "@girs/gdkx11-4.0": "^4.0.0-3.0.0-beta.13",
175
- "@girs/gdl-3": "^3.0.0-3.0.0-beta.13",
176
- "@girs/gdm-1.0": "^1.0.0-3.0.0-beta.13",
177
- "@girs/gedit-3.0": "^3.0.0-3.0.0-beta.13",
178
- "@girs/gee-0.8": "^0.8.0-3.0.0-beta.13",
179
- "@girs/gee-1.0": "^1.0.0-3.0.0-beta.13",
180
- "@girs/gegl-0.3": "^0.3.35-3.0.0-beta.13",
181
- "@girs/gegl-0.4": "^0.4.41-3.0.0-beta.13",
182
- "@girs/geglgtk3-0.1": "^0.1.0-3.0.0-beta.13",
183
- "@girs/geoclue-2.0": "^2.0.0-3.0.0-beta.13",
184
- "@girs/geocodeglib-1.0": "^1.0.0-3.0.0-beta.13",
185
- "@girs/geocodeglib-2.0": "^2.0.0-3.0.0-beta.13",
186
- "@girs/gepub-0.5": "^0.5.0-3.0.0-beta.13",
187
- "@girs/ges-1.0": "^1.23.0-3.0.0-beta.13",
188
- "@girs/gexiv2-0.10": "^0.14.0-3.0.0-beta.13",
189
- "@girs/gfbgraph-0.2": "^0.2.0-3.0.0-beta.13",
190
- "@girs/gfbgraph-0.3": "^0.3.0-3.0.0-beta.13",
191
- "@girs/ggit-1.0": "^1.1.0-3.0.0-beta.13",
192
- "@girs/gio-2.0": "^2.76.1-3.0.0-beta.13",
193
- "@girs/girepository-2.0": "^1.75.5-3.0.0-beta.13",
194
- "@girs/gitg-1.0": "^1.0.0-3.0.0-beta.13",
195
- "@girs/gitgext-1.0": "^1.0.0-3.0.0-beta.13",
196
- "@girs/gjsdbus-1.0": "^1.0.0-3.0.0-beta.13",
197
- "@girs/gkbd-3.0": "^3.0.0-3.0.0-beta.13",
198
- "@girs/gl-1.0": "^1.0.0-3.0.0-beta.13",
199
- "@girs/gladeui-2.0": "^2.0.0-3.0.0-beta.13",
200
- "@girs/glib-2.0": "^2.76.1-3.0.0-beta.13",
201
- "@girs/gmenu-3.0": "^3.0.0-3.0.0-beta.13",
202
- "@girs/gmime-3.0": "^3.2.8-3.0.0-beta.13",
203
- "@girs/gmodule-2.0": "^2.0.0-3.0.0-beta.13",
204
- "@girs/gnomeautoar-0.1": "^0.1.0-3.0.0-beta.13",
205
- "@girs/gnomeautoargtk-0.1": "^0.1.0-3.0.0-beta.13",
206
- "@girs/gnomebg-4.0": "^4.0.0-3.0.0-beta.13",
207
- "@girs/gnomebluetooth-1.0": "^1.0.0-3.0.0-beta.13",
208
- "@girs/gnomedesktop-3.0": "^3.0.0-3.0.0-beta.13",
209
- "@girs/gnomedesktop-4.0": "^4.0.0-3.0.0-beta.13",
210
- "@girs/gnomekeyring-1.0": "^1.0.0-3.0.0-beta.13",
211
- "@girs/gnomemaps-1.0": "^1.0.0-3.0.0-beta.13",
212
- "@girs/gnomerr-4.0": "^4.0.0-3.0.0-beta.13",
213
- "@girs/goa-1.0": "^3.47.1-3.0.0-beta.13",
214
- "@girs/gobject-2.0": "^2.76.1-3.0.0-beta.13",
215
- "@girs/goocanvas-2.0": "^2.0.0-3.0.0-beta.13",
216
- "@girs/goocanvas-3.0": "^3.0.0-3.0.0-beta.13",
217
- "@girs/govirt-1.0": "^1.0.0-3.0.0-beta.13",
218
- "@girs/gpseq-1.0": "^1.0.0-3.0.0-beta.13",
219
- "@girs/granite-1.0": "^1.0.0-3.0.0-beta.13",
220
- "@girs/granite-7.0": "^7.0.0-3.0.0-beta.13",
221
- "@girs/graphene-1.0": "^1.0.0-3.0.0-beta.13",
222
- "@girs/grl-0.1": "^0.1.0-3.0.0-beta.13",
223
- "@girs/grl-0.2": "^0.2.0-3.0.0-beta.13",
224
- "@girs/grl-0.3": "^0.3.0-3.0.0-beta.13",
225
- "@girs/grlnet-0.1": "^0.1.0-3.0.0-beta.13",
226
- "@girs/grlnet-0.2": "^0.2.0-3.0.0-beta.13",
227
- "@girs/grlnet-0.3": "^0.3.0-3.0.0-beta.13",
228
- "@girs/grlpls-0.2": "^0.2.0-3.0.0-beta.13",
229
- "@girs/grlpls-0.3": "^0.3.0-3.0.0-beta.13",
230
- "@girs/grss-0.7": "^0.7.0-3.0.0-beta.13",
231
- "@girs/gsf-1": "^1.0.0-3.0.0-beta.13",
232
- "@girs/gsignon-1.0": "^1.0.0-3.0.0-beta.13",
233
- "@girs/gsignond-1.0": "^1.0.0-3.0.0-beta.13",
234
- "@girs/gsk-4.0": "^4.0.0-3.0.0-beta.13",
235
- "@girs/gsound-1.0": "^1.0.0-3.0.0-beta.13",
236
- "@girs/gspell-1": "^1.0.0-3.0.0-beta.13",
237
- "@girs/gssdp-1.0": "^1.0.0-3.0.0-beta.13",
238
- "@girs/gssdp-1.2": "^1.2.0-3.0.0-beta.13",
239
- "@girs/gssdp-1.6": "^1.6.0-3.0.0-beta.13",
240
- "@girs/gst-0.10": "^0.10.29-3.0.0-beta.13",
241
- "@girs/gst-1.0": "^1.23.0-3.0.0-beta.13",
242
- "@girs/gstallocators-1.0": "^1.0.0-3.0.0-beta.13",
243
- "@girs/gstapp-1.0": "^1.0.0-3.0.0-beta.13",
244
- "@girs/gstaudio-0.10": "^0.10.0-3.0.0-beta.13",
245
- "@girs/gstaudio-1.0": "^1.0.0-3.0.0-beta.13",
246
- "@girs/gstbadallocators-1.0": "^1.0.0-3.0.0-beta.13",
247
- "@girs/gstbadaudio-1.0": "^1.0.0-3.0.0-beta.13",
248
- "@girs/gstbase-0.10": "^0.10.0-3.0.0-beta.13",
249
- "@girs/gstbase-1.0": "^1.0.0-3.0.0-beta.13",
250
- "@girs/gstcheck-1.0": "^1.0.0-3.0.0-beta.13",
251
- "@girs/gstcodecs-1.0": "^1.0.0-3.0.0-beta.13",
252
- "@girs/gstcontroller-1.0": "^1.0.0-3.0.0-beta.13",
253
- "@girs/gstfft-1.0": "^1.0.0-3.0.0-beta.13",
254
- "@girs/gstgl-1.0": "^1.0.0-3.0.0-beta.13",
255
- "@girs/gstglegl-1.0": "^1.0.0-3.0.0-beta.13",
256
- "@girs/gstglwayland-1.0": "^1.0.0-3.0.0-beta.13",
257
- "@girs/gstglx11-1.0": "^1.0.0-3.0.0-beta.13",
258
- "@girs/gstinsertbin-1.0": "^1.0.0-3.0.0-beta.13",
259
- "@girs/gstinterfaces-0.10": "^0.10.0-3.0.0-beta.13",
260
- "@girs/gstmpegts-1.0": "^1.0.0-3.0.0-beta.13",
261
- "@girs/gstnet-1.0": "^1.0.0-3.0.0-beta.13",
262
- "@girs/gstpbutils-0.10": "^0.10.0-3.0.0-beta.13",
263
- "@girs/gstpbutils-1.0": "^1.0.0-3.0.0-beta.13",
264
- "@girs/gstplay-1.0": "^1.0.0-3.0.0-beta.13",
265
- "@girs/gstplayer-1.0": "^1.0.0-3.0.0-beta.13",
266
- "@girs/gstriff-1.0": "^1.0.0-3.0.0-beta.13",
267
- "@girs/gstrtp-1.0": "^1.0.0-3.0.0-beta.13",
268
- "@girs/gstrtsp-1.0": "^1.0.0-3.0.0-beta.13",
269
- "@girs/gstrtspserver-1.0": "^1.0.0-3.0.0-beta.13",
270
- "@girs/gstsdp-1.0": "^1.0.0-3.0.0-beta.13",
271
- "@girs/gsttag-0.10": "^0.10.0-3.0.0-beta.13",
272
- "@girs/gsttag-1.0": "^1.0.0-3.0.0-beta.13",
273
- "@girs/gsttranscoder-1.0": "^1.0.0-3.0.0-beta.13",
274
- "@girs/gstvideo-0.10": "^0.10.0-3.0.0-beta.13",
275
- "@girs/gstvideo-1.0": "^1.0.0-3.0.0-beta.13",
276
- "@girs/gstvulkan-1.0": "^1.0.0-3.0.0-beta.13",
277
- "@girs/gstwebrtc-1.0": "^1.0.0-3.0.0-beta.13",
278
- "@girs/gsystem-1.0": "^1.0.0-3.0.0-beta.13",
279
- "@girs/gtef-2": "^2.0.0-3.0.0-beta.13",
280
- "@girs/gtk-2.0": "^2.24.33-3.0.0-beta.13",
281
- "@girs/gtk-3.0": "^3.24.36-3.0.0-beta.13",
282
- "@girs/gtk-4.0": "^4.10.1-3.0.0-beta.13",
283
- "@girs/gtkchamplain-0.12": "^0.12.0-3.0.0-beta.13",
284
- "@girs/gtkclutter-1.0": "^1.0.0-3.0.0-beta.13",
285
- "@girs/gtksource-3.0": "^3.0.0-3.0.0-beta.13",
286
- "@girs/gtksource-4": "^4.0.0-3.0.0-beta.13",
287
- "@girs/gtksource-5": "^5.7.1-3.0.0-beta.13",
288
- "@girs/gtkvnc-2.0": "^2.0.0-3.0.0-beta.13",
289
- "@girs/gtop-2.0": "^2.0.0-3.0.0-beta.13",
290
- "@girs/gucharmap-2.90": "^2.90.0-3.0.0-beta.13",
291
- "@girs/gudev-1.0": "^1.0.0-3.0.0-beta.13",
292
- "@girs/guestfs-1.0": "^1.0.0-3.0.0-beta.13",
293
- "@girs/gupnp-1.0": "^1.0.0-3.0.0-beta.13",
294
- "@girs/gupnp-1.2": "^1.2.0-3.0.0-beta.13",
295
- "@girs/gupnp-1.6": "^1.6.0-3.0.0-beta.13",
296
- "@girs/gupnpav-1.0": "^1.0.0-3.0.0-beta.13",
297
- "@girs/gupnpdlna-1.0": "^1.0.0-3.0.0-beta.13",
298
- "@girs/gupnpdlna-2.0": "^2.0.0-3.0.0-beta.13",
299
- "@girs/gupnpdlnagst-2.0": "^2.0.0-3.0.0-beta.13",
300
- "@girs/gupnpigd-1.0": "^1.0.0-3.0.0-beta.13",
301
- "@girs/gusb-1.0": "^0.4.5-3.0.0-beta.13",
302
- "@girs/gvc-1.0": "^1.0.0-3.0.0-beta.13",
303
- "@girs/gvnc-1.0": "^1.3.1-3.0.0-beta.13",
304
- "@girs/gvncpulse-1.0": "^1.0.0-3.0.0-beta.13",
305
- "@girs/gweather-3.0": "^3.0.0-3.0.0-beta.13",
306
- "@girs/gweather-4.0": "^4.0.0-3.0.0-beta.13",
307
- "@girs/gxml-0.14": "^0.14.0-3.0.0-beta.13",
308
- "@girs/gxml-0.16": "^0.16.0-3.0.0-beta.13",
309
- "@girs/gxml-0.18": "^0.18.0-3.0.0-beta.13",
310
- "@girs/gxml-0.20": "^0.20.0-3.0.0-beta.13",
311
- "@girs/gxps-0.1": "^0.3.2-3.0.0-beta.13",
312
- "@girs/gxps-1.0": "^0.2.5-3.0.0-beta.13",
313
- "@girs/handy-0.0": "^0.0.0-3.0.0-beta.13",
314
- "@girs/handy-1": "^1.0.0-3.0.0-beta.13",
315
- "@girs/harfbuzz-0.0": "^6.0.0-3.0.0-beta.13",
316
- "@girs/ianjuta-3.0": "^3.0.0-3.0.0-beta.13",
317
- "@girs/ibus-1.0": "^1.5.11-3.0.0-beta.13",
318
- "@girs/ical-3.0": "^3.0.0-3.0.0-beta.13",
319
- "@girs/icalglib-3.0": "^3.0.0-3.0.0-beta.13",
320
- "@girs/ide-1.0": "^1.0.0-3.0.0-beta.13",
321
- "@girs/javascriptcore-4.0": "^2.40.0-3.0.0-beta.13",
322
- "@girs/javascriptcore-4.1": "^2.40.0-3.0.0-beta.13",
323
- "@girs/javascriptcore-5.0": "^2.38.5-3.0.0-beta.13",
324
- "@girs/javascriptcore-6.0": "^2.40.0-3.0.0-beta.13",
325
- "@girs/jscore-3.0": "^3.0.0-3.0.0-beta.13",
326
- "@girs/json-1.0": "^1.7.1-3.0.0-beta.13",
327
- "@girs/jsonrpc-1.0": "^3.43.0-3.0.0-beta.13",
328
- "@girs/libmsi-1.0": "^1.0.0-3.0.0-beta.13",
329
- "@girs/libosinfo-1.0": "^1.11.0-3.0.0-beta.13",
330
- "@girs/libvirtgconfig-1.0": "^1.0.0-3.0.0-beta.13",
331
- "@girs/libvirtglib-1.0": "^1.0.0-3.0.0-beta.13",
332
- "@girs/libvirtgobject-1.0": "^1.0.0-3.0.0-beta.13",
333
- "@girs/libxml2-2.0": "^2.0.0-3.0.0-beta.13",
334
- "@girs/manette-0.2": "^0.2.0-3.0.0-beta.13",
335
- "@girs/mash-0.2": "^0.2.0-3.0.0-beta.13",
336
- "@girs/mbim-1.0": "^1.29.3-3.0.0-beta.13",
337
- "@girs/mediaart-1.0": "^1.0.0-3.0.0-beta.13",
338
- "@girs/mediaart-2.0": "^2.0.0-3.0.0-beta.13",
339
- "@girs/meta-12": "^12.0.0-3.0.0-beta.13",
340
- "@girs/metatest-12": "^12.0.0-3.0.0-beta.13",
341
- "@girs/modemmanager-1.0": "^1.21.3-3.0.0-beta.13",
342
- "@girs/mx-1.0": "^1.4.7-3.0.0-beta.13",
343
- "@girs/mx-2.0": "^1.99.4-3.0.0-beta.13",
344
- "@girs/mxgtk-1.0": "^1.0.0-3.0.0-beta.13",
345
- "@girs/nautilus-3.0": "^3.0.0-3.0.0-beta.13",
346
- "@girs/networkmanager-1.0": "^1.17.2-3.0.0-beta.13",
347
- "@girs/nice-0.1": "^0.1.0-3.0.0-beta.13",
348
- "@girs/nm-1.0": "^1.43.1-3.0.0-beta.13",
349
- "@girs/nma-1.0": "^1.10.7-3.0.0-beta.13",
350
- "@girs/nmclient-1.0": "^1.0.0-3.0.0-beta.13",
351
- "@girs/nmgtk-1.0": "^1.0.0-3.0.0-beta.13",
352
- "@girs/notify-0.7": "^0.8.1-3.0.0-beta.13",
353
- "@girs/ostree-1.0": "^1.0.0-3.0.0-beta.13",
354
- "@girs/p11kit-1.0": "^1.0.0-3.0.0-beta.13",
355
- "@girs/packagekitglib-1.0": "^1.2.7-3.0.0-beta.13",
356
- "@girs/packagekitplugin-1.0": "^1.0.0-3.0.0-beta.13",
357
- "@girs/panelapplet-4.0": "^4.0.0-3.0.0-beta.13",
358
- "@girs/pango-1.0": "^1.50.13-3.0.0-beta.13",
359
- "@girs/pangocairo-1.0": "^1.0.0-3.0.0-beta.13",
360
- "@girs/pangofc-1.0": "^1.0.0-3.0.0-beta.13",
361
- "@girs/pangoft2-1.0": "^1.0.0-3.0.0-beta.13",
362
- "@girs/pangoot-1.0": "^1.0.0-3.0.0-beta.13",
363
- "@girs/pangoxft-1.0": "^1.0.0-3.0.0-beta.13",
364
- "@girs/parquet-1.0": "^3.0.0-3.0.0-beta.13",
365
- "@girs/peas-1.0": "^1.0.0-3.0.0-beta.13",
366
- "@girs/peas-2": "^2.0.0-3.0.0-beta.13",
367
- "@girs/peasgtk-1.0": "^1.0.0-3.0.0-beta.13",
368
- "@girs/plasma-1.0": "^1.0.0-3.0.0-beta.13",
369
- "@girs/pnl-1.0": "^3.25.1-3.0.0-beta.13",
370
- "@girs/polkit-1.0": "^1.0.0-3.0.0-beta.13",
371
- "@girs/polkitagent-1.0": "^1.0.0-3.0.0-beta.13",
372
- "@girs/poppler-0.18": "^22.12.0-3.0.0-beta.13",
373
- "@girs/qmi-1.0": "^1.0.0-3.0.0-beta.13",
374
- "@girs/qrtr-1.0": "^1.0.0-3.0.0-beta.13",
375
- "@girs/rest-0.7": "^0.7.0-3.0.0-beta.13",
376
- "@girs/rest-1.0": "^1.0.0-3.0.0-beta.13",
377
- "@girs/restextras-0.7": "^0.7.0-3.0.0-beta.13",
378
- "@girs/restextras-1.0": "^1.0.0-3.0.0-beta.13",
379
- "@girs/retro-0.14": "^0.14.0-3.0.0-beta.13",
380
- "@girs/retro-1": "^1.0.0-3.0.0-beta.13",
381
- "@girs/retro-2": "^2.0.0-3.0.0-beta.13",
382
- "@girs/rsvg-2.0": "^2.55.90-3.0.0-beta.13",
383
- "@girs/rygelcore-2.6": "^2.6.0-3.0.0-beta.13",
384
- "@girs/rygelcore-2.8": "^2.8.0-3.0.0-beta.13",
385
- "@girs/rygelrenderer-2.6": "^2.6.0-3.0.0-beta.13",
386
- "@girs/rygelrenderer-2.8": "^2.8.0-3.0.0-beta.13",
387
- "@girs/rygelrenderergst-2.6": "^2.6.0-3.0.0-beta.13",
388
- "@girs/rygelrenderergst-2.8": "^2.8.0-3.0.0-beta.13",
389
- "@girs/rygelserver-2.6": "^2.6.0-3.0.0-beta.13",
390
- "@girs/rygelserver-2.8": "^2.8.0-3.0.0-beta.13",
391
- "@girs/secret-1": "^0.20.5-3.0.0-beta.13",
392
- "@girs/secretunstable-0": "^0.0.0-3.0.0-beta.13",
393
- "@girs/shell-12": "^12.0.0-3.0.0-beta.13",
394
- "@girs/shew-0": "^0.0.0-3.0.0-beta.13",
395
- "@girs/shumate-1.0": "^1.1.0-3.0.0-beta.13",
396
- "@girs/signon-2.0": "^2.0.0-3.0.0-beta.13",
397
- "@girs/snapd-1": "^1.0.0-3.0.0-beta.13",
398
- "@girs/socialwebclient-0.25": "^0.25.0-3.0.0-beta.13",
399
- "@girs/soup-2.4": "^2.74.3-3.0.0-beta.13",
400
- "@girs/soup-3.0": "^3.3.1-3.0.0-beta.13",
401
- "@girs/soupgnome-2.4": "^2.4.0-3.0.0-beta.13",
402
- "@girs/spiceclientglib-2.0": "^2.0.0-3.0.0-beta.13",
403
- "@girs/spiceclientgtk-3.0": "^3.0.0-3.0.0-beta.13",
404
- "@girs/st-12": "^12.0.0-3.0.0-beta.13",
405
- "@girs/sushi-1.0": "^1.0.0-3.0.0-beta.13",
406
- "@girs/telepathyfarstream-0.6": "^0.6.0-3.0.0-beta.13",
407
- "@girs/telepathyglib-0.12": "^0.12.0-3.0.0-beta.13",
408
- "@girs/telepathylogger-0.2": "^0.2.0-3.0.0-beta.13",
409
- "@girs/template-1.0": "^3.36.1-3.0.0-beta.13",
410
- "@girs/tepl-4": "^4.0.0-3.0.0-beta.13",
411
- "@girs/tepl-5": "^5.0.0-3.0.0-beta.13",
412
- "@girs/tepl-6": "^6.0.0-3.0.0-beta.13",
413
- "@girs/timezonemap-1.0": "^1.0.0-3.0.0-beta.13",
414
- "@girs/totem-1.0": "^1.0.0-3.0.0-beta.13",
415
- "@girs/totemplparser-1.0": "^1.0.0-3.0.0-beta.13",
416
- "@girs/tracker-1.0": "^1.0.0-3.0.0-beta.13",
417
- "@girs/tracker-2.0": "^2.0.0-3.0.0-beta.13",
418
- "@girs/tracker-3.0": "^3.0.0-3.0.0-beta.13",
419
- "@girs/trackercontrol-1.0": "^1.0.0-3.0.0-beta.13",
420
- "@girs/trackercontrol-2.0": "^2.0.0-3.0.0-beta.13",
421
- "@girs/trackerminer-1.0": "^1.0.0-3.0.0-beta.13",
422
- "@girs/trackerminer-2.0": "^2.0.0-3.0.0-beta.13",
423
- "@girs/udisks-2.0": "^2.6.4-3.0.0-beta.13",
424
- "@girs/uhm-0.0": "^0.5.3-3.0.0-beta.13",
425
- "@girs/unique-3.0": "^3.0.0-3.0.0-beta.13",
426
- "@girs/unity-6.0": "^6.0.0-3.0.0-beta.13",
427
- "@girs/unity-7.0": "^7.0.0-3.0.0-beta.13",
428
- "@girs/unityextras-7.0": "^7.0.0-3.0.0-beta.13",
429
- "@girs/upowerglib-1.0": "^0.99.1-3.0.0-beta.13",
430
- "@girs/vda-1": "^1.0.0-3.0.0-beta.13",
431
- "@girs/vgda-1": "^1.0.0-3.0.0-beta.13",
432
- "@girs/vgpg-1": "^1.0.0-3.0.0-beta.13",
433
- "@girs/vgsl-1": "^1.0.0-3.0.0-beta.13",
434
- "@girs/vips-8.0": "^8.14.0-3.0.0-beta.13",
435
- "@girs/vpg-1": "^1.0.0-3.0.0-beta.13",
436
- "@girs/vsqlite-1": "^1.0.0-3.0.0-beta.13",
437
- "@girs/vte-2.91": "^0.69.0-3.0.0-beta.13",
438
- "@girs/vte-4-2.91": "^0.69.0-3.0.0-beta.13",
439
- "@girs/vulkan-1.0": "^1.0.0-3.0.0-beta.13",
440
- "@girs/webkit-6.0": "^2.40.0-3.0.0-beta.13",
441
- "@girs/webkit2-4.0": "^2.40.0-3.0.0-beta.13",
442
- "@girs/webkit2-4.1": "^2.40.0-3.0.0-beta.13",
443
- "@girs/webkit2-5.0": "^2.38.5-3.0.0-beta.13",
444
- "@girs/webkit2webextension-4.0": "^4.0.0-3.0.0-beta.13",
445
- "@girs/webkit2webextension-4.1": "^4.1.0-3.0.0-beta.13",
446
- "@girs/webkit2webextension-5.0": "^5.0.0-3.0.0-beta.13",
447
- "@girs/webkitwebextension-6.0": "^6.0.0-3.0.0-beta.13",
448
- "@girs/webkitwebprocessextension-6.0": "^6.0.0-3.0.0-beta.13",
449
- "@girs/win32-1.0": "^1.0.0-3.0.0-beta.13",
450
- "@girs/wnck-3.0": "^43.0.0-3.0.0-beta.13",
451
- "@girs/xdp-1.0": "^1.0.0-3.0.0-beta.13",
452
- "@girs/xdpgtk3-1.0": "^1.0.0-3.0.0-beta.13",
453
- "@girs/xdpgtk4-1.0": "^1.0.0-3.0.0-beta.13",
454
- "@girs/xfixes-4.0": "^4.0.0-3.0.0-beta.13",
455
- "@girs/xft-2.0": "^2.0.0-3.0.0-beta.13",
456
- "@girs/xkl-1.0": "^1.0.0-3.0.0-beta.13",
457
- "@girs/xlib-2.0": "^2.0.0-3.0.0-beta.13",
458
- "@girs/xrandr-1.3": "^1.3.0-3.0.0-beta.13",
459
- "@girs/zeitgeist-2.0": "^2.0.0-3.0.0-beta.13",
460
- "@girs/zpj-0.0": "^0.0.0-3.0.0-beta.13"
63
+ "@girs/accounts-1.0": "^1.0.0-3.0.0-beta.14",
64
+ "@girs/accountsservice-1.0": "^1.0.0-3.0.0-beta.14",
65
+ "@girs/adw-1": "^1.3.0-3.0.0-beta.14",
66
+ "@girs/amtk-4": "^4.0.0-3.0.0-beta.14",
67
+ "@girs/amtk-5": "^5.0.0-3.0.0-beta.14",
68
+ "@girs/anjuta-3.0": "^3.0.0-3.0.0-beta.14",
69
+ "@girs/anthy-9000": "^9000.0.0-3.0.0-beta.14",
70
+ "@girs/appindicator3-0.1": "^0.1.0-3.0.0-beta.14",
71
+ "@girs/appstream-1.0": "^0.16.2-3.0.0-beta.14",
72
+ "@girs/appstreambuilder-1.0": "^1.0.0-3.0.0-beta.14",
73
+ "@girs/appstreamglib-1.0": "^1.0.0-3.0.0-beta.14",
74
+ "@girs/arrow-1.0": "^7.0.0-3.0.0-beta.14",
75
+ "@girs/arrowcuda-1.0": "^1.0.0-3.0.0-beta.14",
76
+ "@girs/arrowdataset-1.0": "^1.0.0-3.0.0-beta.14",
77
+ "@girs/arrowflight-1.0": "^1.0.0-3.0.0-beta.14",
78
+ "@girs/atk-1.0": "^2.45.1-3.0.0-beta.14",
79
+ "@girs/atspi-2.0": "^2.0.0-3.0.0-beta.14",
80
+ "@girs/babl-0.1": "^0.1.99-3.0.0-beta.14",
81
+ "@girs/bamf-3": "^3.0.0-3.0.0-beta.14",
82
+ "@girs/builder-1.0": "^1.0.0-3.0.0-beta.14",
83
+ "@girs/bump-0.1": "^0.1.0-3.0.0-beta.14",
84
+ "@girs/cairo-1.0": "^1.0.0-3.0.0-beta.14",
85
+ "@girs/cally-1.0": "^1.0.0-3.0.0-beta.14",
86
+ "@girs/cally-12": "^12.0.0-3.0.0-beta.14",
87
+ "@girs/camel-1.2": "^1.2.0-3.0.0-beta.14",
88
+ "@girs/caribou-1.0": "^1.0.0-3.0.0-beta.14",
89
+ "@girs/champlain-0.12": "^0.12.22-3.0.0-beta.14",
90
+ "@girs/cheese-3.0": "^3.0.0-3.0.0-beta.14",
91
+ "@girs/cloudproviders-0.3": "^0.3.0-3.0.0-beta.14",
92
+ "@girs/clutter-1.0": "^1.26.5-3.0.0-beta.14",
93
+ "@girs/clutter-12": "^12.0.0-3.0.0-beta.14",
94
+ "@girs/cluttergdk-1.0": "^1.0.0-3.0.0-beta.14",
95
+ "@girs/cluttergst-1.0": "^1.6.0-3.0.0-beta.14",
96
+ "@girs/cluttergst-2.0": "^2.0.19-3.0.0-beta.14",
97
+ "@girs/cluttergst-3.0": "^3.0.28-3.0.0-beta.14",
98
+ "@girs/clutterx11-1.0": "^1.0.0-3.0.0-beta.14",
99
+ "@girs/cogl-1.0": "^1.0.0-3.0.0-beta.14",
100
+ "@girs/cogl-12": "^12.0.0-3.0.0-beta.14",
101
+ "@girs/cogl-2.0": "^2.0.0-3.0.0-beta.14",
102
+ "@girs/coglgst-2.0": "^2.0.0-3.0.0-beta.14",
103
+ "@girs/coglpango-1.0": "^1.0.0-3.0.0-beta.14",
104
+ "@girs/coglpango-12": "^12.0.0-3.0.0-beta.14",
105
+ "@girs/coglpango-2.0": "^2.0.0-3.0.0-beta.14",
106
+ "@girs/colord-1.0": "^1.0.0-3.0.0-beta.14",
107
+ "@girs/colordgtk-1.0": "^1.0.0-3.0.0-beta.14",
108
+ "@girs/colorhug-1.0": "^1.0.0-3.0.0-beta.14",
109
+ "@girs/dazzle-1.0": "^3.44.0-3.0.0-beta.14",
110
+ "@girs/dbus-1.0": "^1.0.0-3.0.0-beta.14",
111
+ "@girs/dbusglib-1.0": "^1.0.0-3.0.0-beta.14",
112
+ "@girs/dbusmenu-0.4": "^0.4.0-3.0.0-beta.14",
113
+ "@girs/dbusmenugtk-0.4": "^0.4.0-3.0.0-beta.14",
114
+ "@girs/dbusmenugtk3-0.4": "^0.4.0-3.0.0-beta.14",
115
+ "@girs/dee-1.0": "^1.0.0-3.0.0-beta.14",
116
+ "@girs/devhelp-3.0": "^3.0.0-3.0.0-beta.14",
117
+ "@girs/dmap-3.0": "^3.0.0-3.0.0-beta.14",
118
+ "@girs/ebackend-1.2": "^1.2.0-3.0.0-beta.14",
119
+ "@girs/ebook-1.2": "^1.2.0-3.0.0-beta.14",
120
+ "@girs/ebookcontacts-1.2": "^1.2.0-3.0.0-beta.14",
121
+ "@girs/ecal-2.0": "^2.0.0-3.0.0-beta.14",
122
+ "@girs/ecalendar-1.2": "^1.2.0-3.0.0-beta.14",
123
+ "@girs/edatabook-1.2": "^1.2.0-3.0.0-beta.14",
124
+ "@girs/edatacal-2.0": "^2.0.0-3.0.0-beta.14",
125
+ "@girs/edataserver-1.2": "^1.2.0-3.0.0-beta.14",
126
+ "@girs/edataserverui-1.2": "^1.2.0-3.0.0-beta.14",
127
+ "@girs/edataserverui4-1.0": "^1.0.0-3.0.0-beta.14",
128
+ "@girs/egg-1.0": "^1.0.0-3.0.0-beta.14",
129
+ "@girs/eog-3.0": "^3.0.0-3.0.0-beta.14",
130
+ "@girs/epc-1.0": "^1.0.0-3.0.0-beta.14",
131
+ "@girs/epcui-1.0": "^1.0.0-3.0.0-beta.14",
132
+ "@girs/evincedocument-3.0": "^44.0.0-3.0.0-beta.14",
133
+ "@girs/evinceview-3.0": "^3.0.0-3.0.0-beta.14",
134
+ "@girs/farstream-0.1": "^0.1.0-3.0.0-beta.14",
135
+ "@girs/farstream-0.2": "^0.2.0-3.0.0-beta.14",
136
+ "@girs/flatpak-1.0": "^1.8.0-3.0.0-beta.14",
137
+ "@girs/folks-0.6": "^0.6.0-3.0.0-beta.14",
138
+ "@girs/folks-0.7": "^0.7.0-3.0.0-beta.14",
139
+ "@girs/folksdummy-0.6": "^0.6.0-3.0.0-beta.14",
140
+ "@girs/folksdummy-0.7": "^0.7.0-3.0.0-beta.14",
141
+ "@girs/folkseds-0.6": "^0.6.0-3.0.0-beta.14",
142
+ "@girs/folkseds-0.7": "^0.7.0-3.0.0-beta.14",
143
+ "@girs/folkslibsocialweb-0.6": "^0.6.0-3.0.0-beta.14",
144
+ "@girs/folkstelepathy-0.6": "^0.6.0-3.0.0-beta.14",
145
+ "@girs/folkstelepathy-0.7": "^0.7.0-3.0.0-beta.14",
146
+ "@girs/fontconfig-2.0": "^2.0.0-3.0.0-beta.14",
147
+ "@girs/freetype2-2.0": "^2.0.0-3.0.0-beta.14",
148
+ "@girs/fwupd-2.0": "^2.0.0-3.0.0-beta.14",
149
+ "@girs/gandiva-1.0": "^3.0.0-3.0.0-beta.14",
150
+ "@girs/gcab-1.0": "^1.0.0-3.0.0-beta.14",
151
+ "@girs/gcalc-1": "^1.0.0-3.0.0-beta.14",
152
+ "@girs/gcalc-2": "^2.0.0-3.0.0-beta.14",
153
+ "@girs/gck-1": "^1.0.0-3.0.0-beta.14",
154
+ "@girs/gck-2": "^4.0.0-3.0.0-beta.14",
155
+ "@girs/gconf-2.0": "^2.0.0-3.0.0-beta.14",
156
+ "@girs/gcr-3": "^3.41.0-3.0.0-beta.14",
157
+ "@girs/gcr-4": "^4.0.0-3.0.0-beta.14",
158
+ "@girs/gcrgtk3-4": "^4.0.0-3.0.0-beta.14",
159
+ "@girs/gcrgtk4-4": "^4.0.0-3.0.0-beta.14",
160
+ "@girs/gcrui-3": "^3.0.0-3.0.0-beta.14",
161
+ "@girs/gd-1.0": "^1.0.0-3.0.0-beta.14",
162
+ "@girs/gda-5.0": "^5.0.0-3.0.0-beta.14",
163
+ "@girs/gda-6.0": "^6.0.0-3.0.0-beta.14",
164
+ "@girs/gdata-0.0": "^0.19.0-3.0.0-beta.14",
165
+ "@girs/gdaui-5.0": "^5.0.0-3.0.0-beta.14",
166
+ "@girs/gdaui-6.0": "^6.0.0-3.0.0-beta.14",
167
+ "@girs/gdesktopenums-3.0": "^3.0.0-3.0.0-beta.14",
168
+ "@girs/gdk-2.0": "^2.0.0-3.0.0-beta.14",
169
+ "@girs/gdk-3.0": "^3.24.36-3.0.0-beta.14",
170
+ "@girs/gdk-4.0": "^4.0.0-3.0.0-beta.14",
171
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.0-beta.14",
172
+ "@girs/gdkpixdata-2.0": "^2.0.0-3.0.0-beta.14",
173
+ "@girs/gdkwayland-4.0": "^4.0.0-3.0.0-beta.14",
174
+ "@girs/gdkx11-2.0": "^2.0.0-3.0.0-beta.14",
175
+ "@girs/gdkx11-3.0": "^3.0.0-3.0.0-beta.14",
176
+ "@girs/gdkx11-4.0": "^4.0.0-3.0.0-beta.14",
177
+ "@girs/gdl-3": "^3.0.0-3.0.0-beta.14",
178
+ "@girs/gdm-1.0": "^1.0.0-3.0.0-beta.14",
179
+ "@girs/gedit-3.0": "^3.0.0-3.0.0-beta.14",
180
+ "@girs/gee-0.8": "^0.8.0-3.0.0-beta.14",
181
+ "@girs/gee-1.0": "^1.0.0-3.0.0-beta.14",
182
+ "@girs/gegl-0.3": "^0.3.35-3.0.0-beta.14",
183
+ "@girs/gegl-0.4": "^0.4.41-3.0.0-beta.14",
184
+ "@girs/geglgtk3-0.1": "^0.1.0-3.0.0-beta.14",
185
+ "@girs/geoclue-2.0": "^2.0.0-3.0.0-beta.14",
186
+ "@girs/geocodeglib-1.0": "^1.0.0-3.0.0-beta.14",
187
+ "@girs/geocodeglib-2.0": "^2.0.0-3.0.0-beta.14",
188
+ "@girs/gepub-0.5": "^0.5.0-3.0.0-beta.14",
189
+ "@girs/ges-1.0": "^1.23.0-3.0.0-beta.14",
190
+ "@girs/gexiv2-0.10": "^0.14.0-3.0.0-beta.14",
191
+ "@girs/gfbgraph-0.2": "^0.2.0-3.0.0-beta.14",
192
+ "@girs/gfbgraph-0.3": "^0.3.0-3.0.0-beta.14",
193
+ "@girs/ggit-1.0": "^1.1.0-3.0.0-beta.14",
194
+ "@girs/gio-2.0": "^2.76.1-3.0.0-beta.14",
195
+ "@girs/girepository-2.0": "^1.75.5-3.0.0-beta.14",
196
+ "@girs/gitg-1.0": "^1.0.0-3.0.0-beta.14",
197
+ "@girs/gitgext-1.0": "^1.0.0-3.0.0-beta.14",
198
+ "@girs/gjsdbus-1.0": "^1.0.0-3.0.0-beta.14",
199
+ "@girs/gkbd-3.0": "^3.0.0-3.0.0-beta.14",
200
+ "@girs/gl-1.0": "^1.0.0-3.0.0-beta.14",
201
+ "@girs/gladeui-2.0": "^2.0.0-3.0.0-beta.14",
202
+ "@girs/glib-2.0": "^2.76.1-3.0.0-beta.14",
203
+ "@girs/gmenu-3.0": "^3.0.0-3.0.0-beta.14",
204
+ "@girs/gmime-3.0": "^3.2.8-3.0.0-beta.14",
205
+ "@girs/gmodule-2.0": "^2.0.0-3.0.0-beta.14",
206
+ "@girs/gnomeautoar-0.1": "^0.1.0-3.0.0-beta.14",
207
+ "@girs/gnomeautoargtk-0.1": "^0.1.0-3.0.0-beta.14",
208
+ "@girs/gnomebg-4.0": "^4.0.0-3.0.0-beta.14",
209
+ "@girs/gnomebluetooth-1.0": "^1.0.0-3.0.0-beta.14",
210
+ "@girs/gnomedesktop-3.0": "^3.0.0-3.0.0-beta.14",
211
+ "@girs/gnomedesktop-4.0": "^4.0.0-3.0.0-beta.14",
212
+ "@girs/gnomekeyring-1.0": "^1.0.0-3.0.0-beta.14",
213
+ "@girs/gnomemaps-1.0": "^1.0.0-3.0.0-beta.14",
214
+ "@girs/gnomerr-4.0": "^4.0.0-3.0.0-beta.14",
215
+ "@girs/goa-1.0": "^3.47.1-3.0.0-beta.14",
216
+ "@girs/gobject-2.0": "^2.76.1-3.0.0-beta.14",
217
+ "@girs/goocanvas-2.0": "^2.0.0-3.0.0-beta.14",
218
+ "@girs/goocanvas-3.0": "^3.0.0-3.0.0-beta.14",
219
+ "@girs/govirt-1.0": "^1.0.0-3.0.0-beta.14",
220
+ "@girs/gpseq-1.0": "^1.0.0-3.0.0-beta.14",
221
+ "@girs/granite-1.0": "^1.0.0-3.0.0-beta.14",
222
+ "@girs/granite-7.0": "^7.0.0-3.0.0-beta.14",
223
+ "@girs/graphene-1.0": "^1.0.0-3.0.0-beta.14",
224
+ "@girs/grl-0.1": "^0.1.0-3.0.0-beta.14",
225
+ "@girs/grl-0.2": "^0.2.0-3.0.0-beta.14",
226
+ "@girs/grl-0.3": "^0.3.0-3.0.0-beta.14",
227
+ "@girs/grlnet-0.1": "^0.1.0-3.0.0-beta.14",
228
+ "@girs/grlnet-0.2": "^0.2.0-3.0.0-beta.14",
229
+ "@girs/grlnet-0.3": "^0.3.0-3.0.0-beta.14",
230
+ "@girs/grlpls-0.2": "^0.2.0-3.0.0-beta.14",
231
+ "@girs/grlpls-0.3": "^0.3.0-3.0.0-beta.14",
232
+ "@girs/grss-0.7": "^0.7.0-3.0.0-beta.14",
233
+ "@girs/gsf-1": "^1.0.0-3.0.0-beta.14",
234
+ "@girs/gsignon-1.0": "^1.0.0-3.0.0-beta.14",
235
+ "@girs/gsignond-1.0": "^1.0.0-3.0.0-beta.14",
236
+ "@girs/gsk-4.0": "^4.0.0-3.0.0-beta.14",
237
+ "@girs/gsound-1.0": "^1.0.0-3.0.0-beta.14",
238
+ "@girs/gspell-1": "^1.0.0-3.0.0-beta.14",
239
+ "@girs/gssdp-1.0": "^1.0.0-3.0.0-beta.14",
240
+ "@girs/gssdp-1.2": "^1.2.0-3.0.0-beta.14",
241
+ "@girs/gssdp-1.6": "^1.6.0-3.0.0-beta.14",
242
+ "@girs/gst-0.10": "^0.10.29-3.0.0-beta.14",
243
+ "@girs/gst-1.0": "^1.23.0-3.0.0-beta.14",
244
+ "@girs/gstallocators-1.0": "^1.0.0-3.0.0-beta.14",
245
+ "@girs/gstapp-1.0": "^1.0.0-3.0.0-beta.14",
246
+ "@girs/gstaudio-0.10": "^0.10.0-3.0.0-beta.14",
247
+ "@girs/gstaudio-1.0": "^1.0.0-3.0.0-beta.14",
248
+ "@girs/gstbadallocators-1.0": "^1.0.0-3.0.0-beta.14",
249
+ "@girs/gstbadaudio-1.0": "^1.0.0-3.0.0-beta.14",
250
+ "@girs/gstbase-0.10": "^0.10.0-3.0.0-beta.14",
251
+ "@girs/gstbase-1.0": "^1.0.0-3.0.0-beta.14",
252
+ "@girs/gstcheck-1.0": "^1.0.0-3.0.0-beta.14",
253
+ "@girs/gstcodecs-1.0": "^1.0.0-3.0.0-beta.14",
254
+ "@girs/gstcontroller-1.0": "^1.0.0-3.0.0-beta.14",
255
+ "@girs/gstfft-1.0": "^1.0.0-3.0.0-beta.14",
256
+ "@girs/gstgl-1.0": "^1.0.0-3.0.0-beta.14",
257
+ "@girs/gstglegl-1.0": "^1.0.0-3.0.0-beta.14",
258
+ "@girs/gstglwayland-1.0": "^1.0.0-3.0.0-beta.14",
259
+ "@girs/gstglx11-1.0": "^1.0.0-3.0.0-beta.14",
260
+ "@girs/gstinsertbin-1.0": "^1.0.0-3.0.0-beta.14",
261
+ "@girs/gstinterfaces-0.10": "^0.10.0-3.0.0-beta.14",
262
+ "@girs/gstmpegts-1.0": "^1.0.0-3.0.0-beta.14",
263
+ "@girs/gstnet-1.0": "^1.0.0-3.0.0-beta.14",
264
+ "@girs/gstpbutils-0.10": "^0.10.0-3.0.0-beta.14",
265
+ "@girs/gstpbutils-1.0": "^1.0.0-3.0.0-beta.14",
266
+ "@girs/gstplay-1.0": "^1.0.0-3.0.0-beta.14",
267
+ "@girs/gstplayer-1.0": "^1.0.0-3.0.0-beta.14",
268
+ "@girs/gstriff-1.0": "^1.0.0-3.0.0-beta.14",
269
+ "@girs/gstrtp-1.0": "^1.0.0-3.0.0-beta.14",
270
+ "@girs/gstrtsp-1.0": "^1.0.0-3.0.0-beta.14",
271
+ "@girs/gstrtspserver-1.0": "^1.0.0-3.0.0-beta.14",
272
+ "@girs/gstsdp-1.0": "^1.0.0-3.0.0-beta.14",
273
+ "@girs/gsttag-0.10": "^0.10.0-3.0.0-beta.14",
274
+ "@girs/gsttag-1.0": "^1.0.0-3.0.0-beta.14",
275
+ "@girs/gsttranscoder-1.0": "^1.0.0-3.0.0-beta.14",
276
+ "@girs/gstvideo-0.10": "^0.10.0-3.0.0-beta.14",
277
+ "@girs/gstvideo-1.0": "^1.0.0-3.0.0-beta.14",
278
+ "@girs/gstvulkan-1.0": "^1.0.0-3.0.0-beta.14",
279
+ "@girs/gstwebrtc-1.0": "^1.0.0-3.0.0-beta.14",
280
+ "@girs/gsystem-1.0": "^1.0.0-3.0.0-beta.14",
281
+ "@girs/gtef-2": "^2.0.0-3.0.0-beta.14",
282
+ "@girs/gtk-2.0": "^2.24.33-3.0.0-beta.14",
283
+ "@girs/gtk-3.0": "^3.24.36-3.0.0-beta.14",
284
+ "@girs/gtk-4.0": "^4.10.1-3.0.0-beta.14",
285
+ "@girs/gtkchamplain-0.12": "^0.12.0-3.0.0-beta.14",
286
+ "@girs/gtkclutter-1.0": "^1.0.0-3.0.0-beta.14",
287
+ "@girs/gtksource-3.0": "^3.0.0-3.0.0-beta.14",
288
+ "@girs/gtksource-4": "^4.0.0-3.0.0-beta.14",
289
+ "@girs/gtksource-5": "^5.7.1-3.0.0-beta.14",
290
+ "@girs/gtkvnc-2.0": "^2.0.0-3.0.0-beta.14",
291
+ "@girs/gtop-2.0": "^2.0.0-3.0.0-beta.14",
292
+ "@girs/gucharmap-2.90": "^2.90.0-3.0.0-beta.14",
293
+ "@girs/gudev-1.0": "^1.0.0-3.0.0-beta.14",
294
+ "@girs/guestfs-1.0": "^1.0.0-3.0.0-beta.14",
295
+ "@girs/gupnp-1.0": "^1.0.0-3.0.0-beta.14",
296
+ "@girs/gupnp-1.2": "^1.2.0-3.0.0-beta.14",
297
+ "@girs/gupnp-1.6": "^1.6.0-3.0.0-beta.14",
298
+ "@girs/gupnpav-1.0": "^1.0.0-3.0.0-beta.14",
299
+ "@girs/gupnpdlna-1.0": "^1.0.0-3.0.0-beta.14",
300
+ "@girs/gupnpdlna-2.0": "^2.0.0-3.0.0-beta.14",
301
+ "@girs/gupnpdlnagst-2.0": "^2.0.0-3.0.0-beta.14",
302
+ "@girs/gupnpigd-1.0": "^1.0.0-3.0.0-beta.14",
303
+ "@girs/gusb-1.0": "^0.4.5-3.0.0-beta.14",
304
+ "@girs/gvc-1.0": "^1.0.0-3.0.0-beta.14",
305
+ "@girs/gvnc-1.0": "^1.3.1-3.0.0-beta.14",
306
+ "@girs/gvncpulse-1.0": "^1.0.0-3.0.0-beta.14",
307
+ "@girs/gweather-3.0": "^3.0.0-3.0.0-beta.14",
308
+ "@girs/gweather-4.0": "^4.0.0-3.0.0-beta.14",
309
+ "@girs/gxml-0.14": "^0.14.0-3.0.0-beta.14",
310
+ "@girs/gxml-0.16": "^0.16.0-3.0.0-beta.14",
311
+ "@girs/gxml-0.18": "^0.18.0-3.0.0-beta.14",
312
+ "@girs/gxml-0.20": "^0.20.0-3.0.0-beta.14",
313
+ "@girs/gxps-0.1": "^0.3.2-3.0.0-beta.14",
314
+ "@girs/gxps-1.0": "^0.2.5-3.0.0-beta.14",
315
+ "@girs/handy-0.0": "^0.0.0-3.0.0-beta.14",
316
+ "@girs/handy-1": "^1.0.0-3.0.0-beta.14",
317
+ "@girs/harfbuzz-0.0": "^6.0.0-3.0.0-beta.14",
318
+ "@girs/ianjuta-3.0": "^3.0.0-3.0.0-beta.14",
319
+ "@girs/ibus-1.0": "^1.5.11-3.0.0-beta.14",
320
+ "@girs/ical-3.0": "^3.0.0-3.0.0-beta.14",
321
+ "@girs/icalglib-3.0": "^3.0.0-3.0.0-beta.14",
322
+ "@girs/ide-1.0": "^1.0.0-3.0.0-beta.14",
323
+ "@girs/javascriptcore-4.0": "^2.40.0-3.0.0-beta.14",
324
+ "@girs/javascriptcore-4.1": "^2.40.0-3.0.0-beta.14",
325
+ "@girs/javascriptcore-5.0": "^2.38.5-3.0.0-beta.14",
326
+ "@girs/javascriptcore-6.0": "^2.40.0-3.0.0-beta.14",
327
+ "@girs/jscore-3.0": "^3.0.0-3.0.0-beta.14",
328
+ "@girs/json-1.0": "^1.7.1-3.0.0-beta.14",
329
+ "@girs/jsonrpc-1.0": "^3.43.0-3.0.0-beta.14",
330
+ "@girs/libmsi-1.0": "^1.0.0-3.0.0-beta.14",
331
+ "@girs/libosinfo-1.0": "^1.11.0-3.0.0-beta.14",
332
+ "@girs/libvirtgconfig-1.0": "^1.0.0-3.0.0-beta.14",
333
+ "@girs/libvirtglib-1.0": "^1.0.0-3.0.0-beta.14",
334
+ "@girs/libvirtgobject-1.0": "^1.0.0-3.0.0-beta.14",
335
+ "@girs/libxml2-2.0": "^2.0.0-3.0.0-beta.14",
336
+ "@girs/manette-0.2": "^0.2.0-3.0.0-beta.14",
337
+ "@girs/mash-0.2": "^0.2.0-3.0.0-beta.14",
338
+ "@girs/mbim-1.0": "^1.29.3-3.0.0-beta.14",
339
+ "@girs/mediaart-1.0": "^1.0.0-3.0.0-beta.14",
340
+ "@girs/mediaart-2.0": "^2.0.0-3.0.0-beta.14",
341
+ "@girs/meta-12": "^12.0.0-3.0.0-beta.14",
342
+ "@girs/metatest-12": "^12.0.0-3.0.0-beta.14",
343
+ "@girs/modemmanager-1.0": "^1.21.3-3.0.0-beta.14",
344
+ "@girs/mx-1.0": "^1.4.7-3.0.0-beta.14",
345
+ "@girs/mx-2.0": "^1.99.4-3.0.0-beta.14",
346
+ "@girs/mxgtk-1.0": "^1.0.0-3.0.0-beta.14",
347
+ "@girs/nautilus-3.0": "^3.0.0-3.0.0-beta.14",
348
+ "@girs/networkmanager-1.0": "^1.17.2-3.0.0-beta.14",
349
+ "@girs/nice-0.1": "^0.1.0-3.0.0-beta.14",
350
+ "@girs/nm-1.0": "^1.43.1-3.0.0-beta.14",
351
+ "@girs/nma-1.0": "^1.10.7-3.0.0-beta.14",
352
+ "@girs/nmclient-1.0": "^1.0.0-3.0.0-beta.14",
353
+ "@girs/nmgtk-1.0": "^1.0.0-3.0.0-beta.14",
354
+ "@girs/notify-0.7": "^0.8.1-3.0.0-beta.14",
355
+ "@girs/ostree-1.0": "^1.0.0-3.0.0-beta.14",
356
+ "@girs/p11kit-1.0": "^1.0.0-3.0.0-beta.14",
357
+ "@girs/packagekitglib-1.0": "^1.2.7-3.0.0-beta.14",
358
+ "@girs/packagekitplugin-1.0": "^1.0.0-3.0.0-beta.14",
359
+ "@girs/panelapplet-4.0": "^4.0.0-3.0.0-beta.14",
360
+ "@girs/pango-1.0": "^1.50.13-3.0.0-beta.14",
361
+ "@girs/pangocairo-1.0": "^1.0.0-3.0.0-beta.14",
362
+ "@girs/pangofc-1.0": "^1.0.0-3.0.0-beta.14",
363
+ "@girs/pangoft2-1.0": "^1.0.0-3.0.0-beta.14",
364
+ "@girs/pangoot-1.0": "^1.0.0-3.0.0-beta.14",
365
+ "@girs/pangoxft-1.0": "^1.0.0-3.0.0-beta.14",
366
+ "@girs/parquet-1.0": "^3.0.0-3.0.0-beta.14",
367
+ "@girs/peas-1.0": "^1.0.0-3.0.0-beta.14",
368
+ "@girs/peas-2": "^2.0.0-3.0.0-beta.14",
369
+ "@girs/peasgtk-1.0": "^1.0.0-3.0.0-beta.14",
370
+ "@girs/plasma-1.0": "^1.0.0-3.0.0-beta.14",
371
+ "@girs/pnl-1.0": "^3.25.1-3.0.0-beta.14",
372
+ "@girs/polkit-1.0": "^1.0.0-3.0.0-beta.14",
373
+ "@girs/polkitagent-1.0": "^1.0.0-3.0.0-beta.14",
374
+ "@girs/poppler-0.18": "^22.12.0-3.0.0-beta.14",
375
+ "@girs/qmi-1.0": "^1.0.0-3.0.0-beta.14",
376
+ "@girs/qrtr-1.0": "^1.0.0-3.0.0-beta.14",
377
+ "@girs/rest-0.7": "^0.7.0-3.0.0-beta.14",
378
+ "@girs/rest-1.0": "^1.0.0-3.0.0-beta.14",
379
+ "@girs/restextras-0.7": "^0.7.0-3.0.0-beta.14",
380
+ "@girs/restextras-1.0": "^1.0.0-3.0.0-beta.14",
381
+ "@girs/retro-0.14": "^0.14.0-3.0.0-beta.14",
382
+ "@girs/retro-1": "^1.0.0-3.0.0-beta.14",
383
+ "@girs/retro-2": "^2.0.0-3.0.0-beta.14",
384
+ "@girs/rsvg-2.0": "^2.55.90-3.0.0-beta.14",
385
+ "@girs/rygelcore-2.6": "^2.6.0-3.0.0-beta.14",
386
+ "@girs/rygelcore-2.8": "^2.8.0-3.0.0-beta.14",
387
+ "@girs/rygelrenderer-2.6": "^2.6.0-3.0.0-beta.14",
388
+ "@girs/rygelrenderer-2.8": "^2.8.0-3.0.0-beta.14",
389
+ "@girs/rygelrenderergst-2.6": "^2.6.0-3.0.0-beta.14",
390
+ "@girs/rygelrenderergst-2.8": "^2.8.0-3.0.0-beta.14",
391
+ "@girs/rygelserver-2.6": "^2.6.0-3.0.0-beta.14",
392
+ "@girs/rygelserver-2.8": "^2.8.0-3.0.0-beta.14",
393
+ "@girs/secret-1": "^0.20.5-3.0.0-beta.14",
394
+ "@girs/secretunstable-0": "^0.0.0-3.0.0-beta.14",
395
+ "@girs/shell-12": "^12.0.0-3.0.0-beta.14",
396
+ "@girs/shew-0": "^0.0.0-3.0.0-beta.14",
397
+ "@girs/shumate-1.0": "^1.1.0-3.0.0-beta.14",
398
+ "@girs/signon-2.0": "^2.0.0-3.0.0-beta.14",
399
+ "@girs/snapd-1": "^1.0.0-3.0.0-beta.14",
400
+ "@girs/socialwebclient-0.25": "^0.25.0-3.0.0-beta.14",
401
+ "@girs/soup-2.4": "^2.74.3-3.0.0-beta.14",
402
+ "@girs/soup-3.0": "^3.3.1-3.0.0-beta.14",
403
+ "@girs/soupgnome-2.4": "^2.4.0-3.0.0-beta.14",
404
+ "@girs/spiceclientglib-2.0": "^2.0.0-3.0.0-beta.14",
405
+ "@girs/spiceclientgtk-3.0": "^3.0.0-3.0.0-beta.14",
406
+ "@girs/st-12": "^12.0.0-3.0.0-beta.14",
407
+ "@girs/sushi-1.0": "^1.0.0-3.0.0-beta.14",
408
+ "@girs/telepathyfarstream-0.6": "^0.6.0-3.0.0-beta.14",
409
+ "@girs/telepathyglib-0.12": "^0.12.0-3.0.0-beta.14",
410
+ "@girs/telepathylogger-0.2": "^0.2.0-3.0.0-beta.14",
411
+ "@girs/template-1.0": "^3.36.1-3.0.0-beta.14",
412
+ "@girs/tepl-4": "^4.0.0-3.0.0-beta.14",
413
+ "@girs/tepl-5": "^5.0.0-3.0.0-beta.14",
414
+ "@girs/tepl-6": "^6.0.0-3.0.0-beta.14",
415
+ "@girs/timezonemap-1.0": "^1.0.0-3.0.0-beta.14",
416
+ "@girs/totem-1.0": "^1.0.0-3.0.0-beta.14",
417
+ "@girs/totemplparser-1.0": "^1.0.0-3.0.0-beta.14",
418
+ "@girs/tracker-1.0": "^1.0.0-3.0.0-beta.14",
419
+ "@girs/tracker-2.0": "^2.0.0-3.0.0-beta.14",
420
+ "@girs/tracker-3.0": "^3.0.0-3.0.0-beta.14",
421
+ "@girs/trackercontrol-1.0": "^1.0.0-3.0.0-beta.14",
422
+ "@girs/trackercontrol-2.0": "^2.0.0-3.0.0-beta.14",
423
+ "@girs/trackerminer-1.0": "^1.0.0-3.0.0-beta.14",
424
+ "@girs/trackerminer-2.0": "^2.0.0-3.0.0-beta.14",
425
+ "@girs/udisks-2.0": "^2.6.4-3.0.0-beta.14",
426
+ "@girs/uhm-0.0": "^0.5.3-3.0.0-beta.14",
427
+ "@girs/unique-3.0": "^3.0.0-3.0.0-beta.14",
428
+ "@girs/unity-6.0": "^6.0.0-3.0.0-beta.14",
429
+ "@girs/unity-7.0": "^7.0.0-3.0.0-beta.14",
430
+ "@girs/unityextras-7.0": "^7.0.0-3.0.0-beta.14",
431
+ "@girs/upowerglib-1.0": "^0.99.1-3.0.0-beta.14",
432
+ "@girs/vda-1": "^1.0.0-3.0.0-beta.14",
433
+ "@girs/vgda-1": "^1.0.0-3.0.0-beta.14",
434
+ "@girs/vgpg-1": "^1.0.0-3.0.0-beta.14",
435
+ "@girs/vgsl-1": "^1.0.0-3.0.0-beta.14",
436
+ "@girs/vips-8.0": "^8.14.0-3.0.0-beta.14",
437
+ "@girs/vpg-1": "^1.0.0-3.0.0-beta.14",
438
+ "@girs/vsqlite-1": "^1.0.0-3.0.0-beta.14",
439
+ "@girs/vte-2.91": "^0.69.0-3.0.0-beta.14",
440
+ "@girs/vte-4-2.91": "^0.69.0-3.0.0-beta.14",
441
+ "@girs/vulkan-1.0": "^1.0.0-3.0.0-beta.14",
442
+ "@girs/webkit-6.0": "^2.40.0-3.0.0-beta.14",
443
+ "@girs/webkit2-4.0": "^2.40.0-3.0.0-beta.14",
444
+ "@girs/webkit2-4.1": "^2.40.0-3.0.0-beta.14",
445
+ "@girs/webkit2-5.0": "^2.38.5-3.0.0-beta.14",
446
+ "@girs/webkit2webextension-4.0": "^4.0.0-3.0.0-beta.14",
447
+ "@girs/webkit2webextension-4.1": "^4.1.0-3.0.0-beta.14",
448
+ "@girs/webkit2webextension-5.0": "^5.0.0-3.0.0-beta.14",
449
+ "@girs/webkitwebextension-6.0": "^6.0.0-3.0.0-beta.14",
450
+ "@girs/webkitwebprocessextension-6.0": "^6.0.0-3.0.0-beta.14",
451
+ "@girs/win32-1.0": "^1.0.0-3.0.0-beta.14",
452
+ "@girs/wnck-3.0": "^43.0.0-3.0.0-beta.14",
453
+ "@girs/xdp-1.0": "^1.0.0-3.0.0-beta.14",
454
+ "@girs/xdpgtk3-1.0": "^1.0.0-3.0.0-beta.14",
455
+ "@girs/xdpgtk4-1.0": "^1.0.0-3.0.0-beta.14",
456
+ "@girs/xfixes-4.0": "^4.0.0-3.0.0-beta.14",
457
+ "@girs/xft-2.0": "^2.0.0-3.0.0-beta.14",
458
+ "@girs/xkl-1.0": "^1.0.0-3.0.0-beta.14",
459
+ "@girs/xlib-2.0": "^2.0.0-3.0.0-beta.14",
460
+ "@girs/xrandr-1.3": "^1.3.0-3.0.0-beta.14",
461
+ "@girs/zeitgeist-2.0": "^2.0.0-3.0.0-beta.14",
462
+ "@girs/zpj-0.0": "^0.0.0-3.0.0-beta.14"
461
463
  },
462
464
  "devDependencies": {
463
465
  "typescript": "^5.0.4"