@girs/devhelp-3.0 3.0.0-3.0.0-beta.16 → 3.0.0-3.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +18 -18
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
 
2
2
  # Devhelp-3.0
3
3
 
4
- GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0-beta.16.
4
+ GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.0.0.
5
+
5
6
 
6
7
  ## Install
7
8
 
@@ -49,7 +50,6 @@ Now you can import the ambient module with TypeScript support:
49
50
  import Devhelp from 'gi://Devhelp?version=3.0';
50
51
  ```
51
52
 
52
-
53
53
  ### Global import
54
54
 
55
55
  You can also import the module with Typescript support using the global `imports.gi` object of GJS.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/devhelp-3.0",
3
- "version": "3.0.0-3.0.0-beta.16",
3
+ "version": "3.0.0-3.0.0",
4
4
  "description": "GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "devhelp-3.0.js",
@@ -31,23 +31,23 @@
31
31
  "test:cjs": "tsc --noEmit devhelp-3.0.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^3.0.0-beta.16",
35
- "@girs/webkit2-4.1": "^2.40.0-3.0.0-beta.16",
36
- "@girs/soup-3.0": "^3.3.1-3.0.0-beta.16",
37
- "@girs/gio-2.0": "^2.76.1-3.0.0-beta.16",
38
- "@girs/gobject-2.0": "^2.76.1-3.0.0-beta.16",
39
- "@girs/glib-2.0": "^2.76.1-3.0.0-beta.16",
40
- "@girs/javascriptcore-4.1": "^2.40.0-3.0.0-beta.16",
41
- "@girs/gtk-3.0": "^3.24.36-3.0.0-beta.16",
42
- "@girs/xlib-2.0": "^2.0.0-3.0.0-beta.16",
43
- "@girs/gdk-3.0": "^3.24.36-3.0.0-beta.16",
44
- "@girs/cairo-1.0": "^1.0.0-3.0.0-beta.16",
45
- "@girs/pango-1.0": "^1.50.13-3.0.0-beta.16",
46
- "@girs/harfbuzz-0.0": "^6.0.0-3.0.0-beta.16",
47
- "@girs/freetype2-2.0": "^2.0.0-3.0.0-beta.16",
48
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.0-beta.16",
49
- "@girs/gmodule-2.0": "^2.0.0-3.0.0-beta.16",
50
- "@girs/atk-1.0": "^2.45.1-3.0.0-beta.16"
34
+ "@girs/gjs": "^3.0.0",
35
+ "@girs/webkit2-4.1": "^2.40.0-3.0.0",
36
+ "@girs/soup-3.0": "^3.3.1-3.0.0",
37
+ "@girs/gio-2.0": "^2.76.1-3.0.0",
38
+ "@girs/gobject-2.0": "^2.76.1-3.0.0",
39
+ "@girs/glib-2.0": "^2.76.1-3.0.0",
40
+ "@girs/javascriptcore-4.1": "^2.40.0-3.0.0",
41
+ "@girs/gtk-3.0": "^3.24.36-3.0.0",
42
+ "@girs/xlib-2.0": "^2.0.0-3.0.0",
43
+ "@girs/gdk-3.0": "^3.24.36-3.0.0",
44
+ "@girs/cairo-1.0": "^1.0.0-3.0.0",
45
+ "@girs/pango-1.0": "^1.50.13-3.0.0",
46
+ "@girs/harfbuzz-0.0": "^6.0.0-3.0.0",
47
+ "@girs/freetype2-2.0": "^2.0.0-3.0.0",
48
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.0.0",
49
+ "@girs/gmodule-2.0": "^2.0.0-3.0.0",
50
+ "@girs/atk-1.0": "^2.45.1-3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "typescript": "^5.0.4"