@girs/mx-1.0 1.4.7-3.2.8 → 1.4.7-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/mx-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Mx-1.0, generated from library version 1.4.7 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for Mx-1.0, generated from library version 1.4.7 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://Mx?version=1.0' {
4
4
  export default Mx10;
5
5
  }
6
6
 
7
- declare module 'gi://Mx' {
8
- import Mx10 from '@girs/mx-1.0';
9
- export default Mx10;
10
- }
11
7
 
12
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/mx-1.0",
3
- "version": "1.4.7-3.2.8",
3
+ "version": "1.4.7-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for Mx-1.0, generated from library version 1.4.7",
5
5
  "type": "module",
6
6
  "module": "mx-1.0.js",
@@ -31,24 +31,24 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit mx-1.0.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-1.0": "^1.26.5-3.2.8",
37
- "@girs/cogl-1.0": "^1.0.0-3.2.8",
38
- "@girs/coglpango-1.0": "^1.0.0-3.2.8",
39
- "@girs/fontconfig-2.0": "^2.0.0-3.2.8",
40
- "@girs/freetype2-2.0": "^2.0.0-3.2.8",
41
- "@girs/gio-2.0": "^2.77.0-3.2.8",
42
- "@girs/gjs": "^3.2.8",
43
- "@girs/gl-1.0": "^1.0.0-3.2.8",
44
- "@girs/glib-2.0": "^2.77.0-3.2.8",
45
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
46
- "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
47
- "@girs/json-1.0": "^1.7.1-3.2.8",
48
- "@girs/pango-1.0": "^1.51.0-3.2.8",
49
- "@girs/pangocairo-1.0": "^1.0.0-3.2.8",
50
- "@girs/pangofc-1.0": "^1.0.0-3.2.8",
51
- "@girs/pangoft2-1.0": "^1.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/clutter-1.0": "^1.26.5-3.3.0",
37
+ "@girs/cogl-1.0": "^1.0.0-3.3.0",
38
+ "@girs/coglpango-1.0": "^1.0.0-3.3.0",
39
+ "@girs/fontconfig-2.0": "^2.0.0-3.3.0",
40
+ "@girs/freetype2-2.0": "^2.0.0-3.3.0",
41
+ "@girs/gio-2.0": "^2.78.0-3.3.0",
42
+ "@girs/gjs": "^3.3.0",
43
+ "@girs/gl-1.0": "^1.0.0-3.3.0",
44
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
45
+ "@girs/gobject-2.0": "^2.78.0-3.3.0",
46
+ "@girs/harfbuzz-0.0": "^8.2.1-3.3.0",
47
+ "@girs/json-1.0": "^1.7.1-3.3.0",
48
+ "@girs/pango-1.0": "^1.51.0-3.3.0",
49
+ "@girs/pangocairo-1.0": "^1.0.0-3.3.0",
50
+ "@girs/pangofc-1.0": "^1.0.0-3.3.0",
51
+ "@girs/pangoft2-1.0": "^1.0.0-3.3.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "*"