@girs/nma-1.0 1.10.7-3.2.7 → 1.10.7-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/nma-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for NMA-1.0, generated from library version 1.10.7 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for NMA-1.0, generated from library version 1.10.7 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/nma-1.0.d.cts CHANGED
@@ -865,8 +865,6 @@ export module MobileProvidersDatabase {
865
865
 
866
866
  // Own constructor properties of NMA-1.0.NMA.MobileProvidersDatabase
867
867
 
868
- country_codes?: string | null
869
- service_providers?: string | null
870
868
  countryCodes?: string | null
871
869
  serviceProviders?: string | null
872
870
  }
@@ -877,9 +875,7 @@ export interface MobileProvidersDatabase extends Gio.AsyncInitable, Gio.Initable
877
875
 
878
876
  // Own properties of NMA-1.0.NMA.MobileProvidersDatabase
879
877
 
880
- readonly country_codes: string | null
881
878
  readonly countryCodes: string | null
882
- readonly service_providers: string | null
883
879
  readonly serviceProviders: string | null
884
880
 
885
881
  // Own fields of NMA-1.0.NMA.MobileProvidersDatabase
package/nma-1.0.d.ts CHANGED
@@ -867,8 +867,6 @@ module MobileProvidersDatabase {
867
867
 
868
868
  // Own constructor properties of NMA-1.0.NMA.MobileProvidersDatabase
869
869
 
870
- country_codes?: string | null
871
- service_providers?: string | null
872
870
  countryCodes?: string | null
873
871
  serviceProviders?: string | null
874
872
  }
@@ -879,9 +877,7 @@ interface MobileProvidersDatabase extends Gio.AsyncInitable, Gio.Initable {
879
877
 
880
878
  // Own properties of NMA-1.0.NMA.MobileProvidersDatabase
881
879
 
882
- readonly country_codes: string | null
883
880
  readonly countryCodes: string | null
884
- readonly service_providers: string | null
885
881
  readonly serviceProviders: string | null
886
882
 
887
883
  // Own fields of NMA-1.0.NMA.MobileProvidersDatabase
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/nma-1.0",
3
- "version": "1.10.7-3.2.7",
3
+ "version": "1.10.7-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for NMA-1.0, generated from library version 1.10.7",
5
5
  "type": "module",
6
6
  "module": "nma-1.0.js",
7
7
  "main": "nma-1.0.js",
8
8
  "exports": {
9
- "./ambient": "./nma-1.0-ambient.d.ts",
10
- "./import": "./nma-1.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./nma-1.0-ambient.d.ts",
11
+ "default": "./nma-1.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./nma-1.0-import.d.ts",
15
+ "default": "./nma-1.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./nma-1.0.d.ts",
@@ -25,21 +31,21 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit nma-1.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/atk-1.0": "^2.50.0-3.2.7",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.7",
30
- "@girs/freetype2-2.0": "^2.0.0-3.2.7",
31
- "@girs/gdk-3.0": "^3.24.38-3.2.7",
32
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
33
- "@girs/gio-2.0": "^2.78.0-3.2.7",
34
- "@girs/gjs": "^3.2.7",
35
- "@girs/glib-2.0": "^2.78.0-3.2.7",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
37
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
38
- "@girs/gtk-3.0": "^3.24.38-3.2.7",
39
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
40
- "@girs/nm-1.0": "^1.45.1-3.2.7",
41
- "@girs/pango-1.0": "^1.51.0-3.2.7",
42
- "@girs/xlib-2.0": "^2.0.0-3.2.7"
34
+ "@girs/atk-1.0": "^2.45.1-3.2.8",
35
+ "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
+ "@girs/freetype2-2.0": "^2.0.0-3.2.8",
37
+ "@girs/gdk-3.0": "^3.24.39-3.2.8",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
39
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
40
+ "@girs/gjs": "^3.2.8",
41
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
42
+ "@girs/gmodule-2.0": "^2.0.0-3.2.8",
43
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
44
+ "@girs/gtk-3.0": "^3.24.39-3.2.8",
45
+ "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
46
+ "@girs/nm-1.0": "^1.45.1-3.2.8",
47
+ "@girs/pango-1.0": "^1.51.0-3.2.8",
48
+ "@girs/xlib-2.0": "^2.0.0-3.2.8"
43
49
  },
44
50
  "devDependencies": {
45
51
  "typescript": "*"
@@ -56,7 +62,7 @@
56
62
  "license": "MIT",
57
63
  "repository": {
58
64
  "type": "git",
59
- "url": "git+https://github.com/gjsify/types.git"
65
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
60
66
  },
61
67
  "bugs": {
62
68
  "url": "https://github.com/gjsify/ts-for-gir/issues"