@girs/grl-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/grl-0.2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Grl-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 Grl-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://Grl?version=0.2' {
4
4
  export default Grl02;
5
5
  }
6
6
 
7
- declare module 'gi://Grl' {
8
- import Grl02 from '@girs/grl-0.2';
9
- export default Grl02;
10
- }
11
7
 
12
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/grl-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 Grl-0.2, generated from library version 0.2.0",
5
5
  "type": "module",
6
6
  "module": "grl-0.2.js",
@@ -31,11 +31,11 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grl-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/gmodule-2.0": "^2.0.0-3.2.8",
38
- "@girs/gobject-2.0": "^2.77.0-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/gmodule-2.0": "^2.0.0-3.2.9",
38
+ "@girs/gobject-2.0": "^2.78.0-3.2.9"
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "*"