@girs/geocodeglib-1.0 1.0.0-3.2.8 → 1.0.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/geocodeglib-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GeocodeGlib-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for GeocodeGlib-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
9
9
 
10
10
  Geocode Helper library
11
11
 
@@ -4,9 +4,5 @@ declare module 'gi://GeocodeGlib?version=1.0' {
4
4
  export default GeocodeGlib10;
5
5
  }
6
6
 
7
- declare module 'gi://GeocodeGlib' {
8
- import GeocodeGlib10 from '@girs/geocodeglib-1.0';
9
- export default GeocodeGlib10;
10
- }
11
7
 
12
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/geocodeglib-1.0",
3
- "version": "1.0.0-3.2.8",
3
+ "version": "1.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for GeocodeGlib-1.0, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "geocodeglib-1.0.js",
@@ -31,12 +31,12 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit geocodeglib-1.0.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/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/soup-2.4": "^2.74.3-3.2.9"
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "*"