@girs/tracker-2.0 2.0.0-3.2.5 → 2.0.0-3.2.6

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/tracker-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Tracker-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.5.
8
+ GJS TypeScript type definitions for Tracker-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
9
9
 
10
10
  The libtracker-miner library is the foundation for Tracker data miners, these miners will extract metadata and insert it in SPARQL form to a TrackerSparqlConnection.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/tracker-2.0",
3
- "version": "2.0.0-3.2.5",
3
+ "version": "2.0.0-3.2.6",
4
4
  "description": "GJS TypeScript type definitions for Tracker-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "tracker-2.0.js",
@@ -25,10 +25,10 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit tracker-2.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gio-2.0": "^2.78.0-3.2.5",
29
- "@girs/gjs": "^3.2.5",
30
- "@girs/glib-2.0": "^2.78.0-3.2.5",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.5"
28
+ "@girs/gio-2.0": "^2.78.0-3.2.6",
29
+ "@girs/gjs": "^3.2.6",
30
+ "@girs/glib-2.0": "^2.78.0-3.2.6",
31
+ "@girs/gobject-2.0": "^2.78.0-3.2.6"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "*"
package/tracker-2.0.d.cts CHANGED
@@ -887,6 +887,7 @@ export interface SparqlCursor {
887
887
 
888
888
  connection: any
889
889
  readonly n_columns: number
890
+ readonly nColumns: number
890
891
 
891
892
  // Owm methods of Tracker-2.0.Tracker.SparqlCursor
892
893
 
package/tracker-2.0.d.ts CHANGED
@@ -889,6 +889,7 @@ interface SparqlCursor {
889
889
 
890
890
  connection: any
891
891
  readonly n_columns: number
892
+ readonly nColumns: number
892
893
 
893
894
  // Owm methods of Tracker-2.0.Tracker.SparqlCursor
894
895