@girs/modulemd-2.0 2.0.0-4.0.0-beta.25 → 2.0.0-4.0.0-beta.33
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 -2
- package/modulemd-2.0.d.ts +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,8 +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.
|
|
9
|
-
|
|
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.33.
|
|
10
9
|
|
|
11
10
|
## Install
|
|
12
11
|
|
package/modulemd-2.0.d.ts
CHANGED
|
@@ -786,7 +786,7 @@ export namespace Modulemd {
|
|
|
786
786
|
|
|
787
787
|
// Properties
|
|
788
788
|
|
|
789
|
-
// This accessor conflicts with a
|
|
789
|
+
// This accessor conflicts with a field or function name in a parent class or interface.
|
|
790
790
|
ref: string | any;
|
|
791
791
|
get repository(): string;
|
|
792
792
|
set repository(val: string);
|
|
@@ -869,7 +869,7 @@ export namespace Modulemd {
|
|
|
869
869
|
set buildroot(val: boolean);
|
|
870
870
|
get cache(): string;
|
|
871
871
|
set cache(val: string);
|
|
872
|
-
// This accessor conflicts with a
|
|
872
|
+
// This accessor conflicts with a field or function name in a parent class or interface.
|
|
873
873
|
ref: string | any;
|
|
874
874
|
get repository(): string;
|
|
875
875
|
set repository(val: string);
|
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.33",
|
|
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.84.
|
|
36
|
-
"@girs/gobject-2.0": "^2.84.
|
|
34
|
+
"@girs/gjs": "^4.0.0-beta.27",
|
|
35
|
+
"@girs/glib-2.0": "^2.84.4-4.0.0-beta.33",
|
|
36
|
+
"@girs/gobject-2.0": "^2.84.4-4.0.0-beta.33"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "*"
|