@girs/unique-3.0 3.0.0-3.2.2 → 3.0.0-3.2.3
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 +15 -15
- package/unique-3.0.d.cts +2 -2
- package/unique-3.0.d.ts +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Unique-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Unique-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.3.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/unique-3.0",
|
|
3
|
-
"version": "3.0.0-3.2.
|
|
3
|
+
"version": "3.0.0-3.2.3",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Unique-3.0, generated from library version 3.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "unique-3.0.js",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit unique-3.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/gio-2.0": "^2.
|
|
34
|
-
"@girs/gjs": "^3.2.
|
|
35
|
-
"@girs/glib-2.0": "^2.
|
|
36
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gobject-2.0": "^2.
|
|
38
|
-
"@girs/gtk-3.0": "^3.24.
|
|
39
|
-
"@girs/harfbuzz-0.0": "^7.1.0-3.2.
|
|
40
|
-
"@girs/pango-1.0": "^1.
|
|
41
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
28
|
+
"@girs/atk-1.0": "^2.48.3-3.2.3",
|
|
29
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.3",
|
|
30
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.3",
|
|
31
|
+
"@girs/gdk-3.0": "^3.24.38-3.2.3",
|
|
32
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.3",
|
|
33
|
+
"@girs/gio-2.0": "^2.76.1-3.2.3",
|
|
34
|
+
"@girs/gjs": "^3.2.3",
|
|
35
|
+
"@girs/glib-2.0": "^2.76.1-3.2.3",
|
|
36
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.3",
|
|
37
|
+
"@girs/gobject-2.0": "^2.76.1-3.2.3",
|
|
38
|
+
"@girs/gtk-3.0": "^3.24.38-3.2.3",
|
|
39
|
+
"@girs/harfbuzz-0.0": "^7.1.0-3.2.3",
|
|
40
|
+
"@girs/pango-1.0": "^1.50.14-3.2.3",
|
|
41
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"typescript": "*"
|
package/unique-3.0.d.cts
CHANGED
|
@@ -14,11 +14,11 @@ import './unique-3.0-import.d.ts';
|
|
|
14
14
|
|
|
15
15
|
import type xlib from '@girs/xlib-2.0';
|
|
16
16
|
import type cairo from '@girs/cairo-1.0';
|
|
17
|
-
import type GObject from '@girs/gobject-2.0';
|
|
18
|
-
import type GLib from '@girs/glib-2.0';
|
|
19
17
|
import type Pango from '@girs/pango-1.0';
|
|
20
18
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
21
19
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
20
|
+
import type GObject from '@girs/gobject-2.0';
|
|
21
|
+
import type GLib from '@girs/glib-2.0';
|
|
22
22
|
import type Gio from '@girs/gio-2.0';
|
|
23
23
|
import type Gtk from '@girs/gtk-3.0';
|
|
24
24
|
import type Gdk from '@girs/gdk-3.0';
|
package/unique-3.0.d.ts
CHANGED
|
@@ -14,11 +14,11 @@ import './unique-3.0-import.d.ts';
|
|
|
14
14
|
|
|
15
15
|
import type xlib from '@girs/xlib-2.0';
|
|
16
16
|
import type cairo from '@girs/cairo-1.0';
|
|
17
|
-
import type GObject from '@girs/gobject-2.0';
|
|
18
|
-
import type GLib from '@girs/glib-2.0';
|
|
19
17
|
import type Pango from '@girs/pango-1.0';
|
|
20
18
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
21
19
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
20
|
+
import type GObject from '@girs/gobject-2.0';
|
|
21
|
+
import type GLib from '@girs/glib-2.0';
|
|
22
22
|
import type Gio from '@girs/gio-2.0';
|
|
23
23
|
import type Gtk from '@girs/gtk-3.0';
|
|
24
24
|
import type Gdk from '@girs/gdk-3.0';
|