@girs/msg-0 0.0.0-4.0.0-beta.35 → 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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/msg-0)
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.35.
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
@@ -9,7 +9,5 @@
9
9
 
10
10
  import './msg-0-ambient.d.ts';
11
11
 
12
- import './msg-0-import.d.ts';
13
-
14
12
  import Msg from './msg-0.js';
15
13
  export default Msg;
package/msg-0-import.d.ts CHANGED
@@ -1,9 +1 @@
1
- import type Msg0 from '@girs/msg-0';
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.35",
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",
35
- "@girs/soup-3.0": "3.6.5-4.0.0-beta.35",
36
- "@girs/gio-2.0": "2.0.0-4.0.0-beta.35",
37
- "@girs/gobject-2.0": "2.0.0-4.0.0-beta.35",
38
- "@girs/glib-2.0": "2.84.4-4.0.0-beta.35",
39
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.35",
40
- "@girs/json-1.0": "1.10.7-4.0.0-beta.35",
41
- "@girs/goa-1.0": "3.52.0-4.0.0-beta.35" },
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"