@girs/msg-0 0.0.0-4.0.0-beta.38 → 0.0.0-4.0.0-beta.39

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/msg-0.d.ts +0 -21
  3. package/package.json +9 -9
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/msg-0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.38.
8
+ GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
9
9
 
10
10
  ## Install
11
11
 
package/msg-0.d.ts CHANGED
@@ -69,7 +69,6 @@ export namespace Msg {
69
69
  // Constructors
70
70
 
71
71
  constructor(options: { message: string; code: number });
72
- _init(...args: any[]): void;
73
72
  }
74
73
 
75
74
  export namespace MessageMailFolderType {
@@ -2893,19 +2892,11 @@ export namespace Msg {
2893
2892
  type GoaAuthorizerClass = typeof GoaAuthorizer;
2894
2893
  abstract class GoaAuthorizerPrivate {
2895
2894
  static $gtype: GObject.GType<GoaAuthorizerPrivate>;
2896
-
2897
- // Constructors
2898
-
2899
- _init(...args: any[]): void;
2900
2895
  }
2901
2896
 
2902
2897
  type InputStreamClass = typeof InputStream;
2903
2898
  abstract class InputStreamPrivate {
2904
2899
  static $gtype: GObject.GType<InputStreamPrivate>;
2905
-
2906
- // Constructors
2907
-
2908
- _init(...args: any[]): void;
2909
2900
  }
2910
2901
 
2911
2902
  type MailFolderClass = typeof MailFolder;
@@ -2914,10 +2905,6 @@ export namespace Msg {
2914
2905
  type OAuth2AuthorizerClass = typeof OAuth2Authorizer;
2915
2906
  abstract class OAuth2AuthorizerPrivate {
2916
2907
  static $gtype: GObject.GType<OAuth2AuthorizerPrivate>;
2917
-
2918
- // Constructors
2919
-
2920
- _init(...args: any[]): void;
2921
2908
  }
2922
2909
 
2923
2910
  type ServiceClass = typeof Service;
@@ -2929,10 +2916,6 @@ export namespace Msg {
2929
2916
  // Fields
2930
2917
 
2931
2918
  padding: any[];
2932
-
2933
- // Constructors
2934
-
2935
- _init(...args: any[]): void;
2936
2919
  }
2937
2920
 
2938
2921
  abstract class _DriveItemFolderClass {
@@ -2941,10 +2924,6 @@ export namespace Msg {
2941
2924
  // Fields
2942
2925
 
2943
2926
  padding: any[];
2944
-
2945
- // Constructors
2946
-
2947
- _init(...args: any[]): void;
2948
2927
  }
2949
2928
 
2950
2929
  namespace Authorizer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/msg-0",
3
- "version": "0.0.0-4.0.0-beta.38",
3
+ "version": "0.0.0-4.0.0-beta.39",
4
4
  "description": "GJS TypeScript type definitions for Msg-0, generated from library version 0.0.0",
5
5
  "type": "module",
6
6
  "module": "msg-0.js",
@@ -31,14 +31,14 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-beta.38",
35
- "@girs/soup-3.0": "3.6.5-4.0.0-beta.38",
36
- "@girs/gio-2.0": "2.86.0-4.0.0-beta.38",
37
- "@girs/gobject-2.0": "2.86.0-4.0.0-beta.38",
38
- "@girs/glib-2.0": "2.86.0-4.0.0-beta.38",
39
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.38",
40
- "@girs/json-1.0": "1.10.8-4.0.0-beta.38",
41
- "@girs/goa-1.0": "3.56.0-4.0.0-beta.38" },
34
+ "@girs/gjs": "4.0.0-beta.39",
35
+ "@girs/soup-3.0": "3.6.6-4.0.0-beta.39",
36
+ "@girs/gio-2.0": "2.86.4-4.0.0-beta.39",
37
+ "@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
38
+ "@girs/glib-2.0": "2.86.4-4.0.0-beta.39",
39
+ "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.39",
40
+ "@girs/json-1.0": "1.10.8-4.0.0-beta.39",
41
+ "@girs/goa-1.0": "3.56.0-4.0.0-beta.39" },
42
42
  "devDependencies": {
43
43
  "typescript": "*"
44
44
  },