@girs/geocodeglib-2.0 2.0.0-4.0.0-beta.13 → 2.0.0-4.0.0-beta.15

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-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.13.
8
+ GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.15.
9
9
 
10
10
 
11
11
  ## Install
@@ -12,7 +12,6 @@ import type Soup from '@girs/soup-3.0';
12
12
  import type Gio from '@girs/gio-2.0';
13
13
  import type GObject from '@girs/gobject-2.0';
14
14
  import type GLib from '@girs/glib-2.0';
15
- import type GModule from '@girs/gmodule-2.0';
16
15
  import type Json from '@girs/json-1.0';
17
16
 
18
17
  export namespace GeocodeGlib {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/geocodeglib-2.0",
3
- "version": "2.0.0-4.0.0-beta.13",
3
+ "version": "2.0.0-4.0.0-beta.15",
4
4
  "description": "GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "geocodeglib-2.0.js",
@@ -31,13 +31,12 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gio-2.0": "^2.80.3-4.0.0-beta.13",
35
- "@girs/gjs": "^4.0.0-beta.13",
36
- "@girs/glib-2.0": "^2.80.3-4.0.0-beta.13",
37
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.13",
38
- "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.13",
39
- "@girs/json-1.0": "^1.8.0-4.0.0-beta.13",
40
- "@girs/soup-3.0": "^3.4.4-4.0.0-beta.13"
34
+ "@girs/gio-2.0": "^2.80.3-4.0.0-beta.15",
35
+ "@girs/gjs": "^4.0.0-beta.15",
36
+ "@girs/glib-2.0": "^2.80.3-4.0.0-beta.15",
37
+ "@girs/gobject-2.0": "^2.80.3-4.0.0-beta.15",
38
+ "@girs/json-1.0": "^1.8.0-4.0.0-beta.15",
39
+ "@girs/soup-3.0": "^3.4.4-4.0.0-beta.15"
41
40
  },
42
41
  "devDependencies": {
43
42
  "typescript": "*"