@girs/grlnet-0.1 0.1.0-3.2.5 → 0.1.0-3.2.7

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/grlnet-0.1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GrlNet-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.5.
8
+ GJS TypeScript type definitions for GrlNet-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
9
9
 
10
10
 
11
11
  ## Install
package/grlnet-0.1.d.cts CHANGED
@@ -43,6 +43,7 @@ export module Wc {
43
43
  cache_size?: number | null
44
44
  loglevel?: number | null
45
45
  throttling?: number | null
46
+ cacheSize?: number | null
46
47
  }
47
48
 
48
49
  }
@@ -53,6 +54,7 @@ export interface Wc {
53
54
 
54
55
  cache: boolean
55
56
  cache_size: number
57
+ cacheSize: number
56
58
  loglevel: number
57
59
  throttling: number
58
60
 
package/grlnet-0.1.d.ts CHANGED
@@ -45,6 +45,7 @@ module Wc {
45
45
  cache_size?: number | null
46
46
  loglevel?: number | null
47
47
  throttling?: number | null
48
+ cacheSize?: number | null
48
49
  }
49
50
 
50
51
  }
@@ -55,6 +56,7 @@ interface Wc {
55
56
 
56
57
  cache: boolean
57
58
  cache_size: number
59
+ cacheSize: number
58
60
  loglevel: number
59
61
  throttling: number
60
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/grlnet-0.1",
3
- "version": "0.1.0-3.2.5",
3
+ "version": "0.1.0-3.2.7",
4
4
  "description": "GJS TypeScript type definitions for GrlNet-0.1, generated from library version 0.1.0",
5
5
  "type": "module",
6
6
  "module": "grlnet-0.1.js",
@@ -25,10 +25,10 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grlnet-0.1.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.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"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "*"