@girs/modulemd-2.0 2.0.0-4.0.0-beta.6 → 2.0.0-4.0.0-beta.7

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-beta.6.
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-beta.7.
9
9
 
10
10
 
11
11
  ## Install
package/index.d.ts ADDED
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Type Definitions for Gjs (https://gjs.guide/)
3
+ *
4
+ * These type definitions are automatically generated, do not edit them by hand.
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
+ *
7
+ * This template is used to generate the index.d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
8
+ */
9
+
10
+ import './modulemd-2.0-ambient.d.ts';
11
+
12
+ import './modulemd-2.0-import.d.ts';
13
+
14
+ import Modulemd from './modulemd-2.0.js';
15
+ export default Modulemd;
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+
2
+ // @ts-expect-error
3
+ import Modulemd from './modulemd-2.0.js';
4
+ export default Modulemd;
5
+
@@ -1,12 +1,9 @@
1
-
2
1
  declare module 'gi://Modulemd?version=2.0' {
3
- import Modulemd from '@girs/modulemd-2.0';
4
- export default Modulemd;
2
+ import Modulemd20 from '@girs/modulemd-2.0';
3
+ export default Modulemd20;
5
4
  }
6
5
 
7
6
  declare module 'gi://Modulemd' {
8
7
  import Modulemd20 from 'gi://Modulemd?version=2.0';
9
8
  export default Modulemd20;
10
9
  }
11
-
12
-
@@ -1,4 +1,3 @@
1
-
2
1
  import Modulemd20 from '@girs/modulemd-2.0';
3
2
 
4
3
  declare global {
@@ -8,5 +7,3 @@ declare global {
8
7
  }
9
8
 
10
9
  export default GjsGiImports;
11
-
12
-
package/modulemd-2.0.d.ts CHANGED
@@ -1,20 +1,21 @@
1
- /*
1
+ /**
2
2
  * Type Definitions for Gjs (https://gjs.guide/)
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
+ *
7
+ * The based EJS template file is used for the generated .d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
6
8
  */
7
9
 
8
- import './modulemd-2.0-ambient.d.ts';
9
-
10
- /**
11
- * Modulemd-2.0
12
- */
13
-
10
+ // Module dependencies
14
11
  import type GObject from '@girs/gobject-2.0';
15
12
  import type GLib from '@girs/glib-2.0';
16
13
 
17
14
  export namespace Modulemd {
15
+ /**
16
+ * Modulemd-2.0
17
+ */
18
+
18
19
  enum CompressionTypeEnum {
19
20
  /**
20
21
  * Zstandard compression; since 2.15
@@ -2456,4 +2457,5 @@ export namespace Modulemd {
2456
2457
  }
2457
2458
 
2458
2459
  export default Modulemd;
2460
+
2459
2461
  // END
package/modulemd-2.0.js CHANGED
@@ -1,6 +1,5 @@
1
1
 
2
- // @ts-expect-error
3
- import Modulemd from 'gi://Modulemd?version=2.0';
4
- export { Modulemd };
5
- export default Modulemd;
2
+ // @ts-expect-error
3
+ import Modulemd from 'gi://Modulemd?version=2.0';
4
+ export default Modulemd;
6
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/modulemd-2.0",
3
- "version": "2.0.0-4.0.0-beta.6",
3
+ "version": "2.0.0-4.0.0-beta.7",
4
4
  "description": "GJS TypeScript type definitions for Modulemd-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "modulemd-2.0.js",
@@ -16,19 +16,24 @@
16
16
  "import": "./modulemd-2.0-import.js",
17
17
  "default": "./modulemd-2.0-import.js"
18
18
  },
19
- ".": {
19
+ "./modulemd-2.0": {
20
20
  "types": "./modulemd-2.0.d.ts",
21
21
  "import": "./modulemd-2.0.js",
22
22
  "default": "./modulemd-2.0.js"
23
+ },
24
+ ".": {
25
+ "types": "./index.d.ts",
26
+ "import": "./index.js",
27
+ "default": "./index.js"
23
28
  }
24
29
  },
25
30
  "scripts": {
26
31
  "test": "tsc --project tsconfig.json"
27
32
  },
28
33
  "dependencies": {
29
- "@girs/gjs": "^4.0.0-beta.6",
30
- "@girs/glib-2.0": "^2.80.3-4.0.0-beta.6",
31
- "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.6"
34
+ "@girs/gjs": "^4.0.0-beta.7",
35
+ "@girs/glib-2.0": "^2.80.2-4.0.0-beta.7",
36
+ "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.7"
32
37
  },
33
38
  "devDependencies": {
34
39
  "typescript": "*"
package/tsconfig.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "compilerOptions": {
3
3
  // General settings for code interpretation
4
4
  "target": "ESNext",
5
- "module": "ESNext",
5
+ "module": "NodeNext",
6
6
  "lib": ["ESNext"],
7
7
  "types": [],
8
8
  "experimentalDecorators": true,
9
- "moduleResolution": "node",
9
+ "moduleResolution": "NodeNext",
10
10
  "noEmit": true,
11
11
  "noEmitOnError": false,
12
12
  "baseUrl": "./",