@girs/gfbgraph-0.2 0.2.0-3.2.8 → 0.2.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/gfbgraph-0.2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GFBGraph-0.2, generated from library version 0.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for GFBGraph-0.2, generated from library version 0.2.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://GFBGraph?version=0.2' {
4
4
  export default GFBGraph02;
5
5
  }
6
6
 
7
- declare module 'gi://GFBGraph' {
8
- import GFBGraph02 from '@girs/gfbgraph-0.2';
9
- export default GFBGraph02;
10
- }
11
7
 
12
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gfbgraph-0.2",
3
- "version": "0.2.0-3.2.8",
3
+ "version": "0.2.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for GFBGraph-0.2, generated from library version 0.2.0",
5
5
  "type": "module",
6
6
  "module": "gfbgraph-0.2.js",
@@ -31,13 +31,13 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gfbgraph-0.2.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gio-2.0": "^2.77.0-3.2.8",
35
- "@girs/gjs": "^3.2.8",
36
- "@girs/glib-2.0": "^2.77.0-3.2.8",
37
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
38
- "@girs/json-1.0": "^1.7.1-3.2.8",
39
- "@girs/rest-0.7": "^0.7.0-3.2.8",
40
- "@girs/soup-2.4": "^2.74.3-3.2.8"
34
+ "@girs/gio-2.0": "^2.78.0-3.2.9",
35
+ "@girs/gjs": "^3.2.9",
36
+ "@girs/glib-2.0": "^2.78.0-3.2.9",
37
+ "@girs/gobject-2.0": "^2.78.0-3.2.9",
38
+ "@girs/json-1.0": "^1.7.1-3.2.9",
39
+ "@girs/rest-0.7": "^0.7.0-3.2.9",
40
+ "@girs/soup-2.4": "^2.74.3-3.2.9"
41
41
  },
42
42
  "devDependencies": {
43
43
  "typescript": "*"