@girs/unity-7.0 7.0.0-3.0.0-beta.13 → 7.0.0-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/package.json +6 -6
- package/unity-7.0.d.cts +1 -1
- package/unity-7.0.d.ts +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
# Unity-7.0
|
|
3
3
|
|
|
4
|
-
GJS TypeScript type definitions for Unity-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-
|
|
4
|
+
GJS TypeScript type definitions for Unity-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0-beta.14.
|
|
5
5
|
|
|
6
6
|
## Install
|
|
7
7
|
|
|
@@ -28,4 +28,8 @@ If you use [ambient modules](https://github.com/gjsify/ts-for-gir/tree/main/pack
|
|
|
28
28
|
import Unity from 'gi://Unity?version=7.0';
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
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).
|
|
31
|
+
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).
|
|
32
|
+
|
|
33
|
+
## Other packages
|
|
34
|
+
|
|
35
|
+
All existing pre-generated packages can be found on [gjsify/types](https://github.com/gjsify/types).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/unity-7.0",
|
|
3
|
-
"version": "7.0.0-3.0.0-beta.
|
|
3
|
+
"version": "7.0.0-3.0.0-beta.14",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Unity-7.0, generated from library version 7.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "unity-7.0.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:cjs": "tsc --noEmit unity-7.0.d.cts"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@girs/dbusmenu-0.4": "^0.4.0-3.0.0-beta.
|
|
33
|
-
"@girs/dee-1.0": "^1.0.0-3.0.0-beta.
|
|
34
|
-
"@girs/gio-2.0": "^2.76.1-3.0.0-beta.
|
|
35
|
-
"@girs/glib-2.0": "^2.76.1-3.0.0-beta.
|
|
36
|
-
"@girs/gobject-2.0": "^2.76.1-3.0.0-beta.
|
|
32
|
+
"@girs/dbusmenu-0.4": "^0.4.0-3.0.0-beta.14",
|
|
33
|
+
"@girs/dee-1.0": "^1.0.0-3.0.0-beta.14",
|
|
34
|
+
"@girs/gio-2.0": "^2.76.1-3.0.0-beta.14",
|
|
35
|
+
"@girs/glib-2.0": "^2.76.1-3.0.0-beta.14",
|
|
36
|
+
"@girs/gobject-2.0": "^2.76.1-3.0.0-beta.14"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "^5.0.4"
|
package/unity-7.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
|
* Unity-7.0
|
package/unity-7.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
|
* Unity-7.0
|