@girs/appstreambuilder-1.0 1.0.0-3.0.4 → 1.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 +10 -16
- 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 AppStreamBuilder-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.
|
|
8
|
+
GJS TypeScript type definitions for AppStreamBuilder-1.0, generated from library version 1.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/appstreambuilder-1.0",
|
|
3
|
-
"version": "1.0.0-3.0
|
|
3
|
+
"version": "1.0.0-3.2.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for AppStreamBuilder-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "appstreambuilder-1.0.js",
|
|
7
7
|
"main": "appstreambuilder-1.0.js",
|
|
8
|
-
"typedoc": {
|
|
9
|
-
"entryPoint": "./appstreambuilder-1.0.d.ts",
|
|
10
|
-
"readmeFile": "./README.md",
|
|
11
|
-
"displayName": "AppStreamBuilder-1.0",
|
|
12
|
-
"tsconfig": "./tsconfig.doc.json"
|
|
13
|
-
},
|
|
14
8
|
"exports": {
|
|
15
9
|
"./ambient": "./appstreambuilder-1.0-ambient.d.ts",
|
|
16
10
|
"./import": "./appstreambuilder-1.0-import.d.ts",
|
|
@@ -27,17 +21,17 @@
|
|
|
27
21
|
},
|
|
28
22
|
"scripts": {
|
|
29
23
|
"test": "yarn test:esm && yarn test:cjs",
|
|
30
|
-
"test:esm": "tsc --noEmit appstreambuilder-1.0.d.ts",
|
|
31
|
-
"test:cjs": "tsc --noEmit appstreambuilder-1.0.d.cts"
|
|
24
|
+
"test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit appstreambuilder-1.0.d.ts",
|
|
25
|
+
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit appstreambuilder-1.0.d.cts"
|
|
32
26
|
},
|
|
33
27
|
"dependencies": {
|
|
34
|
-
"@girs/appstreamglib-1.0": "^1.0.0-3.0
|
|
35
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.0
|
|
36
|
-
"@girs/gio-2.0": "^2.76.1-3.0
|
|
37
|
-
"@girs/gjs": "^3.0
|
|
38
|
-
"@girs/glib-2.0": "^2.76.1-3.0
|
|
39
|
-
"@girs/gmodule-2.0": "^2.0.0-3.0
|
|
40
|
-
"@girs/gobject-2.0": "^2.76.1-3.0
|
|
28
|
+
"@girs/appstreamglib-1.0": "^1.0.0-3.2.0",
|
|
29
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.0",
|
|
30
|
+
"@girs/gio-2.0": "^2.76.1-3.2.0",
|
|
31
|
+
"@girs/gjs": "^3.2.0",
|
|
32
|
+
"@girs/glib-2.0": "^2.76.1-3.2.0",
|
|
33
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.0",
|
|
34
|
+
"@girs/gobject-2.0": "^2.76.1-3.2.0"
|
|
41
35
|
},
|
|
42
36
|
"devDependencies": {
|
|
43
37
|
"typescript": "*"
|