@girs/evincedocument-3.0 45.0.0-4.0.0-beta.1 → 45.0.0-4.0.0-beta.2

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/evincedocument-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 45.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.1.
8
+ GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 45.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.2.
9
9
 
10
10
 
11
11
  ## Install
@@ -21,8 +21,8 @@ import type Pango from '@girs/pango-1.0';
21
21
  import type HarfBuzz from '@girs/harfbuzz-0.0';
22
22
  import type freetype2 from '@girs/freetype2-2.0';
23
23
  import type Gio from '@girs/gio-2.0';
24
- import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
25
24
  import type GModule from '@girs/gmodule-2.0';
25
+ import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
26
26
  import type Atk from '@girs/atk-1.0';
27
27
 
28
28
  export namespace EvinceDocument {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/evincedocument-3.0",
3
- "version": "45.0.0-4.0.0-beta.1",
3
+ "version": "45.0.0-4.0.0-beta.2",
4
4
  "description": "GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 45.0.0",
5
5
  "type": "module",
6
6
  "module": "evincedocument-3.0.js",
@@ -26,20 +26,20 @@
26
26
  "test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit evincedocument-3.0.d.ts"
27
27
  },
28
28
  "dependencies": {
29
- "@girs/atk-1.0": "^2.45.1-4.0.0-beta.1",
30
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.1",
31
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.1",
32
- "@girs/gdk-3.0": "^3.24.39-4.0.0-beta.1",
33
- "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.1",
34
- "@girs/gio-2.0": "^2.77.0-4.0.0-beta.1",
35
- "@girs/gjs": "^4.0.0-beta.1",
36
- "@girs/glib-2.0": "^2.77.0-4.0.0-beta.1",
37
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.1",
38
- "@girs/gobject-2.0": "^2.77.0-4.0.0-beta.1",
39
- "@girs/gtk-3.0": "^3.24.39-4.0.0-beta.1",
40
- "@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.1",
41
- "@girs/pango-1.0": "^1.51.0-4.0.0-beta.1",
42
- "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.1"
29
+ "@girs/atk-1.0": "^2.52.0-4.0.0-beta.2",
30
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.2",
31
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.2",
32
+ "@girs/gdk-3.0": "^3.24.41-4.0.0-beta.2",
33
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.2",
34
+ "@girs/gio-2.0": "^2.80.0-4.0.0-beta.2",
35
+ "@girs/gjs": "^4.0.0-beta.2",
36
+ "@girs/glib-2.0": "^2.80.0-4.0.0-beta.2",
37
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.2",
38
+ "@girs/gobject-2.0": "^2.80.0-4.0.0-beta.2",
39
+ "@girs/gtk-3.0": "^3.24.41-4.0.0-beta.2",
40
+ "@girs/harfbuzz-0.0": "^8.3.1-4.0.0-beta.2",
41
+ "@girs/pango-1.0": "^1.51.2-4.0.0-beta.2",
42
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "*"