@girs/vda-1 1.0.0-3.1.0 → 1.0.0-3.2.0

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/vda-1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Vda-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.1.0.
8
+ GJS TypeScript type definitions for Vda-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.0.
9
9
 
10
10
  Vala Data Access library, a set of interfaces to connect to databases and execute queries
11
11
 
package/package.json CHANGED
@@ -1,16 +1,10 @@
1
1
  {
2
2
  "name": "@girs/vda-1",
3
- "version": "1.0.0-3.1.0",
3
+ "version": "1.0.0-3.2.0",
4
4
  "description": "GJS TypeScript type definitions for Vda-1, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "vda-1.js",
7
7
  "main": "vda-1.js",
8
- "typedoc": {
9
- "entryPoint": "./vda-1.d.ts",
10
- "readmeFile": "./README.md",
11
- "displayName": "Vda-1",
12
- "tsconfig": "./tsconfig.doc.json"
13
- },
14
8
  "exports": {
15
9
  "./ambient": "./vda-1-ambient.d.ts",
16
10
  "./import": "./vda-1-import.d.ts",
@@ -31,15 +25,15 @@
31
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit vda-1.d.cts"
32
26
  },
33
27
  "dependencies": {
34
- "@girs/gcalc-2": "^2.0.0-3.1.0",
35
- "@girs/gee-0.8": "^0.8.0-3.1.0",
36
- "@girs/gio-2.0": "^2.76.1-3.1.0",
37
- "@girs/gjs": "^3.1.0",
38
- "@girs/glib-2.0": "^2.76.1-3.1.0",
39
- "@girs/gobject-2.0": "^2.76.1-3.1.0",
40
- "@girs/gxml-0.20": "^0.20.0-3.1.0",
41
- "@girs/json-1.0": "^1.7.1-3.1.0",
42
- "@girs/libxml2-2.0": "^2.0.0-3.1.0"
28
+ "@girs/gcalc-2": "^2.0.0-3.2.0",
29
+ "@girs/gee-0.8": "^0.8.0-3.2.0",
30
+ "@girs/gio-2.0": "^2.76.1-3.2.0",
31
+ "@girs/gjs": "^3.2.0",
32
+ "@girs/glib-2.0": "^2.76.1-3.2.0",
33
+ "@girs/gobject-2.0": "^2.76.1-3.2.0",
34
+ "@girs/gxml-0.20": "^0.20.0-3.2.0",
35
+ "@girs/json-1.0": "^1.7.1-3.2.0",
36
+ "@girs/libxml2-2.0": "^2.0.0-3.2.0"
43
37
  },
44
38
  "devDependencies": {
45
39
  "typescript": "*"
@@ -3,6 +3,8 @@
3
3
  // General settings for code interpretation
4
4
  "target": "ESNext",
5
5
  "module": "ESNext",
6
+ "lib": ["ESNext"],
7
+ "types": [],
6
8
  "experimentalDecorators": true,
7
9
  "moduleResolution": "node",
8
10
  "noEmit": true,
package/typedoc.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "entryPoints": ["./vda-1.d.ts","./vda-1-ambient.d.ts","./vda-1-import.d.ts"],
3
+ "readme": "./README.md",
4
+ "name": "Vda-1",
5
+ "tsconfig": "./tsconfig.json"
6
+ }
7
+
package/vda-1.d.cts CHANGED
@@ -13891,11 +13891,11 @@ export interface HashList extends Gio.ListModel, HashModel {
13891
13891
  // Conflicting methods
13892
13892
 
13893
13893
  add(object: GObject.Object): void
13894
- add(item: any | null): boolean
13895
- add(item: any | null): boolean
13894
+ add(item: any): boolean
13895
+ add(item: any): boolean
13896
13896
  remove(object: GObject.Object): void
13897
- remove(item: any | null): boolean
13898
- remove(item: any | null): boolean
13897
+ remove(item: any): boolean
13898
+ remove(item: any): boolean
13899
13899
  get_read_only_view(): Gee.BidirList
13900
13900
 
13901
13901
  // Overloads of get_read_only_view
@@ -13923,11 +13923,11 @@ export interface HashList extends Gio.ListModel, HashModel {
13923
13923
  get_read_only_view(): Gee.Collection
13924
13924
  get_read_only_view(): Gee.Collection
13925
13925
  vfunc_add(object: GObject.Object): void
13926
- vfunc_add(item: any | null): boolean
13927
- vfunc_add(item: any | null): boolean
13926
+ vfunc_add(item: any): boolean
13927
+ vfunc_add(item: any): boolean
13928
13928
  vfunc_remove(object: GObject.Object): void
13929
- vfunc_remove(item: any | null): boolean
13930
- vfunc_remove(item: any | null): boolean
13929
+ vfunc_remove(item: any): boolean
13930
+ vfunc_remove(item: any): boolean
13931
13931
  vfunc_get_read_only_view(): Gee.BidirList
13932
13932
 
13933
13933
  // Overloads of vfunc_get_read_only_view
package/vda-1.d.ts CHANGED
@@ -13893,11 +13893,11 @@ interface HashList extends Gio.ListModel, HashModel {
13893
13893
  // Conflicting methods
13894
13894
 
13895
13895
  add(object: GObject.Object): void
13896
- add(item: any | null): boolean
13897
- add(item: any | null): boolean
13896
+ add(item: any): boolean
13897
+ add(item: any): boolean
13898
13898
  remove(object: GObject.Object): void
13899
- remove(item: any | null): boolean
13900
- remove(item: any | null): boolean
13899
+ remove(item: any): boolean
13900
+ remove(item: any): boolean
13901
13901
  get_read_only_view(): Gee.BidirList
13902
13902
 
13903
13903
  // Overloads of get_read_only_view
@@ -13925,11 +13925,11 @@ interface HashList extends Gio.ListModel, HashModel {
13925
13925
  get_read_only_view(): Gee.Collection
13926
13926
  get_read_only_view(): Gee.Collection
13927
13927
  vfunc_add(object: GObject.Object): void
13928
- vfunc_add(item: any | null): boolean
13929
- vfunc_add(item: any | null): boolean
13928
+ vfunc_add(item: any): boolean
13929
+ vfunc_add(item: any): boolean
13930
13930
  vfunc_remove(object: GObject.Object): void
13931
- vfunc_remove(item: any | null): boolean
13932
- vfunc_remove(item: any | null): boolean
13931
+ vfunc_remove(item: any): boolean
13932
+ vfunc_remove(item: any): boolean
13933
13933
  vfunc_get_read_only_view(): Gee.BidirList
13934
13934
 
13935
13935
  // Overloads of vfunc_get_read_only_view