@girs/evincedocument-3.0 44.0.0-3.0.0-beta.15 → 44.0.0-3.0.0
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 +2 -2
- package/package.json +16 -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
|
|
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.
|
|
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
|
|
3
|
+
"version": "44.0.0-3.0.0",
|
|
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,19 +31,20 @@
|
|
|
31
31
|
"test:cjs": "tsc --noEmit evincedocument-3.0.d.cts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/
|
|
35
|
-
"@girs/
|
|
36
|
-
"@girs/
|
|
37
|
-
"@girs/
|
|
38
|
-
"@girs/
|
|
39
|
-
"@girs/
|
|
40
|
-
"@girs/
|
|
41
|
-
"@girs/
|
|
42
|
-
"@girs/
|
|
43
|
-
"@girs/
|
|
44
|
-
"@girs/
|
|
45
|
-
"@girs/
|
|
46
|
-
"@girs/
|
|
34
|
+
"@girs/gjs": "^3.0.0",
|
|
35
|
+
"@girs/gtk-3.0": "^3.24.36-3.0.0",
|
|
36
|
+
"@girs/xlib-2.0": "^2.0.0-3.0.0",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.36-3.0.0",
|
|
38
|
+
"@girs/cairo-1.0": "^1.0.0-3.0.0",
|
|
39
|
+
"@girs/pango-1.0": "^1.50.13-3.0.0",
|
|
40
|
+
"@girs/harfbuzz-0.0": "^6.0.0-3.0.0",
|
|
41
|
+
"@girs/freetype2-2.0": "^2.0.0-3.0.0",
|
|
42
|
+
"@girs/gobject-2.0": "^2.76.1-3.0.0",
|
|
43
|
+
"@girs/glib-2.0": "^2.76.1-3.0.0",
|
|
44
|
+
"@girs/gio-2.0": "^2.76.1-3.0.0",
|
|
45
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.0.0",
|
|
46
|
+
"@girs/gmodule-2.0": "^2.0.0-3.0.0",
|
|
47
|
+
"@girs/atk-1.0": "^2.45.1-3.0.0"
|
|
47
48
|
},
|
|
48
49
|
"devDependencies": {
|
|
49
50
|
"typescript": "^5.0.4"
|
|
@@ -60,7 +61,7 @@
|
|
|
60
61
|
"license": "MIT",
|
|
61
62
|
"repository": {
|
|
62
63
|
"type": "git",
|
|
63
|
-
"url": "git+https://github.com/gjsify/
|
|
64
|
+
"url": "git+https://github.com/gjsify/types.git"
|
|
64
65
|
},
|
|
65
66
|
"bugs": {
|
|
66
67
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|