@girs/glib-2.0 2.76.1-3.0.0-beta.13 → 2.76.1-3.0.0-beta.14
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 +6 -2
- package/glib-2.0.d.cts +1 -1
- package/glib-2.0.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
# GLib-2.0
|
|
3
3
|
|
|
4
|
-
GJS TypeScript type definitions for GLib-2.0, generated from library version 2.76.1 using [ts-for-gir](https://github.com/gjsify/ts-for-
|
|
4
|
+
GJS TypeScript type definitions for GLib-2.0, generated from library version 2.76.1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0-beta.14.
|
|
5
5
|
|
|
6
6
|
GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures.
|
|
7
7
|
|
|
@@ -30,4 +30,8 @@ If you use [ambient modules](https://github.com/gjsify/ts-for-gir/tree/main/pack
|
|
|
30
30
|
import GLib from 'gi://GLib?version=2.0';
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
Depending on your project configuration, it is recommended to use a bundler like [esbuild](https://esbuild.github.io/). You can find examples using different bundlers [here](https://github.com/gjsify/ts-for-gir/tree/main/examples).
|
|
33
|
+
Depending on your project configuration, it is recommended to use a bundler like [esbuild](https://esbuild.github.io/). You can find examples using different bundlers [here](https://github.com/gjsify/ts-for-gir/tree/main/examples).
|
|
34
|
+
|
|
35
|
+
## Other packages
|
|
36
|
+
|
|
37
|
+
All existing pre-generated packages can be found on [gjsify/types](https://github.com/gjsify/types).
|
package/glib-2.0.d.cts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Type Definitions for Gjs (https://gjs.guide/)
|
|
4
4
|
*
|
|
5
5
|
* These type definitions are automatically generated, do not edit them by hand.
|
|
6
|
-
* If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-
|
|
6
|
+
* If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* GLib-2.0
|
package/glib-2.0.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Type Definitions for Gjs (https://gjs.guide/)
|
|
4
4
|
*
|
|
5
5
|
* These type definitions are automatically generated, do not edit them by hand.
|
|
6
|
-
* If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-
|
|
6
|
+
* If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* GLib-2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/glib-2.0",
|
|
3
|
-
"version": "2.76.1-3.0.0-beta.
|
|
3
|
+
"version": "2.76.1-3.0.0-beta.14",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GLib-2.0, generated from library version 2.76.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "glib-2.0.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:cjs": "tsc --noEmit glib-2.0.d.cts"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@girs/gobject-2.0": "^2.76.1-3.0.0-beta.
|
|
32
|
+
"@girs/gobject-2.0": "^2.76.1-3.0.0-beta.14"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.0.4"
|