@girs/tracker-2.0 2.0.0-3.2.7 → 2.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/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.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.9.
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,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/tracker-2.0",
3
- "version": "2.0.0-3.2.7",
3
+ "version": "2.0.0-3.2.9",
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",
7
7
  "main": "tracker-2.0.js",
8
8
  "exports": {
9
- "./ambient": "./tracker-2.0-ambient.d.ts",
10
- "./import": "./tracker-2.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./tracker-2.0-ambient.d.ts",
11
+ "default": "./tracker-2.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./tracker-2.0-import.d.ts",
15
+ "default": "./tracker-2.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./tracker-2.0.d.ts",
@@ -25,10 +31,10 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit tracker-2.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gio-2.0": "^2.78.0-3.2.7",
29
- "@girs/gjs": "^3.2.7",
30
- "@girs/glib-2.0": "^2.78.0-3.2.7",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.7"
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"
32
38
  },
33
39
  "devDependencies": {
34
40
  "typescript": "*"
@@ -45,7 +51,7 @@
45
51
  "license": "MIT",
46
52
  "repository": {
47
53
  "type": "git",
48
- "url": "git+https://github.com/gjsify/types.git"
54
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
49
55
  },
50
56
  "bugs": {
51
57
  "url": "https://github.com/gjsify/ts-for-gir/issues"
@@ -4,9 +4,5 @@ declare module 'gi://Tracker?version=2.0' {
4
4
  export default Tracker20;
5
5
  }
6
6
 
7
- declare module 'gi://Tracker' {
8
- import Tracker20 from '@girs/tracker-2.0';
9
- export default Tracker20;
10
- }
11
7
 
12
8
 
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/tracker-2.0.d.cts CHANGED
@@ -886,7 +886,6 @@ export interface SparqlCursor {
886
886
  // Own properties of Tracker-2.0.Tracker.SparqlCursor
887
887
 
888
888
  connection: any
889
- readonly n_columns: number
890
889
  readonly nColumns: number
891
890
 
892
891
  // Owm methods of Tracker-2.0.Tracker.SparqlCursor
package/tracker-2.0.d.ts CHANGED
@@ -888,7 +888,6 @@ interface SparqlCursor {
888
888
  // Own properties of Tracker-2.0.Tracker.SparqlCursor
889
889
 
890
890
  connection: any
891
- readonly n_columns: number
892
891
  readonly nColumns: number
893
892
 
894
893
  // Owm methods of Tracker-2.0.Tracker.SparqlCursor