@girs/gio-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/gio-2.0.d.cts +1 -1
- package/gio-2.0.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
# Gio-2.0
|
|
3
3
|
|
|
4
|
-
GJS TypeScript type definitions for Gio-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 Gio-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
|
GIO provides a modern and easy-to-use VFS API. It provides a file system abstraction which allows applications to access local and remote files with a single consistent API.
|
|
7
7
|
|
|
@@ -30,4 +30,8 @@ If you use [ambient modules](https://github.com/gjsify/ts-for-gir/tree/main/pack
|
|
|
30
30
|
import Gio from 'gi://Gio?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/gio-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
|
* Gio-2.0
|
package/gio-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
|
* Gio-2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gio-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 Gio-2.0, generated from library version 2.76.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gio-2.0.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"test:cjs": "tsc --noEmit gio-2.0.d.cts"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@girs/glib-2.0": "^2.76.1-3.0.0-beta.
|
|
33
|
-
"@girs/gobject-2.0": "^2.76.1-3.0.0-beta.
|
|
32
|
+
"@girs/glib-2.0": "^2.76.1-3.0.0-beta.14",
|
|
33
|
+
"@girs/gobject-2.0": "^2.76.1-3.0.0-beta.14"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"typescript": "^5.0.4"
|