@girs/appstreamglib-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/appstreamglib-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for AppStreamGlib-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 AppStreamGlib-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
+
@@ -5119,12 +5119,10 @@ export module Review {
5119
5119
  id?: string | null
5120
5120
  locale?: string | null
5121
5121
  rating?: number | null
5122
- reviewer_id?: string | null
5123
- reviewer_name?: string | null
5124
- summary?: string | null
5125
- version?: string | null
5126
5122
  reviewerId?: string | null
5127
5123
  reviewerName?: string | null
5124
+ summary?: string | null
5125
+ version?: string | null
5128
5126
  }
5129
5127
 
5130
5128
  }
@@ -5139,9 +5137,7 @@ export interface Review {
5139
5137
  id: string | null
5140
5138
  locale: string | null
5141
5139
  rating: number
5142
- reviewer_id: string | null
5143
5140
  reviewerId: string | null
5144
- reviewer_name: string | null
5145
5141
  reviewerName: string | null
5146
5142
  summary: string | null
5147
5143
  version: string | null
@@ -5121,12 +5121,10 @@ module Review {
5121
5121
  id?: string | null
5122
5122
  locale?: string | null
5123
5123
  rating?: number | null
5124
- reviewer_id?: string | null
5125
- reviewer_name?: string | null
5126
- summary?: string | null
5127
- version?: string | null
5128
5124
  reviewerId?: string | null
5129
5125
  reviewerName?: string | null
5126
+ summary?: string | null
5127
+ version?: string | null
5130
5128
  }
5131
5129
 
5132
5130
  }
@@ -5141,9 +5139,7 @@ interface Review {
5141
5139
  id: string | null
5142
5140
  locale: string | null
5143
5141
  rating: number
5144
- reviewer_id: string | null
5145
5142
  reviewerId: string | null
5146
- reviewer_name: string | null
5147
5143
  reviewerName: string | null
5148
5144
  summary: string | null
5149
5145
  version: string | null
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/appstreamglib-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 AppStreamGlib-1.0, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "appstreamglib-1.0.js",
7
7
  "main": "appstreamglib-1.0.js",
8
8
  "exports": {
9
- "./ambient": "./appstreamglib-1.0-ambient.d.ts",
10
- "./import": "./appstreamglib-1.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./appstreamglib-1.0-ambient.d.ts",
11
+ "default": "./appstreamglib-1.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./appstreamglib-1.0-import.d.ts",
15
+ "default": "./appstreamglib-1.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./appstreamglib-1.0.d.ts",
@@ -25,12 +31,12 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit appstreamglib-1.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
29
- "@girs/gio-2.0": "^2.78.0-3.2.7",
30
- "@girs/gjs": "^3.2.7",
31
- "@girs/glib-2.0": "^2.78.0-3.2.7",
32
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
33
- "@girs/gobject-2.0": "^2.78.0-3.2.7"
34
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
35
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
36
+ "@girs/gjs": "^3.2.8",
37
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
38
+ "@girs/gmodule-2.0": "^2.0.0-3.2.8",
39
+ "@girs/gobject-2.0": "^2.77.0-3.2.8"
34
40
  },
35
41
  "devDependencies": {
36
42
  "typescript": "*"
@@ -47,7 +53,7 @@
47
53
  "license": "MIT",
48
54
  "repository": {
49
55
  "type": "git",
50
- "url": "git+https://github.com/gjsify/types.git"
56
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
51
57
  },
52
58
  "bugs": {
53
59
  "url": "https://github.com/gjsify/ts-for-gir/issues"