@girs/appstreamglib-1.0 1.0.0-3.2.5 → 1.0.0-3.2.6
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 +1 -1
- package/appstreamglib-1.0.d.cts +4 -0
- package/appstreamglib-1.0.d.ts +4 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
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.
|
|
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.6.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/appstreamglib-1.0.d.cts
CHANGED
|
@@ -5123,6 +5123,8 @@ export module Review {
|
|
|
5123
5123
|
reviewer_name?: string | null
|
|
5124
5124
|
summary?: string | null
|
|
5125
5125
|
version?: string | null
|
|
5126
|
+
reviewerId?: string | null
|
|
5127
|
+
reviewerName?: string | null
|
|
5126
5128
|
}
|
|
5127
5129
|
|
|
5128
5130
|
}
|
|
@@ -5138,7 +5140,9 @@ export interface Review {
|
|
|
5138
5140
|
locale: string | null
|
|
5139
5141
|
rating: number
|
|
5140
5142
|
reviewer_id: string | null
|
|
5143
|
+
reviewerId: string | null
|
|
5141
5144
|
reviewer_name: string | null
|
|
5145
|
+
reviewerName: string | null
|
|
5142
5146
|
summary: string | null
|
|
5143
5147
|
version: string | null
|
|
5144
5148
|
|
package/appstreamglib-1.0.d.ts
CHANGED
|
@@ -5125,6 +5125,8 @@ module Review {
|
|
|
5125
5125
|
reviewer_name?: string | null
|
|
5126
5126
|
summary?: string | null
|
|
5127
5127
|
version?: string | null
|
|
5128
|
+
reviewerId?: string | null
|
|
5129
|
+
reviewerName?: string | null
|
|
5128
5130
|
}
|
|
5129
5131
|
|
|
5130
5132
|
}
|
|
@@ -5140,7 +5142,9 @@ interface Review {
|
|
|
5140
5142
|
locale: string | null
|
|
5141
5143
|
rating: number
|
|
5142
5144
|
reviewer_id: string | null
|
|
5145
|
+
reviewerId: string | null
|
|
5143
5146
|
reviewer_name: string | null
|
|
5147
|
+
reviewerName: string | null
|
|
5144
5148
|
summary: string | null
|
|
5145
5149
|
version: string | null
|
|
5146
5150
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/appstreamglib-1.0",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.6",
|
|
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",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit appstreamglib-1.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
29
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
30
|
-
"@girs/gjs": "^3.2.
|
|
31
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
32
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
28
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.6",
|
|
29
|
+
"@girs/gio-2.0": "^2.78.0-3.2.6",
|
|
30
|
+
"@girs/gjs": "^3.2.6",
|
|
31
|
+
"@girs/glib-2.0": "^2.78.0-3.2.6",
|
|
32
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.6",
|
|
33
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.6"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"typescript": "*"
|