@girs/xreaderdocument-1.5 4.2.2-4.0.0-beta.15 → 4.2.2-4.0.0-beta.16

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/xreaderdocument-1.5)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.15.
8
+ GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.16.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/xreaderdocument-1.5",
3
- "version": "4.2.2-4.0.0-beta.15",
3
+ "version": "4.2.2-4.0.0-beta.16",
4
4
  "description": "GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.2",
5
5
  "type": "module",
6
6
  "module": "xreaderdocument-1.5.js",
@@ -31,20 +31,20 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/atk-1.0": "^2.52.0-4.0.0-beta.15",
35
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.15",
36
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.15",
37
- "@girs/gdk-3.0": "^3.24.43-4.0.0-beta.15",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.15",
39
- "@girs/gio-2.0": "^2.80.3-4.0.0-beta.15",
40
- "@girs/gjs": "^4.0.0-beta.15",
41
- "@girs/glib-2.0": "^2.80.3-4.0.0-beta.15",
42
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.15",
43
- "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.15",
44
- "@girs/gtk-3.0": "^3.24.43-4.0.0-beta.15",
45
- "@girs/harfbuzz-0.0": "^8.5.0-4.0.0-beta.15",
46
- "@girs/pango-1.0": "^1.54.0-4.0.0-beta.15",
47
- "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.15"
34
+ "@girs/atk-1.0": "^2.53.1-4.0.0-beta.16",
35
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.16",
36
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.16",
37
+ "@girs/gdk-3.0": "^3.24.43-4.0.0-beta.16",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.16",
39
+ "@girs/gio-2.0": "^2.82.0-4.0.0-beta.16",
40
+ "@girs/gjs": "^4.0.0-beta.16",
41
+ "@girs/glib-2.0": "^2.82.0-4.0.0-beta.16",
42
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.16",
43
+ "@girs/gobject-2.0": "^2.82.0-4.0.0-beta.16",
44
+ "@girs/gtk-3.0": "^3.24.43-4.0.0-beta.16",
45
+ "@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.16",
46
+ "@girs/pango-1.0": "^1.54.0-4.0.0-beta.16",
47
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.16"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "*"
@@ -18,8 +18,8 @@ import type Pango from '@girs/pango-1.0';
18
18
  import type HarfBuzz from '@girs/harfbuzz-0.0';
19
19
  import type freetype2 from '@girs/freetype2-2.0';
20
20
  import type Gio from '@girs/gio-2.0';
21
- import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
22
21
  import type GModule from '@girs/gmodule-2.0';
22
+ import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
23
23
  import type Atk from '@girs/atk-1.0';
24
24
 
25
25
  export namespace XreaderDocument {