@girs/gitg-1.0 1.0.0-3.2.2 → 1.0.0-3.2.4
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 +1 -1
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gitg-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Gitg-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.4.
|
|
9
9
|
|
|
10
10
|
Small, fast and convenient set of widgets to visualize the history of git repositories.
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gitg-1.0",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.4",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gitg-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gitg-1.0.js",
|
|
@@ -25,22 +25,22 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gitg-1.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gdk-3.0": "^3.24.
|
|
32
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gee-0.8": "^0.8.0-3.2.
|
|
34
|
-
"@girs/ggit-1.0": "^1.1.0-3.2.
|
|
35
|
-
"@girs/gio-2.0": "^2.
|
|
36
|
-
"@girs/gjs": "^3.2.
|
|
37
|
-
"@girs/glib-2.0": "^2.
|
|
38
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
39
|
-
"@girs/gobject-2.0": "^2.
|
|
40
|
-
"@girs/gtk-3.0": "^3.24.
|
|
41
|
-
"@girs/harfbuzz-0.0": "^
|
|
42
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
43
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
28
|
+
"@girs/atk-1.0": "^2.50.0-3.2.4",
|
|
29
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.4",
|
|
30
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.4",
|
|
31
|
+
"@girs/gdk-3.0": "^3.24.38-3.2.4",
|
|
32
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.4",
|
|
33
|
+
"@girs/gee-0.8": "^0.8.0-3.2.4",
|
|
34
|
+
"@girs/ggit-1.0": "^1.1.0-3.2.4",
|
|
35
|
+
"@girs/gio-2.0": "^2.78.0-3.2.4",
|
|
36
|
+
"@girs/gjs": "^3.2.4",
|
|
37
|
+
"@girs/glib-2.0": "^2.78.0-3.2.4",
|
|
38
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.4",
|
|
39
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.4",
|
|
40
|
+
"@girs/gtk-3.0": "^3.24.38-3.2.4",
|
|
41
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.4",
|
|
42
|
+
"@girs/pango-1.0": "^1.51.0-3.2.4",
|
|
43
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"typescript": "*"
|