@girs/msg-0 0.0.0-4.0.0-beta.36 → 0.0.0-4.0.0-beta.37
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/index.d.ts +0 -2
- package/msg-0-import.d.ts +1 -9
- package/package.json +10 -10
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.37.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/index.d.ts
CHANGED
package/msg-0-import.d.ts
CHANGED
|
@@ -1,9 +1 @@
|
|
|
1
|
-
import type
|
|
2
|
-
|
|
3
|
-
declare global {
|
|
4
|
-
export interface GjsGiImports {
|
|
5
|
-
Msg: typeof Msg0;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export default GjsGiImports;
|
|
1
|
+
// Module import type definition not generated, otherwise this would cause a type conflict, this is because several GIR modules were generated with the same namespace: "Msg"
|
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.37",
|
|
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,14 +31,14 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/soup-3.0": "3.6.5-4.0.0-beta.
|
|
36
|
-
"@girs/gio-2.0": "2.
|
|
37
|
-
"@girs/gobject-2.0": "2.
|
|
38
|
-
"@girs/glib-2.0": "2.
|
|
39
|
-
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.
|
|
40
|
-
"@girs/json-1.0": "1.10.
|
|
41
|
-
"@girs/goa-1.0": "3.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.37",
|
|
35
|
+
"@girs/soup-3.0": "3.6.5-4.0.0-beta.37",
|
|
36
|
+
"@girs/gio-2.0": "2.86.0-4.0.0-beta.37",
|
|
37
|
+
"@girs/gobject-2.0": "2.86.0-4.0.0-beta.37",
|
|
38
|
+
"@girs/glib-2.0": "2.86.0-4.0.0-beta.37",
|
|
39
|
+
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.37",
|
|
40
|
+
"@girs/json-1.0": "1.10.8-4.0.0-beta.37",
|
|
41
|
+
"@girs/goa-1.0": "3.56.0-4.0.0-beta.37" },
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"typescript": "*"
|
|
44
44
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
|
-
"url": "https://github.com/gjsify/types.git"
|
|
50
|
+
"url": "git+https://github.com/gjsify/types.git"
|
|
51
51
|
},
|
|
52
52
|
"bugs": {
|
|
53
53
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|