@girs/geocodeglib-2.0 2.0.0-3.0.0-beta.16 → 2.0.0-3.0.1

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 +1 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  # GeocodeGlib-2.0
3
3
 
4
- 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) v3.0.0-beta.16.
4
+ 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) v3.0.1.
5
5
 
6
6
  Geocode Helper library
7
7
 
@@ -51,7 +51,6 @@ Now you can import the ambient module with TypeScript support:
51
51
  import GeocodeGlib from 'gi://GeocodeGlib?version=2.0';
52
52
  ```
53
53
 
54
-
55
54
  ### Global import
56
55
 
57
56
  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/geocodeglib-2.0",
3
- "version": "2.0.0-3.0.0-beta.16",
3
+ "version": "2.0.0-3.0.1",
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,12 +31,12 @@
31
31
  "test:cjs": "tsc --noEmit geocodeglib-2.0.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^3.0.0-beta.16",
35
- "@girs/soup-3.0": "^3.3.1-3.0.0-beta.16",
36
- "@girs/gio-2.0": "^2.76.1-3.0.0-beta.16",
37
- "@girs/gobject-2.0": "^2.76.1-3.0.0-beta.16",
38
- "@girs/glib-2.0": "^2.76.1-3.0.0-beta.16",
39
- "@girs/json-1.0": "^1.7.1-3.0.0-beta.16"
34
+ "@girs/gio-2.0": "^2.76.1-3.0.1",
35
+ "@girs/gjs": "^3.0.1",
36
+ "@girs/glib-2.0": "^2.76.1-3.0.1",
37
+ "@girs/gobject-2.0": "^2.76.1-3.0.1",
38
+ "@girs/json-1.0": "^1.7.1-3.0.1",
39
+ "@girs/soup-3.0": "^3.4.2-3.0.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "typescript": "^5.0.4"