@girs/nma-1.0 1.10.7-3.2.7 → 1.10.7-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/nma-1.0-ambient.js +2 -0
- package/nma-1.0-import.js +3 -0
- package/nma-1.0.d.cts +0 -4
- package/nma-1.0.d.ts +0 -4
- package/package.json +25 -19
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
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.
|
|
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.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
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.
|
|
3
|
+
"version": "1.10.7-3.2.9",
|
|
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":
|
|
10
|
-
|
|
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.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gdk-3.0": "^3.24.
|
|
32
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
34
|
-
"@girs/gjs": "^3.2.
|
|
35
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
36
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
38
|
-
"@girs/gtk-3.0": "^3.24.
|
|
39
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.2.
|
|
40
|
-
"@girs/nm-1.0": "^1.45.1-3.2.
|
|
41
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
42
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
34
|
+
"@girs/atk-1.0": "^2.50.1-3.2.9",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.9",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.9",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.41-3.2.9",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
|
|
39
|
+
"@girs/gio-2.0": "^2.78.0-3.2.9",
|
|
40
|
+
"@girs/gjs": "^3.2.9",
|
|
41
|
+
"@girs/glib-2.0": "^2.78.0-3.2.9",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.9",
|
|
43
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.9",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.41-3.2.9",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
|
|
46
|
+
"@girs/nm-1.0": "^1.45.1-3.2.9",
|
|
47
|
+
"@girs/pango-1.0": "^1.51.0-3.2.9",
|
|
48
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.9"
|
|
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/
|
|
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"
|