@girs/tepl-4 4.0.0-3.3.0 → 4.0.0-4.0.0-beta.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/package.json +23 -28
- package/tepl-4-ambient.d.ts +2 -2
- package/tepl-4-import.d.ts +1 -11
- package/tepl-4.d.ts +4225 -3920
- package/tepl-4.js +0 -4
- package/tepl-4.cjs +0 -11
- package/tepl-4.d.cts +0 -4323
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Tepl-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir)
|
|
8
|
+
GJS TypeScript type definitions for Tepl-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.2.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/tepl-4",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-4.0.0-beta.2",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Tepl-4, generated from library version 4.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "tepl-4.js",
|
|
@@ -8,45 +8,40 @@
|
|
|
8
8
|
"exports": {
|
|
9
9
|
"./ambient": {
|
|
10
10
|
"types": "./tepl-4-ambient.d.ts",
|
|
11
|
+
"import": "./tepl-4-ambient.js",
|
|
11
12
|
"default": "./tepl-4-ambient.js"
|
|
12
13
|
},
|
|
13
14
|
"./import": {
|
|
14
15
|
"types": "./tepl-4-import.d.ts",
|
|
16
|
+
"import": "./tepl-4-import.js",
|
|
15
17
|
"default": "./tepl-4-import.js"
|
|
16
18
|
},
|
|
17
19
|
".": {
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
},
|
|
22
|
-
"require": {
|
|
23
|
-
"types": "./tepl-4.d.cts",
|
|
24
|
-
"default": "./tepl-4.cjs"
|
|
25
|
-
}
|
|
20
|
+
"types": "./tepl-4.d.ts",
|
|
21
|
+
"import": "./tepl-4.js",
|
|
22
|
+
"default": "./tepl-4.js"
|
|
26
23
|
}
|
|
27
24
|
},
|
|
28
25
|
"scripts": {
|
|
29
|
-
"test": "
|
|
30
|
-
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit tepl-4.d.ts",
|
|
31
|
-
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit tepl-4.d.cts"
|
|
26
|
+
"test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit tepl-4.d.ts"
|
|
32
27
|
},
|
|
33
28
|
"dependencies": {
|
|
34
|
-
"@girs/amtk-5": "^5.0.0-
|
|
35
|
-
"@girs/atk-1.0": "^2.
|
|
36
|
-
"@girs/cairo-1.0": "^1.0.0-
|
|
37
|
-
"@girs/freetype2-2.0": "^2.0.0-
|
|
38
|
-
"@girs/gdk-3.0": "^3.24.41-
|
|
39
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-
|
|
40
|
-
"@girs/gio-2.0": "^2.
|
|
41
|
-
"@girs/gjs": "^
|
|
42
|
-
"@girs/glib-2.0": "^2.
|
|
43
|
-
"@girs/gmodule-2.0": "^2.0.0-
|
|
44
|
-
"@girs/gobject-2.0": "^2.
|
|
45
|
-
"@girs/gtk-3.0": "^3.24.41-
|
|
46
|
-
"@girs/gtksource-4": "^4.0.0-
|
|
47
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
48
|
-
"@girs/pango-1.0": "^1.51.
|
|
49
|
-
"@girs/xlib-2.0": "^2.0.0-
|
|
29
|
+
"@girs/amtk-5": "^5.0.0-4.0.0-beta.2",
|
|
30
|
+
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.2",
|
|
31
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.2",
|
|
32
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.2",
|
|
33
|
+
"@girs/gdk-3.0": "^3.24.41-4.0.0-beta.2",
|
|
34
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.2",
|
|
35
|
+
"@girs/gio-2.0": "^2.80.0-4.0.0-beta.2",
|
|
36
|
+
"@girs/gjs": "^4.0.0-beta.2",
|
|
37
|
+
"@girs/glib-2.0": "^2.80.0-4.0.0-beta.2",
|
|
38
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.2",
|
|
39
|
+
"@girs/gobject-2.0": "^2.80.0-4.0.0-beta.2",
|
|
40
|
+
"@girs/gtk-3.0": "^3.24.41-4.0.0-beta.2",
|
|
41
|
+
"@girs/gtksource-4": "^4.0.0-4.0.0-beta.2",
|
|
42
|
+
"@girs/harfbuzz-0.0": "^8.3.1-4.0.0-beta.2",
|
|
43
|
+
"@girs/pango-1.0": "^1.51.2-4.0.0-beta.2",
|
|
44
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.2"
|
|
50
45
|
},
|
|
51
46
|
"devDependencies": {
|
|
52
47
|
"typescript": "*"
|
package/tepl-4-ambient.d.ts
CHANGED
package/tepl-4-import.d.ts
CHANGED
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import Tepl4 from '@girs/tepl-4';
|
|
3
|
-
|
|
4
|
-
declare global {
|
|
5
|
-
export interface GjsGiImports {
|
|
6
|
-
Tepl: typeof Tepl4;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export default GjsGiImports;
|
|
11
|
-
|
|
1
|
+
// Module import type definition not generated, otherwise this would cause a type conflict, this is because several GIR modules were generated with the same namespace: "Tepl"
|
|
12
2
|
|