@girs/flatpak-1.0 1.8.0-3.2.9 → 1.8.0-3.3.0

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/flatpak-1.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Flatpak-1.0, generated from library version 1.8.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
8
+ GJS TypeScript type definitions for Flatpak-1.0, generated from library version 1.8.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
 
11
11
  ## Install
package/flatpak-1.0.d.cts CHANGED
@@ -704,7 +704,7 @@ export interface Installation {
704
704
  * subpaths to install of locale extensions. This list may also be used
705
705
  * by frontends like GNOME Software to decide which language-specific apps
706
706
  * to display. An empty array means that all languages should be installed.
707
- * @returns A possibly empty array of strings, or %NULL on error.
707
+ * @returns A possibly empty array of strings, or %NULL on error.
708
708
  */
709
709
  get_default_languages(): string[]
710
710
  /**
@@ -714,7 +714,7 @@ export interface Installation {
714
714
  *
715
715
  * Strings returned by this function are in the format specified by
716
716
  * [`setlocale()`](man:setlocale): `language[_territory][.codeset][`modifier]``.
717
- * @returns A possibly empty array of locale strings, or %NULL on error.
717
+ * @returns A possibly empty array of locale strings, or %NULL on error.
718
718
  */
719
719
  get_default_locales(): string[]
720
720
  /**
package/flatpak-1.0.d.ts CHANGED
@@ -706,7 +706,7 @@ interface Installation {
706
706
  * subpaths to install of locale extensions. This list may also be used
707
707
  * by frontends like GNOME Software to decide which language-specific apps
708
708
  * to display. An empty array means that all languages should be installed.
709
- * @returns A possibly empty array of strings, or %NULL on error.
709
+ * @returns A possibly empty array of strings, or %NULL on error.
710
710
  */
711
711
  get_default_languages(): string[]
712
712
  /**
@@ -716,7 +716,7 @@ interface Installation {
716
716
  *
717
717
  * Strings returned by this function are in the format specified by
718
718
  * [`setlocale()`](man:setlocale): `language[_territory][.codeset][`modifier]``.
719
- * @returns A possibly empty array of locale strings, or %NULL on error.
719
+ * @returns A possibly empty array of locale strings, or %NULL on error.
720
720
  */
721
721
  get_default_locales(): string[]
722
722
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/flatpak-1.0",
3
- "version": "1.8.0-3.2.9",
3
+ "version": "1.8.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for Flatpak-1.0, generated from library version 1.8.0",
5
5
  "type": "module",
6
6
  "module": "flatpak-1.0.js",
@@ -31,10 +31,10 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit flatpak-1.0.d.cts"
32
32
  },
33
33
  "dependencies": {
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"
34
+ "@girs/gio-2.0": "^2.78.0-3.3.0",
35
+ "@girs/gjs": "^3.3.0",
36
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
37
+ "@girs/gobject-2.0": "^2.78.0-3.3.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "typescript": "*"