@girs/msg-0 0.0.0-4.0.0-beta.20 → 0.0.0-4.0.0-beta.21
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/msg-0.d.ts +1 -0
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.21.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/msg-0.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ import type Soup from '@girs/soup-3.0';
|
|
|
12
12
|
import type Gio from '@girs/gio-2.0';
|
|
13
13
|
import type GObject from '@girs/gobject-2.0';
|
|
14
14
|
import type GLib from '@girs/glib-2.0';
|
|
15
|
+
import type GModule from '@girs/gmodule-2.0';
|
|
15
16
|
import type Json from '@girs/json-1.0';
|
|
16
17
|
import type Goa from '@girs/goa-1.0';
|
|
17
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/msg-0",
|
|
3
|
-
"version": "0.0.0-4.0.0-beta.
|
|
3
|
+
"version": "0.0.0-4.0.0-beta.21",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "msg-0.js",
|
|
@@ -31,13 +31,14 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gio-2.0": "^2.
|
|
35
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
36
|
-
"@girs/glib-2.0": "^2.
|
|
37
|
-
"@girs/
|
|
38
|
-
"@girs/
|
|
39
|
-
"@girs/
|
|
40
|
-
"@girs/
|
|
34
|
+
"@girs/gio-2.0": "^2.83.3-4.0.0-beta.21",
|
|
35
|
+
"@girs/gjs": "^4.0.0-beta.21",
|
|
36
|
+
"@girs/glib-2.0": "^2.83.3-4.0.0-beta.21",
|
|
37
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.21",
|
|
38
|
+
"@girs/goa-1.0": "^3.52.0-4.0.0-beta.21",
|
|
39
|
+
"@girs/gobject-2.0": "^2.83.3-4.0.0-beta.21",
|
|
40
|
+
"@girs/json-1.0": "^1.10.7-4.0.0-beta.21",
|
|
41
|
+
"@girs/soup-3.0": "^3.6.4-4.0.0-beta.21"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
44
|
"typescript": "*"
|