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

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.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.8.
9
9
 
10
10
 
11
11
  ## Install
@@ -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.1.d.cts CHANGED
@@ -40,10 +40,9 @@ export module Wc {
40
40
  // Own constructor properties of GrlNet-0.1.GrlNet.Wc
41
41
 
42
42
  cache?: boolean | null
43
- cache_size?: number | null
43
+ cacheSize?: number | null
44
44
  loglevel?: number | null
45
45
  throttling?: number | null
46
- cacheSize?: number | null
47
46
  }
48
47
 
49
48
  }
@@ -53,7 +52,6 @@ export interface Wc {
53
52
  // Own properties of GrlNet-0.1.GrlNet.Wc
54
53
 
55
54
  cache: boolean
56
- cache_size: number
57
55
  cacheSize: number
58
56
  loglevel: number
59
57
  throttling: number
package/grlnet-0.1.d.ts CHANGED
@@ -42,10 +42,9 @@ module Wc {
42
42
  // Own constructor properties of GrlNet-0.1.GrlNet.Wc
43
43
 
44
44
  cache?: boolean | null
45
- cache_size?: number | null
45
+ cacheSize?: number | null
46
46
  loglevel?: number | null
47
47
  throttling?: number | null
48
- cacheSize?: number | null
49
48
  }
50
49
 
51
50
  }
@@ -55,7 +54,6 @@ interface Wc {
55
54
  // Own properties of GrlNet-0.1.GrlNet.Wc
56
55
 
57
56
  cache: boolean
58
- cache_size: number
59
57
  cacheSize: number
60
58
  loglevel: number
61
59
  throttling: number
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/grlnet-0.1",
3
- "version": "0.1.0-3.2.7",
3
+ "version": "0.1.0-3.2.8",
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",
7
7
  "main": "grlnet-0.1.js",
8
8
  "exports": {
9
- "./ambient": "./grlnet-0.1-ambient.d.ts",
10
- "./import": "./grlnet-0.1-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./grlnet-0.1-ambient.d.ts",
11
+ "default": "./grlnet-0.1-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./grlnet-0.1-import.d.ts",
15
+ "default": "./grlnet-0.1-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./grlnet-0.1.d.ts",
@@ -25,10 +31,10 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit grlnet-0.1.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"
34
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
35
+ "@girs/gjs": "^3.2.8",
36
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
37
+ "@girs/gobject-2.0": "^2.77.0-3.2.8"
32
38
  },
33
39
  "devDependencies": {
34
40
  "typescript": "*"
@@ -45,7 +51,7 @@
45
51
  "license": "MIT",
46
52
  "repository": {
47
53
  "type": "git",
48
- "url": "git+https://github.com/gjsify/types.git"
54
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
49
55
  },
50
56
  "bugs": {
51
57
  "url": "https://github.com/gjsify/ts-for-gir/issues"