@girs/evincedocument-3.0 44.0.0-3.0.0-beta.16 → 44.0.0-3.0.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
 
2
2
  # EvinceDocument-3.0
3
3
 
4
- GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 44.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0-beta.16.
4
+ GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 44.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.1.
5
+
5
6
 
6
7
  ## Install
7
8
 
@@ -49,7 +50,6 @@ Now you can import the ambient module with TypeScript support:
49
50
  import EvinceDocument from 'gi://EvinceDocument?version=3.0';
50
51
  ```
51
52
 
52
-
53
53
  ### Global import
54
54
 
55
55
  You can also import the module with Typescript support using the global `imports.gi` object of GJS.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/evincedocument-3.0",
3
- "version": "44.0.0-3.0.0-beta.16",
3
+ "version": "44.0.0-3.0.1",
4
4
  "description": "GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 44.0.0",
5
5
  "type": "module",
6
6
  "module": "evincedocument-3.0.js",
@@ -31,20 +31,20 @@
31
31
  "test:cjs": "tsc --noEmit evincedocument-3.0.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^3.0.0-beta.16",
35
- "@girs/gtk-3.0": "^3.24.36-3.0.0-beta.16",
36
- "@girs/xlib-2.0": "^2.0.0-3.0.0-beta.16",
37
- "@girs/gdk-3.0": "^3.24.36-3.0.0-beta.16",
38
- "@girs/cairo-1.0": "^1.0.0-3.0.0-beta.16",
39
- "@girs/pango-1.0": "^1.50.13-3.0.0-beta.16",
40
- "@girs/harfbuzz-0.0": "^6.0.0-3.0.0-beta.16",
41
- "@girs/freetype2-2.0": "^2.0.0-3.0.0-beta.16",
42
- "@girs/gobject-2.0": "^2.76.1-3.0.0-beta.16",
43
- "@girs/glib-2.0": "^2.76.1-3.0.0-beta.16",
44
- "@girs/gio-2.0": "^2.76.1-3.0.0-beta.16",
45
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.0-beta.16",
46
- "@girs/gmodule-2.0": "^2.0.0-3.0.0-beta.16",
47
- "@girs/atk-1.0": "^2.45.1-3.0.0-beta.16"
34
+ "@girs/atk-1.0": "^2.48.2-3.0.1",
35
+ "@girs/cairo-1.0": "^1.0.0-3.0.1",
36
+ "@girs/freetype2-2.0": "^2.0.0-3.0.1",
37
+ "@girs/gdk-3.0": "^3.24.37-3.0.1",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.1",
39
+ "@girs/gio-2.0": "^2.76.1-3.0.1",
40
+ "@girs/gjs": "^3.0.1",
41
+ "@girs/glib-2.0": "^2.76.1-3.0.1",
42
+ "@girs/gmodule-2.0": "^2.0.0-3.0.1",
43
+ "@girs/gobject-2.0": "^2.76.1-3.0.1",
44
+ "@girs/gtk-3.0": "^3.24.37-3.0.1",
45
+ "@girs/harfbuzz-0.0": "^7.1.0-3.0.1",
46
+ "@girs/pango-1.0": "^1.50.14-3.0.1",
47
+ "@girs/xlib-2.0": "^2.0.0-3.0.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "^5.0.4"