@girs/meta-13 13.0.0-4.0.0 → 13.0.0-4.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +22 -22
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/meta-13)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0.
8
+ GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.1.
9
9
 
10
10
  ## Install
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/meta-13",
3
- "version": "13.0.0-4.0.0",
3
+ "version": "13.0.0-4.0.1",
4
4
  "description": "GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0",
5
5
  "type": "module",
6
6
  "module": "meta-13.js",
@@ -31,27 +31,27 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0",
35
- "@girs/xlib-2.0": "2.0.0-4.0.0",
36
- "@girs/xfixes-4.0": "4.0.0-4.0.0",
37
- "@girs/mtk-13": "13.0.0-4.0.0",
38
- "@girs/cairo-1.0": "1.0.0-4.0.0",
39
- "@girs/gobject-2.0": "2.88.0-4.0.0",
40
- "@girs/glib-2.0": "2.88.0-4.0.0",
41
- "@girs/graphene-1.0": "1.0.0-4.0.0",
42
- "@girs/gdesktopenums-3.0": "3.0.0-4.0.0",
43
- "@girs/coglpango-13": "13.0.0-4.0.0",
44
- "@girs/pangocairo-1.0": "1.0.0-4.0.0",
45
- "@girs/pango-1.0": "1.57.1-4.0.0",
46
- "@girs/harfbuzz-0.0": "13.2.1-4.0.0",
47
- "@girs/freetype2-2.0": "2.0.0-4.0.0",
48
- "@girs/gio-2.0": "2.88.0-4.0.0",
49
- "@girs/gmodule-2.0": "2.0.0-4.0.0",
50
- "@girs/cogl-13": "13.0.0-4.0.0",
51
- "@girs/gl-1.0": "1.0.0-4.0.0",
52
- "@girs/clutter-13": "13.0.0-4.0.0",
53
- "@girs/json-1.0": "1.10.8-4.0.0",
54
- "@girs/atk-1.0": "2.60.0-4.0.0" },
34
+ "@girs/gjs": "4.0.1",
35
+ "@girs/xlib-2.0": "2.0.0-4.0.1",
36
+ "@girs/xfixes-4.0": "4.0.0-4.0.1",
37
+ "@girs/mtk-13": "13.0.0-4.0.1",
38
+ "@girs/cairo-1.0": "1.0.0-4.0.1",
39
+ "@girs/gobject-2.0": "2.88.0-4.0.1",
40
+ "@girs/glib-2.0": "2.88.0-4.0.1",
41
+ "@girs/graphene-1.0": "1.0.0-4.0.1",
42
+ "@girs/gdesktopenums-3.0": "3.0.0-4.0.1",
43
+ "@girs/coglpango-13": "13.0.0-4.0.1",
44
+ "@girs/pangocairo-1.0": "1.0.0-4.0.1",
45
+ "@girs/pango-1.0": "1.57.1-4.0.1",
46
+ "@girs/harfbuzz-0.0": "13.2.1-4.0.1",
47
+ "@girs/freetype2-2.0": "2.0.0-4.0.1",
48
+ "@girs/gio-2.0": "2.88.0-4.0.1",
49
+ "@girs/gmodule-2.0": "2.0.0-4.0.1",
50
+ "@girs/cogl-13": "13.0.0-4.0.1",
51
+ "@girs/gl-1.0": "1.0.0-4.0.1",
52
+ "@girs/clutter-13": "13.0.0-4.0.1",
53
+ "@girs/json-1.0": "1.10.8-4.0.1",
54
+ "@girs/atk-1.0": "2.60.0-4.0.1" },
55
55
  "devDependencies": {
56
56
  "typescript": "*"
57
57
  },