@girs/appstreambuilder-1.0 1.0.0-3.2.7 → 1.0.0-3.2.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/appstreambuilder-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for AppStreamBuilder-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for AppStreamBuilder-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
 
11
11
  ## Install
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/appstreambuilder-1.0",
3
- "version": "1.0.0-3.2.7",
3
+ "version": "1.0.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for AppStreamBuilder-1.0, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "appstreambuilder-1.0.js",
7
7
  "main": "appstreambuilder-1.0.js",
8
8
  "exports": {
9
- "./ambient": "./appstreambuilder-1.0-ambient.d.ts",
10
- "./import": "./appstreambuilder-1.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./appstreambuilder-1.0-ambient.d.ts",
11
+ "default": "./appstreambuilder-1.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./appstreambuilder-1.0-import.d.ts",
15
+ "default": "./appstreambuilder-1.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./appstreambuilder-1.0.d.ts",
@@ -25,13 +31,13 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit appstreambuilder-1.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/appstreamglib-1.0": "^1.0.0-3.2.7",
29
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
30
- "@girs/gio-2.0": "^2.78.0-3.2.7",
31
- "@girs/gjs": "^3.2.7",
32
- "@girs/glib-2.0": "^2.78.0-3.2.7",
33
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
34
- "@girs/gobject-2.0": "^2.78.0-3.2.7"
34
+ "@girs/appstreamglib-1.0": "^1.0.0-3.2.8",
35
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
36
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
37
+ "@girs/gjs": "^3.2.8",
38
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
39
+ "@girs/gmodule-2.0": "^2.0.0-3.2.8",
40
+ "@girs/gobject-2.0": "^2.77.0-3.2.8"
35
41
  },
36
42
  "devDependencies": {
37
43
  "typescript": "*"
@@ -48,7 +54,7 @@
48
54
  "license": "MIT",
49
55
  "repository": {
50
56
  "type": "git",
51
- "url": "git+https://github.com/gjsify/types.git"
57
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
52
58
  },
53
59
  "bugs": {
54
60
  "url": "https://github.com/gjsify/ts-for-gir/issues"