@girs/modulemd-2.0 2.0.0-4.0.0-rc.7 → 2.0.0-4.0.0-rc.8

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/modulemd-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-rc.7.
8
+ GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-rc.8.
9
9
 
10
10
  ## Install
11
11
 
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * These type definitions are automatically generated, do not edit them by hand.
5
5
  * If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
6
- *
6
+ *
7
7
  * This template is used to generate the index.d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
8
8
  */
9
9
 
@@ -13,3 +13,4 @@ import './modulemd-2.0-import.d.ts';
13
13
 
14
14
  import Modulemd from './modulemd-2.0.js';
15
15
  export default Modulemd;
16
+
@@ -1,3 +1,4 @@
1
+
1
2
  declare module 'gi://Modulemd?version=2.0' {
2
3
  import Modulemd20 from '@girs/modulemd-2.0';
3
4
  export default Modulemd20;
@@ -7,3 +8,5 @@ declare module 'gi://Modulemd' {
7
8
  import Modulemd20 from 'gi://Modulemd?version=2.0';
8
9
  export default Modulemd20;
9
10
  }
11
+
12
+
@@ -1,3 +1,4 @@
1
+
1
2
  import type Modulemd20 from '@girs/modulemd-2.0';
2
3
 
3
4
  declare global {
@@ -7,3 +8,5 @@ declare global {
7
8
  }
8
9
 
9
10
  export default GjsGiImports;
11
+
12
+