@girs/grlnet-0.2 0.2.0-3.2.7 → 0.2.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/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.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.9.
9
9
 
10
10
 
11
11
  ## Install
@@ -4,9 +4,5 @@ declare module 'gi://GrlNet?version=0.2' {
4
4
  export default GrlNet02;
5
5
  }
6
6
 
7
- declare module 'gi://GrlNet' {
8
- import GrlNet02 from '@girs/grlnet-0.2';
9
- export default GrlNet02;
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/grlnet-0.2.d.cts CHANGED
@@ -69,11 +69,9 @@ export module Wc {
69
69
  // Own constructor properties of GrlNet-0.2.GrlNet.Wc
70
70
 
71
71
  cache?: boolean | null
72
- cache_size?: number | null
72
+ cacheSize?: number | null
73
73
  loglevel?: number | null
74
74
  throttling?: number | null
75
- user_agent?: string | null
76
- cacheSize?: number | null
77
75
  userAgent?: string | null
78
76
  }
79
77
 
@@ -84,11 +82,9 @@ export interface Wc {
84
82
  // Own properties of GrlNet-0.2.GrlNet.Wc
85
83
 
86
84
  cache: boolean
87
- cache_size: number
88
85
  cacheSize: number
89
86
  loglevel: number
90
87
  throttling: number
91
- user_agent: string | null
92
88
  userAgent: string | null
93
89
 
94
90
  // Own fields of GrlNet-0.2.GrlNet.Wc
package/grlnet-0.2.d.ts CHANGED
@@ -71,11 +71,9 @@ module Wc {
71
71
  // Own constructor properties of GrlNet-0.2.GrlNet.Wc
72
72
 
73
73
  cache?: boolean | null
74
- cache_size?: number | null
74
+ cacheSize?: number | null
75
75
  loglevel?: number | null
76
76
  throttling?: number | null
77
- user_agent?: string | null
78
- cacheSize?: number | null
79
77
  userAgent?: string | null
80
78
  }
81
79
 
@@ -86,11 +84,9 @@ interface Wc {
86
84
  // Own properties of GrlNet-0.2.GrlNet.Wc
87
85
 
88
86
  cache: boolean
89
- cache_size: number
90
87
  cacheSize: number
91
88
  loglevel: number
92
89
  throttling: number
93
- user_agent: string | null
94
90
  userAgent: string | null
95
91
 
96
92
  // Own fields of GrlNet-0.2.GrlNet.Wc
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/grlnet-0.2",
3
- "version": "0.2.0-3.2.7",
3
+ "version": "0.2.0-3.2.9",
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",
7
7
  "main": "grlnet-0.2.js",
8
8
  "exports": {
9
- "./ambient": "./grlnet-0.2-ambient.d.ts",
10
- "./import": "./grlnet-0.2-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./grlnet-0.2-ambient.d.ts",
11
+ "default": "./grlnet-0.2-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./grlnet-0.2-import.d.ts",
15
+ "default": "./grlnet-0.2-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./grlnet-0.2.d.ts",
@@ -25,11 +31,11 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grlnet-0.2.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",
32
- "@girs/soup-2.4": "^2.74.3-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",
38
+ "@girs/soup-2.4": "^2.74.3-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/types.git"
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"