@girs/unique-3.0 3.0.0-3.2.9 → 3.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.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/unique-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Unique-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
8
+ GJS TypeScript type definitions for Unique-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.1.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/unique-3.0",
3
- "version": "3.0.0-3.2.9",
3
+ "version": "3.0.0-4.0.0-beta.1",
4
4
  "description": "GJS TypeScript type definitions for Unique-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "unique-3.0.js",
@@ -8,43 +8,38 @@
8
8
  "exports": {
9
9
  "./ambient": {
10
10
  "types": "./unique-3.0-ambient.d.ts",
11
+ "import": "./unique-3.0-ambient.js",
11
12
  "default": "./unique-3.0-ambient.js"
12
13
  },
13
14
  "./import": {
14
15
  "types": "./unique-3.0-import.d.ts",
16
+ "import": "./unique-3.0-import.js",
15
17
  "default": "./unique-3.0-import.js"
16
18
  },
17
19
  ".": {
18
- "import": {
19
- "types": "./unique-3.0.d.ts",
20
- "default": "./unique-3.0.js"
21
- },
22
- "require": {
23
- "types": "./unique-3.0.d.cts",
24
- "default": "./unique-3.0.cjs"
25
- }
20
+ "types": "./unique-3.0.d.ts",
21
+ "import": "./unique-3.0.js",
22
+ "default": "./unique-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 unique-3.0.d.ts",
31
- "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit unique-3.0.d.cts"
26
+ "test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit unique-3.0.d.ts"
32
27
  },
33
28
  "dependencies": {
34
- "@girs/atk-1.0": "^2.50.1-3.2.9",
35
- "@girs/cairo-1.0": "^1.0.0-3.2.9",
36
- "@girs/freetype2-2.0": "^2.0.0-3.2.9",
37
- "@girs/gdk-3.0": "^3.24.41-3.2.9",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
39
- "@girs/gio-2.0": "^2.78.0-3.2.9",
40
- "@girs/gjs": "^3.2.9",
41
- "@girs/glib-2.0": "^2.78.0-3.2.9",
42
- "@girs/gmodule-2.0": "^2.0.0-3.2.9",
43
- "@girs/gobject-2.0": "^2.78.0-3.2.9",
44
- "@girs/gtk-3.0": "^3.24.41-3.2.9",
45
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
46
- "@girs/pango-1.0": "^1.51.0-3.2.9",
47
- "@girs/xlib-2.0": "^2.0.0-3.2.9"
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 +1,11 @@
1
1
 
2
2
  declare module 'gi://Unique?version=3.0' {
3
- import Unique30 from '@girs/unique-3.0';
4
- export default Unique30;
3
+ import Unique from '@girs/unique-3.0';
4
+ export default Unique;
5
5
  }
6
6
 
7
7
  declare module 'gi://Unique' {
8
- import Unique30 from '@girs/unique-3.0';
8
+ import Unique30 from 'gi://Unique?version=3.0';
9
9
  export default Unique30;
10
10
  }
11
11