@girs/amtk-4 4.0.0-3.2.8 → 4.0.0-3.3.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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/amtk-4)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
 
11
11
  ## Install
@@ -4,9 +4,5 @@ declare module 'gi://Amtk?version=4' {
4
4
  export default Amtk4;
5
5
  }
6
6
 
7
- declare module 'gi://Amtk' {
8
- import Amtk4 from '@girs/amtk-4';
9
- export default Amtk4;
10
- }
11
7
 
12
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/amtk-4",
3
- "version": "4.0.0-3.2.8",
3
+ "version": "4.0.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0",
5
5
  "type": "module",
6
6
  "module": "amtk-4.js",
@@ -31,20 +31,20 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit amtk-4.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/atk-1.0": "^2.45.1-3.2.8",
35
- "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
- "@girs/freetype2-2.0": "^2.0.0-3.2.8",
37
- "@girs/gdk-3.0": "^3.24.39-3.2.8",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
39
- "@girs/gio-2.0": "^2.77.0-3.2.8",
40
- "@girs/gjs": "^3.2.8",
41
- "@girs/glib-2.0": "^2.77.0-3.2.8",
42
- "@girs/gmodule-2.0": "^2.0.0-3.2.8",
43
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
44
- "@girs/gtk-3.0": "^3.24.39-3.2.8",
45
- "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
46
- "@girs/pango-1.0": "^1.51.0-3.2.8",
47
- "@girs/xlib-2.0": "^2.0.0-3.2.8"
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"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "*"