@girs/st-12 12.0.0-3.2.7 → 12.0.0-3.2.8

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/st-12)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for St-12, generated from library version 12.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for St-12, generated from library version 12.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/st-12",
3
- "version": "12.0.0-3.2.7",
3
+ "version": "12.0.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for St-12, generated from library version 12.0.0",
5
5
  "type": "module",
6
6
  "module": "st-12.js",
7
7
  "main": "st-12.js",
8
8
  "exports": {
9
- "./ambient": "./st-12-ambient.d.ts",
10
- "./import": "./st-12-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./st-12-ambient.d.ts",
11
+ "default": "./st-12-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./st-12-import.d.ts",
15
+ "default": "./st-12-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./st-12.d.ts",
@@ -25,29 +31,29 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit st-12.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/atk-1.0": "^2.50.0-3.2.7",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.7",
30
- "@girs/cally-12": "^12.0.0-3.2.7",
31
- "@girs/clutter-12": "^12.0.0-3.2.7",
32
- "@girs/cogl-12": "^12.0.0-3.2.7",
33
- "@girs/coglpango-12": "^12.0.0-3.2.7",
34
- "@girs/freetype2-2.0": "^2.0.0-3.2.7",
35
- "@girs/gdesktopenums-3.0": "^3.0.0-3.2.7",
36
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
37
- "@girs/gio-2.0": "^2.78.0-3.2.7",
38
- "@girs/gjs": "^3.2.7",
39
- "@girs/gl-1.0": "^1.0.0-3.2.7",
40
- "@girs/glib-2.0": "^2.78.0-3.2.7",
41
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
42
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
43
- "@girs/graphene-1.0": "^1.0.0-3.2.7",
44
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
45
- "@girs/json-1.0": "^1.7.1-3.2.7",
46
- "@girs/meta-12": "^12.0.0-3.2.7",
47
- "@girs/pango-1.0": "^1.51.0-3.2.7",
48
- "@girs/pangocairo-1.0": "^1.0.0-3.2.7",
49
- "@girs/xfixes-4.0": "^4.0.0-3.2.7",
50
- "@girs/xlib-2.0": "^2.0.0-3.2.7"
34
+ "@girs/atk-1.0": "^2.45.1-3.2.8",
35
+ "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
+ "@girs/cally-12": "^12.0.0-3.2.8",
37
+ "@girs/clutter-12": "^12.0.0-3.2.8",
38
+ "@girs/cogl-12": "^12.0.0-3.2.8",
39
+ "@girs/coglpango-12": "^12.0.0-3.2.8",
40
+ "@girs/freetype2-2.0": "^2.0.0-3.2.8",
41
+ "@girs/gdesktopenums-3.0": "^3.0.0-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/harfbuzz-0.0": "^8.1.1-3.2.8",
51
+ "@girs/json-1.0": "^1.7.1-3.2.8",
52
+ "@girs/meta-12": "^12.0.0-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"
51
57
  },
52
58
  "devDependencies": {
53
59
  "typescript": "*"
@@ -64,7 +70,7 @@
64
70
  "license": "MIT",
65
71
  "repository": {
66
72
  "type": "git",
67
- "url": "git+https://github.com/gjsify/types.git"
73
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
68
74
  },
69
75
  "bugs": {
70
76
  "url": "https://github.com/gjsify/ts-for-gir/issues"
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+