@girs/gobject-2.0 2.76.1-3.0.0-beta.15 → 2.76.1-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 +1 -2
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
# GObject-2.0
|
|
3
3
|
|
|
4
|
-
GJS TypeScript type definitions for GObject-2.0, generated from library version 2.76.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0
|
|
4
|
+
GJS TypeScript type definitions for GObject-2.0, generated from library version 2.76.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0.
|
|
5
5
|
|
|
6
6
|
GObject provides the object system used for Pango and GTK+.
|
|
7
7
|
|
|
@@ -51,7 +51,6 @@ Now you can import the ambient module with TypeScript support:
|
|
|
51
51
|
import GObject from 'gi://GObject?version=2.0';
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
|
|
55
54
|
### Global import
|
|
56
55
|
|
|
57
56
|
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/gobject-2.0",
|
|
3
|
-
"version": "2.76.1-3.0.0
|
|
3
|
+
"version": "2.76.1-3.0.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GObject-2.0, generated from library version 2.76.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gobject-2.0.js",
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"test:cjs": "tsc --noEmit gobject-2.0.d.cts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/
|
|
34
|
+
"@girs/gjs": "^3.0.0",
|
|
35
|
+
"@girs/glib-2.0": "^2.76.1-3.0.0"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|
|
37
38
|
"typescript": "^5.0.4"
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
"license": "MIT",
|
|
49
50
|
"repository": {
|
|
50
51
|
"type": "git",
|
|
51
|
-
"url": "git+https://github.com/gjsify/
|
|
52
|
+
"url": "git+https://github.com/gjsify/types.git"
|
|
52
53
|
},
|
|
53
54
|
"bugs": {
|
|
54
55
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|