@girs/meta-11 11.0.0-3.2.8 → 11.0.0-3.2.9

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/meta-11)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Meta-11, generated from library version 11.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for Meta-11, generated from library version 11.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
9
9
 
10
10
 
11
11
  ## Install
@@ -4,9 +4,5 @@ declare module 'gi://Meta?version=11' {
4
4
  export default Meta11;
5
5
  }
6
6
 
7
- declare module 'gi://Meta' {
8
- import Meta11 from '@girs/meta-11';
9
- export default Meta11;
10
- }
11
7
 
12
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/meta-11",
3
- "version": "11.0.0-3.2.8",
3
+ "version": "11.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for Meta-11, generated from library version 11.0.0",
5
5
  "type": "module",
6
6
  "module": "meta-11.js",
@@ -31,29 +31,29 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit meta-11.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/clutter-11": "^11.0.0-3.2.8",
37
- "@girs/cogl-11": "^11.0.0-3.2.8",
38
- "@girs/coglpango-11": "^11.0.0-3.2.8",
39
- "@girs/freetype2-2.0": "^2.0.0-3.2.8",
40
- "@girs/gdesktopenums-3.0": "^3.0.0-3.2.8",
41
- "@girs/gdk-3.0": "^3.24.39-3.2.8",
42
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
43
- "@girs/gio-2.0": "^2.77.0-3.2.8",
44
- "@girs/gjs": "^3.2.8",
45
- "@girs/gl-1.0": "^1.0.0-3.2.8",
46
- "@girs/glib-2.0": "^2.77.0-3.2.8",
47
- "@girs/gmodule-2.0": "^2.0.0-3.2.8",
48
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
49
- "@girs/graphene-1.0": "^1.0.0-3.2.8",
50
- "@girs/gtk-3.0": "^3.24.39-3.2.8",
51
- "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
52
- "@girs/json-1.0": "^1.7.1-3.2.8",
53
- "@girs/pango-1.0": "^1.51.0-3.2.8",
54
- "@girs/pangocairo-1.0": "^1.0.0-3.2.8",
55
- "@girs/xfixes-4.0": "^4.0.0-3.2.8",
56
- "@girs/xlib-2.0": "^2.0.0-3.2.8"
34
+ "@girs/atk-1.0": "^2.50.1-3.2.9",
35
+ "@girs/cairo-1.0": "^1.0.0-3.2.9",
36
+ "@girs/clutter-11": "^11.0.0-3.2.9",
37
+ "@girs/cogl-11": "^11.0.0-3.2.9",
38
+ "@girs/coglpango-11": "^11.0.0-3.2.9",
39
+ "@girs/freetype2-2.0": "^2.0.0-3.2.9",
40
+ "@girs/gdesktopenums-3.0": "^3.0.0-3.2.9",
41
+ "@girs/gdk-3.0": "^3.24.41-3.2.9",
42
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
43
+ "@girs/gio-2.0": "^2.78.0-3.2.9",
44
+ "@girs/gjs": "^3.2.9",
45
+ "@girs/gl-1.0": "^1.0.0-3.2.9",
46
+ "@girs/glib-2.0": "^2.78.0-3.2.9",
47
+ "@girs/gmodule-2.0": "^2.0.0-3.2.9",
48
+ "@girs/gobject-2.0": "^2.78.0-3.2.9",
49
+ "@girs/graphene-1.0": "^1.0.0-3.2.9",
50
+ "@girs/gtk-3.0": "^3.24.41-3.2.9",
51
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
52
+ "@girs/json-1.0": "^1.7.1-3.2.9",
53
+ "@girs/pango-1.0": "^1.51.0-3.2.9",
54
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.9",
55
+ "@girs/xfixes-4.0": "^4.0.0-3.2.9",
56
+ "@girs/xlib-2.0": "^2.0.0-3.2.9"
57
57
  },
58
58
  "devDependencies": {
59
59
  "typescript": "*"