@girs/modulemd-2.0 2.0.0-4.0.0-beta.9 → 2.0.0-4.0.0-beta.11
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/modulemd-2.0.d.ts +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
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.
|
|
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.11.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/modulemd-2.0.d.ts
CHANGED
|
@@ -58,6 +58,7 @@ export namespace Modulemd {
|
|
|
58
58
|
*/
|
|
59
59
|
SENTINEL,
|
|
60
60
|
}
|
|
61
|
+
|
|
61
62
|
export namespace DefaultsVersionEnum {
|
|
62
63
|
export const $gtype: GObject.GType<DefaultsVersionEnum>;
|
|
63
64
|
}
|
|
@@ -179,6 +180,7 @@ export namespace Modulemd {
|
|
|
179
180
|
*/
|
|
180
181
|
NOT_IMPLEMENTED,
|
|
181
182
|
}
|
|
183
|
+
|
|
182
184
|
export namespace ModuleStreamVersionEnum {
|
|
183
185
|
export const $gtype: GObject.GType<ModuleStreamVersionEnum>;
|
|
184
186
|
}
|
|
@@ -209,6 +211,7 @@ export namespace Modulemd {
|
|
|
209
211
|
*/
|
|
210
212
|
LATEST,
|
|
211
213
|
}
|
|
214
|
+
|
|
212
215
|
export namespace ObsoletesVersionEnum {
|
|
213
216
|
export const $gtype: GObject.GType<ObsoletesVersionEnum>;
|
|
214
217
|
}
|
|
@@ -233,6 +236,7 @@ export namespace Modulemd {
|
|
|
233
236
|
*/
|
|
234
237
|
LATEST,
|
|
235
238
|
}
|
|
239
|
+
|
|
236
240
|
export namespace PackagerVersionEnum {
|
|
237
241
|
export const $gtype: GObject.GType<PackagerVersionEnum>;
|
|
238
242
|
}
|
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.
|
|
3
|
+
"version": "2.0.0-4.0.0-beta.11",
|
|
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",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
35
|
-
"@girs/glib-2.0": "^2.80.
|
|
36
|
-
"@girs/gobject-2.0": "^2.80.
|
|
34
|
+
"@girs/gjs": "^4.0.0-beta.11",
|
|
35
|
+
"@girs/glib-2.0": "^2.80.3-4.0.0-beta.11",
|
|
36
|
+
"@girs/gobject-2.0": "^2.80.3-4.0.0-beta.11"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "*"
|