@girs/grlnet-0.3 0.3.0-3.2.7 → 0.3.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 +1 -1
- package/grlnet-0.3-ambient.js +2 -0
- package/grlnet-0.3-import.js +3 -0
- package/grlnet-0.3.d.cts +1 -5
- package/grlnet-0.3.d.ts +1 -5
- package/package.json +15 -9
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GrlNet-0.3, generated from library version 0.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for GrlNet-0.3, generated from library version 0.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
|
|
9
9
|
|
|
10
10
|
Network classes for Grilo
|
|
11
11
|
|
package/grlnet-0.3.d.cts
CHANGED
|
@@ -72,11 +72,9 @@ export module Wc {
|
|
|
72
72
|
// Own constructor properties of GrlNet-0.3.GrlNet.Wc
|
|
73
73
|
|
|
74
74
|
cache?: boolean | null
|
|
75
|
-
|
|
75
|
+
cacheSize?: number | null
|
|
76
76
|
loglevel?: number | null
|
|
77
77
|
throttling?: number | null
|
|
78
|
-
user_agent?: string | null
|
|
79
|
-
cacheSize?: number | null
|
|
80
78
|
userAgent?: string | null
|
|
81
79
|
}
|
|
82
80
|
|
|
@@ -87,11 +85,9 @@ export interface Wc {
|
|
|
87
85
|
// Own properties of GrlNet-0.3.GrlNet.Wc
|
|
88
86
|
|
|
89
87
|
cache: boolean
|
|
90
|
-
cache_size: number
|
|
91
88
|
cacheSize: number
|
|
92
89
|
loglevel: number
|
|
93
90
|
throttling: number
|
|
94
|
-
user_agent: string | null
|
|
95
91
|
userAgent: string | null
|
|
96
92
|
|
|
97
93
|
// Owm methods of GrlNet-0.3.GrlNet.Wc
|
package/grlnet-0.3.d.ts
CHANGED
|
@@ -74,11 +74,9 @@ module Wc {
|
|
|
74
74
|
// Own constructor properties of GrlNet-0.3.GrlNet.Wc
|
|
75
75
|
|
|
76
76
|
cache?: boolean | null
|
|
77
|
-
|
|
77
|
+
cacheSize?: number | null
|
|
78
78
|
loglevel?: number | null
|
|
79
79
|
throttling?: number | null
|
|
80
|
-
user_agent?: string | null
|
|
81
|
-
cacheSize?: number | null
|
|
82
80
|
userAgent?: string | null
|
|
83
81
|
}
|
|
84
82
|
|
|
@@ -89,11 +87,9 @@ interface Wc {
|
|
|
89
87
|
// Own properties of GrlNet-0.3.GrlNet.Wc
|
|
90
88
|
|
|
91
89
|
cache: boolean
|
|
92
|
-
cache_size: number
|
|
93
90
|
cacheSize: number
|
|
94
91
|
loglevel: number
|
|
95
92
|
throttling: number
|
|
96
|
-
user_agent: string | null
|
|
97
93
|
userAgent: string | null
|
|
98
94
|
|
|
99
95
|
// Owm methods of GrlNet-0.3.GrlNet.Wc
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/grlnet-0.3",
|
|
3
|
-
"version": "0.3.0-3.2.
|
|
3
|
+
"version": "0.3.0-3.2.9",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GrlNet-0.3, generated from library version 0.3.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "grlnet-0.3.js",
|
|
7
7
|
"main": "grlnet-0.3.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./grlnet-0.3-ambient.d.ts",
|
|
11
|
+
"default": "./grlnet-0.3-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./grlnet-0.3-import.d.ts",
|
|
15
|
+
"default": "./grlnet-0.3-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./grlnet-0.3.d.ts",
|
|
@@ -25,11 +31,11 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grlnet-0.3.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
29
|
-
"@girs/gjs": "^3.2.
|
|
30
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
31
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
32
|
-
"@girs/soup-3.0": "^3.4.4-3.2.
|
|
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",
|
|
38
|
+
"@girs/soup-3.0": "^3.4.4-3.2.9"
|
|
33
39
|
},
|
|
34
40
|
"devDependencies": {
|
|
35
41
|
"typescript": "*"
|
|
@@ -46,7 +52,7 @@
|
|
|
46
52
|
"license": "MIT",
|
|
47
53
|
"repository": {
|
|
48
54
|
"type": "git",
|
|
49
|
-
"url": "git+https://github.com/gjsify/
|
|
55
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
50
56
|
},
|
|
51
57
|
"bugs": {
|
|
52
58
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|