@girs/modulemd-2.0 2.0.0-4.0.0-beta.8 → 2.0.0-4.0.0-beta.9
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 +28 -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.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/modulemd-2.0.d.ts
CHANGED
|
@@ -16,6 +16,10 @@ export namespace Modulemd {
|
|
|
16
16
|
* Modulemd-2.0
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
|
+
export namespace CompressionTypeEnum {
|
|
20
|
+
export const $gtype: GObject.GType<CompressionTypeEnum>;
|
|
21
|
+
}
|
|
22
|
+
|
|
19
23
|
enum CompressionTypeEnum {
|
|
20
24
|
/**
|
|
21
25
|
* Zstandard compression; since 2.15
|
|
@@ -54,6 +58,10 @@ export namespace Modulemd {
|
|
|
54
58
|
*/
|
|
55
59
|
SENTINEL,
|
|
56
60
|
}
|
|
61
|
+
export namespace DefaultsVersionEnum {
|
|
62
|
+
export const $gtype: GObject.GType<DefaultsVersionEnum>;
|
|
63
|
+
}
|
|
64
|
+
|
|
57
65
|
enum DefaultsVersionEnum {
|
|
58
66
|
/**
|
|
59
67
|
* Represents an error handling mdversion.
|
|
@@ -128,6 +136,10 @@ export namespace Modulemd {
|
|
|
128
136
|
_init(...args: any[]): void;
|
|
129
137
|
}
|
|
130
138
|
|
|
139
|
+
export namespace ErrorEnum {
|
|
140
|
+
export const $gtype: GObject.GType<ErrorEnum>;
|
|
141
|
+
}
|
|
142
|
+
|
|
131
143
|
enum ErrorEnum {
|
|
132
144
|
/**
|
|
133
145
|
* Represents an error encountered while upgrading the
|
|
@@ -167,6 +179,10 @@ export namespace Modulemd {
|
|
|
167
179
|
*/
|
|
168
180
|
NOT_IMPLEMENTED,
|
|
169
181
|
}
|
|
182
|
+
export namespace ModuleStreamVersionEnum {
|
|
183
|
+
export const $gtype: GObject.GType<ModuleStreamVersionEnum>;
|
|
184
|
+
}
|
|
185
|
+
|
|
170
186
|
enum ModuleStreamVersionEnum {
|
|
171
187
|
/**
|
|
172
188
|
* Represents an error handling module stream
|
|
@@ -193,6 +209,10 @@ export namespace Modulemd {
|
|
|
193
209
|
*/
|
|
194
210
|
LATEST,
|
|
195
211
|
}
|
|
212
|
+
export namespace ObsoletesVersionEnum {
|
|
213
|
+
export const $gtype: GObject.GType<ObsoletesVersionEnum>;
|
|
214
|
+
}
|
|
215
|
+
|
|
196
216
|
enum ObsoletesVersionEnum {
|
|
197
217
|
/**
|
|
198
218
|
* Represents an error handling mdversion.
|
|
@@ -213,6 +233,10 @@ export namespace Modulemd {
|
|
|
213
233
|
*/
|
|
214
234
|
LATEST,
|
|
215
235
|
}
|
|
236
|
+
export namespace PackagerVersionEnum {
|
|
237
|
+
export const $gtype: GObject.GType<PackagerVersionEnum>;
|
|
238
|
+
}
|
|
239
|
+
|
|
216
240
|
enum PackagerVersionEnum {
|
|
217
241
|
/**
|
|
218
242
|
* Represents an error handling module stream
|
|
@@ -294,6 +318,10 @@ export namespace Modulemd {
|
|
|
294
318
|
_init(...args: any[]): void;
|
|
295
319
|
}
|
|
296
320
|
|
|
321
|
+
export namespace YamlErrorEnum {
|
|
322
|
+
export const $gtype: GObject.GType<YamlErrorEnum>;
|
|
323
|
+
}
|
|
324
|
+
|
|
297
325
|
enum YamlErrorEnum {
|
|
298
326
|
/**
|
|
299
327
|
* Represents an error encountered while opening a
|
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.9",
|
|
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.2-4.0.0-beta.
|
|
36
|
-
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.
|
|
34
|
+
"@girs/gjs": "^4.0.0-beta.9",
|
|
35
|
+
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
|
|
36
|
+
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "*"
|