@girs/dazzle-1.0 3.44.0-3.1.0 → 3.44.0-3.2.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 +1 -1
- package/dazzle-1.0.d.cts +2 -2
- package/dazzle-1.0.d.ts +2 -2
- package/package.json +15 -21
- package/{tsconfig.doc.json → tsconfig.json} +2 -0
- package/typedoc.json +7 -0
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Dazzle-1.0, generated from library version 3.44.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.
|
|
8
|
+
GJS TypeScript type definitions for Dazzle-1.0, generated from library version 3.44.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.2.
|
|
9
9
|
|
|
10
10
|
The libdazzle library is a companion library to GObject and Gtk+. It provides various features that we wish were in the underlying library but cannot for various reasons. In most cases, they are wildly out of scope for those libraries. In other cases, our design isn't quite generic enough to work for everyone.
|
|
11
11
|
|
package/dazzle-1.0.d.cts
CHANGED
|
@@ -16,11 +16,11 @@ import type Gtk from '@girs/gtk-3.0';
|
|
|
16
16
|
import type xlib from '@girs/xlib-2.0';
|
|
17
17
|
import type Gdk from '@girs/gdk-3.0';
|
|
18
18
|
import type cairo from '@girs/cairo-1.0';
|
|
19
|
+
import type GObject from '@girs/gobject-2.0';
|
|
20
|
+
import type GLib from '@girs/glib-2.0';
|
|
19
21
|
import type Pango from '@girs/pango-1.0';
|
|
20
22
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
21
23
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
22
|
-
import type GObject from '@girs/gobject-2.0';
|
|
23
|
-
import type GLib from '@girs/glib-2.0';
|
|
24
24
|
import type Gio from '@girs/gio-2.0';
|
|
25
25
|
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
26
26
|
import type GModule from '@girs/gmodule-2.0';
|
package/dazzle-1.0.d.ts
CHANGED
|
@@ -16,11 +16,11 @@ import type Gtk from '@girs/gtk-3.0';
|
|
|
16
16
|
import type xlib from '@girs/xlib-2.0';
|
|
17
17
|
import type Gdk from '@girs/gdk-3.0';
|
|
18
18
|
import type cairo from '@girs/cairo-1.0';
|
|
19
|
+
import type GObject from '@girs/gobject-2.0';
|
|
20
|
+
import type GLib from '@girs/glib-2.0';
|
|
19
21
|
import type Pango from '@girs/pango-1.0';
|
|
20
22
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
21
23
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
22
|
-
import type GObject from '@girs/gobject-2.0';
|
|
23
|
-
import type GLib from '@girs/glib-2.0';
|
|
24
24
|
import type Gio from '@girs/gio-2.0';
|
|
25
25
|
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
26
26
|
import type GModule from '@girs/gmodule-2.0';
|
package/package.json
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/dazzle-1.0",
|
|
3
|
-
"version": "3.44.0-3.
|
|
3
|
+
"version": "3.44.0-3.2.2",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Dazzle-1.0, generated from library version 3.44.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dazzle-1.0.js",
|
|
7
7
|
"main": "dazzle-1.0.js",
|
|
8
|
-
"typedoc": {
|
|
9
|
-
"entryPoint": "./dazzle-1.0.d.ts",
|
|
10
|
-
"readmeFile": "./README.md",
|
|
11
|
-
"displayName": "Dazzle-1.0",
|
|
12
|
-
"tsconfig": "./tsconfig.doc.json"
|
|
13
|
-
},
|
|
14
8
|
"exports": {
|
|
15
9
|
"./ambient": "./dazzle-1.0-ambient.d.ts",
|
|
16
10
|
"./import": "./dazzle-1.0-import.d.ts",
|
|
@@ -31,20 +25,20 @@
|
|
|
31
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit dazzle-1.0.d.cts"
|
|
32
26
|
},
|
|
33
27
|
"dependencies": {
|
|
34
|
-
"@girs/atk-1.0": "^2.
|
|
35
|
-
"@girs/cairo-1.0": "^1.0.0-3.
|
|
36
|
-
"@girs/freetype2-2.0": "^2.0.0-3.
|
|
37
|
-
"@girs/gdk-3.0": "^3.24.
|
|
38
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.
|
|
39
|
-
"@girs/gio-2.0": "^2.
|
|
40
|
-
"@girs/gjs": "^3.
|
|
41
|
-
"@girs/glib-2.0": "^2.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-3.
|
|
43
|
-
"@girs/gobject-2.0": "^2.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.
|
|
45
|
-
"@girs/harfbuzz-0.0": "^7.1.0-3.
|
|
46
|
-
"@girs/pango-1.0": "^1.
|
|
47
|
-
"@girs/xlib-2.0": "^2.0.0-3.
|
|
28
|
+
"@girs/atk-1.0": "^2.45.1-3.2.2",
|
|
29
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.2",
|
|
30
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.2",
|
|
31
|
+
"@girs/gdk-3.0": "^3.24.39-3.2.2",
|
|
32
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.2",
|
|
33
|
+
"@girs/gio-2.0": "^2.77.0-3.2.2",
|
|
34
|
+
"@girs/gjs": "^3.2.2",
|
|
35
|
+
"@girs/glib-2.0": "^2.77.0-3.2.2",
|
|
36
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.2",
|
|
37
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.2",
|
|
38
|
+
"@girs/gtk-3.0": "^3.24.39-3.2.2",
|
|
39
|
+
"@girs/harfbuzz-0.0": "^7.1.0-3.2.2",
|
|
40
|
+
"@girs/pango-1.0": "^1.51.0-3.2.2",
|
|
41
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.2"
|
|
48
42
|
},
|
|
49
43
|
"devDependencies": {
|
|
50
44
|
"typescript": "*"
|