@girs/evincedocument-3.0 45.0.0-3.3.0 → 45.0.0-4.0.0-beta.1

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.
@@ -1,10 +1,6 @@
1
1
 
2
-
3
2
  // @ts-expect-error
4
3
  import EvinceDocument from 'gi://EvinceDocument?version=3.0';
5
4
  export { EvinceDocument };
6
5
  export default EvinceDocument;
7
6
 
8
-
9
-
10
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/evincedocument-3.0",
3
- "version": "45.0.0-3.3.0",
3
+ "version": "45.0.0-4.0.0-beta.1",
4
4
  "description": "GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 45.0.0",
5
5
  "type": "module",
6
6
  "module": "evincedocument-3.0.js",
@@ -8,43 +8,38 @@
8
8
  "exports": {
9
9
  "./ambient": {
10
10
  "types": "./evincedocument-3.0-ambient.d.ts",
11
+ "import": "./evincedocument-3.0-ambient.js",
11
12
  "default": "./evincedocument-3.0-ambient.js"
12
13
  },
13
14
  "./import": {
14
15
  "types": "./evincedocument-3.0-import.d.ts",
16
+ "import": "./evincedocument-3.0-import.js",
15
17
  "default": "./evincedocument-3.0-import.js"
16
18
  },
17
19
  ".": {
18
- "import": {
19
- "types": "./evincedocument-3.0.d.ts",
20
- "default": "./evincedocument-3.0.js"
21
- },
22
- "require": {
23
- "types": "./evincedocument-3.0.d.cts",
24
- "default": "./evincedocument-3.0.cjs"
25
- }
20
+ "types": "./evincedocument-3.0.d.ts",
21
+ "import": "./evincedocument-3.0.js",
22
+ "default": "./evincedocument-3.0.js"
26
23
  }
27
24
  },
28
25
  "scripts": {
29
- "test": "yarn test:esm && yarn test:cjs",
30
- "test:esm": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit evincedocument-3.0.d.ts",
31
- "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit evincedocument-3.0.d.cts"
26
+ "test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit evincedocument-3.0.d.ts"
32
27
  },
33
28
  "dependencies": {
34
- "@girs/atk-1.0": "^2.50.1-3.3.0",
35
- "@girs/cairo-1.0": "^1.0.0-3.3.0",
36
- "@girs/freetype2-2.0": "^2.0.0-3.3.0",
37
- "@girs/gdk-3.0": "^3.24.41-3.3.0",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.3.0",
39
- "@girs/gio-2.0": "^2.78.0-3.3.0",
40
- "@girs/gjs": "^3.3.0",
41
- "@girs/glib-2.0": "^2.78.0-3.3.0",
42
- "@girs/gmodule-2.0": "^2.0.0-3.3.0",
43
- "@girs/gobject-2.0": "^2.78.0-3.3.0",
44
- "@girs/gtk-3.0": "^3.24.41-3.3.0",
45
- "@girs/harfbuzz-0.0": "^8.2.1-3.3.0",
46
- "@girs/pango-1.0": "^1.51.0-3.3.0",
47
- "@girs/xlib-2.0": "^2.0.0-3.3.0"
29
+ "@girs/atk-1.0": "^2.45.1-4.0.0-beta.1",
30
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.1",
31
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.1",
32
+ "@girs/gdk-3.0": "^3.24.39-4.0.0-beta.1",
33
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.1",
34
+ "@girs/gio-2.0": "^2.77.0-4.0.0-beta.1",
35
+ "@girs/gjs": "^4.0.0-beta.1",
36
+ "@girs/glib-2.0": "^2.77.0-4.0.0-beta.1",
37
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.1",
38
+ "@girs/gobject-2.0": "^2.77.0-4.0.0-beta.1",
39
+ "@girs/gtk-3.0": "^3.24.39-4.0.0-beta.1",
40
+ "@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.1",
41
+ "@girs/pango-1.0": "^1.51.0-4.0.0-beta.1",
42
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.1"
48
43
  },
49
44
  "devDependencies": {
50
45
  "typescript": "*"
@@ -1,11 +0,0 @@
1
-
2
-
3
- imports.gi.versions.EvinceDocument = '3.0'
4
- const EvinceDocument = imports.gi.EvinceDocument;
5
-
6
- module.exports = EvinceDocument;
7
-
8
-
9
-
10
-
11
-