@girs/grlnet-0.2 0.2.0-3.2.5 → 0.2.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/grlnet-0.2)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GrlNet-0.2, generated from library version 0.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.5.
8
+ GJS TypeScript type definitions for GrlNet-0.2, generated from library version 0.2.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
9
9
 
10
10
 
11
11
  ## Install
package/grlnet-0.2.d.cts CHANGED
@@ -73,6 +73,8 @@ export module Wc {
73
73
  loglevel?: number | null
74
74
  throttling?: number | null
75
75
  user_agent?: string | null
76
+ cacheSize?: number | null
77
+ userAgent?: string | null
76
78
  }
77
79
 
78
80
  }
@@ -83,9 +85,11 @@ export interface Wc {
83
85
 
84
86
  cache: boolean
85
87
  cache_size: number
88
+ cacheSize: number
86
89
  loglevel: number
87
90
  throttling: number
88
91
  user_agent: string | null
92
+ userAgent: string | null
89
93
 
90
94
  // Own fields of GrlNet-0.2.GrlNet.Wc
91
95
 
package/grlnet-0.2.d.ts CHANGED
@@ -75,6 +75,8 @@ module Wc {
75
75
  loglevel?: number | null
76
76
  throttling?: number | null
77
77
  user_agent?: string | null
78
+ cacheSize?: number | null
79
+ userAgent?: string | null
78
80
  }
79
81
 
80
82
  }
@@ -85,9 +87,11 @@ interface Wc {
85
87
 
86
88
  cache: boolean
87
89
  cache_size: number
90
+ cacheSize: number
88
91
  loglevel: number
89
92
  throttling: number
90
93
  user_agent: string | null
94
+ userAgent: string | null
91
95
 
92
96
  // Own fields of GrlNet-0.2.GrlNet.Wc
93
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/grlnet-0.2",
3
- "version": "0.2.0-3.2.5",
3
+ "version": "0.2.0-3.2.6",
4
4
  "description": "GJS TypeScript type definitions for GrlNet-0.2, generated from library version 0.2.0",
5
5
  "type": "module",
6
6
  "module": "grlnet-0.2.js",
@@ -25,11 +25,11 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grlnet-0.2.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",
32
- "@girs/soup-2.4": "^2.74.3-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
+ "@girs/soup-2.4": "^2.74.3-3.2.6"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "*"