@girs/peas-2 2.0.0-3.1.0 → 2.0.0-3.2.0
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 -13
- package/peas-2.d.cts +1 -2
- package/peas-2.d.ts +1 -2
- package/{tsconfig.doc.json → tsconfig.json} +2 -0
- package/typedoc.json +7 -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) v3.
|
|
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) v3.2.0.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/peas-2",
|
|
3
|
-
"version": "2.0.0-3.
|
|
3
|
+
"version": "2.0.0-3.2.0",
|
|
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",
|
|
7
7
|
"main": "peas-2.js",
|
|
8
|
-
"typedoc": {
|
|
9
|
-
"entryPoint": "./peas-2.d.ts",
|
|
10
|
-
"readmeFile": "./README.md",
|
|
11
|
-
"displayName": "Peas-2",
|
|
12
|
-
"tsconfig": "./tsconfig.doc.json"
|
|
13
|
-
},
|
|
14
8
|
"exports": {
|
|
15
9
|
"./ambient": "./peas-2-ambient.d.ts",
|
|
16
10
|
"./import": "./peas-2-import.d.ts",
|
|
@@ -31,12 +25,11 @@
|
|
|
31
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit peas-2.d.cts"
|
|
32
26
|
},
|
|
33
27
|
"dependencies": {
|
|
34
|
-
"@girs/gio-2.0": "^2.76.1-3.
|
|
35
|
-
"@girs/
|
|
36
|
-
"@girs/
|
|
37
|
-
"@girs/
|
|
38
|
-
"@girs/
|
|
39
|
-
"@girs/gobject-2.0": "^2.76.1-3.1.0"
|
|
28
|
+
"@girs/gio-2.0": "^2.76.1-3.2.0",
|
|
29
|
+
"@girs/gjs": "^3.2.0",
|
|
30
|
+
"@girs/glib-2.0": "^2.76.1-3.2.0",
|
|
31
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.0",
|
|
32
|
+
"@girs/gobject-2.0": "^2.76.1-3.2.0"
|
|
40
33
|
},
|
|
41
34
|
"devDependencies": {
|
|
42
35
|
"typescript": "*"
|
package/peas-2.d.cts
CHANGED
|
@@ -16,7 +16,6 @@ import type Gio from '@girs/gio-2.0';
|
|
|
16
16
|
import type GObject from '@girs/gobject-2.0';
|
|
17
17
|
import type GLib from '@girs/glib-2.0';
|
|
18
18
|
import type GModule from '@girs/gmodule-2.0';
|
|
19
|
-
import type GIRepository from '@girs/girepository-2.0';
|
|
20
19
|
|
|
21
20
|
/**
|
|
22
21
|
* These identify the various errors that can occur while
|
|
@@ -199,7 +198,7 @@ export interface Engine extends Gio.ListModel {
|
|
|
199
198
|
* Enable a loader, enables a loader for plugins.
|
|
200
199
|
*
|
|
201
200
|
* The C plugin loader is always enabled. The other plugin
|
|
202
|
-
* loaders are: lua5.1, python and python3.
|
|
201
|
+
* loaders are: gjs, lua5.1, python and python3.
|
|
203
202
|
*
|
|
204
203
|
* For instance, the following code will enable Python 2 plugins
|
|
205
204
|
* to be loaded:
|
package/peas-2.d.ts
CHANGED
|
@@ -16,7 +16,6 @@ import type Gio from '@girs/gio-2.0';
|
|
|
16
16
|
import type GObject from '@girs/gobject-2.0';
|
|
17
17
|
import type GLib from '@girs/glib-2.0';
|
|
18
18
|
import type GModule from '@girs/gmodule-2.0';
|
|
19
|
-
import type GIRepository from '@girs/girepository-2.0';
|
|
20
19
|
|
|
21
20
|
export namespace Peas {
|
|
22
21
|
|
|
@@ -201,7 +200,7 @@ interface Engine extends Gio.ListModel {
|
|
|
201
200
|
* Enable a loader, enables a loader for plugins.
|
|
202
201
|
*
|
|
203
202
|
* The C plugin loader is always enabled. The other plugin
|
|
204
|
-
* loaders are: lua5.1, python and python3.
|
|
203
|
+
* loaders are: gjs, lua5.1, python and python3.
|
|
205
204
|
*
|
|
206
205
|
* For instance, the following code will enable Python 2 plugins
|
|
207
206
|
* to be loaded:
|