@girs/peas-2 2.0.0-4.0.0-beta.7 → 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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/peas-2)
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.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.9.
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.7",
3
+ "version": "2.0.0-4.0.0-beta.9",
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.7",
35
- "@girs/gjs": "^4.0.0-beta.7",
36
- "@girs/glib-2.0": "^2.80.2-4.0.0-beta.7",
37
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.7",
38
- "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.7"
34
+ "@girs/gio-2.0": "^2.80.2-4.0.0-beta.9",
35
+ "@girs/gjs": "^4.0.0-beta.9",
36
+ "@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
37
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.9",
38
+ "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9"
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "*"
package/peas-2.d.ts CHANGED
@@ -18,6 +18,10 @@ export namespace Peas {
18
18
  * Peas-2
19
19
  */
20
20
 
21
+ export namespace PluginInfoError {
22
+ export const $gtype: GObject.GType<PluginInfoError>;
23
+ }
24
+
21
25
  /**
22
26
  * These identify the various errors that can occur while
23
27
  * loading a plugin.