@girs/peas-2 2.0.0-4.0.0-beta.8 → 2.0.0-4.0.0-beta.10
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/package.json +6 -6
- package/peas-2.d.ts +9 -0
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Peas-2, 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 Peas-2, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.10.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/peas-2",
|
|
3
|
-
"version": "2.0.0-4.0.0-beta.
|
|
3
|
+
"version": "2.0.0-4.0.0-beta.10",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Peas-2, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "peas-2.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.
|
|
35
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
36
|
-
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
38
|
-
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.
|
|
34
|
+
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.10",
|
|
35
|
+
"@girs/gjs": "^4.0.0-beta.10",
|
|
36
|
+
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.10",
|
|
37
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.10",
|
|
38
|
+
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.10"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"typescript": "*"
|
package/peas-2.d.ts
CHANGED
|
@@ -22,6 +22,15 @@ export namespace Peas {
|
|
|
22
22
|
* These identify the various errors that can occur while
|
|
23
23
|
* loading a plugin.
|
|
24
24
|
*/
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* These identify the various errors that can occur while
|
|
28
|
+
* loading a plugin.
|
|
29
|
+
*/
|
|
30
|
+
export namespace PluginInfoError {
|
|
31
|
+
export const $gtype: GObject.GType<PluginInfoError>;
|
|
32
|
+
}
|
|
33
|
+
|
|
25
34
|
enum PluginInfoError {
|
|
26
35
|
/**
|
|
27
36
|
* The plugin failed to load.
|