@girs/cloudproviders-0.3 0.3.0-3.2.0 → 0.3.0-3.2.3

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/cloudproviders-0.3)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for CloudProviders-0.3, generated from library version 0.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.0.
8
+ GJS TypeScript type definitions for CloudProviders-0.3, generated from library version 0.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.3.
9
9
 
10
10
 
11
11
  ## Install
@@ -491,7 +491,7 @@ export interface AccountExporter {
491
491
 
492
492
  /**
493
493
  * In order for a menu exported with cloud_providers_account_exporter_export_menu to receive events
494
- * that will eventually call your callbacks, it needs the corresponding GAcionGroup.
494
+ * that will eventually call your callbacks, it needs the corresponding GActionGroup.
495
495
  * Use this function to export it.
496
496
  * @param action_group The GActionGroup to be used by the menu exported by cloud_providers_account_exporter_export_menu
497
497
  */
@@ -500,7 +500,7 @@ export interface AccountExporter {
500
500
  /**
501
501
  * One of the benefits of the integration is to display a menu with available
502
502
  * options for an account. Use this function to export a GMenuModel menu to be
503
- * displayed by the choosen integration by the desktop environment or application.
503
+ * displayed by the chosen integration by the desktop environment or application.
504
504
  * @param menu_model The menu model to export
505
505
  */
506
506
  set_menu_model(menu_model: Gio.MenuModel): void
@@ -1775,7 +1775,7 @@ export interface Provider {
1775
1775
  }
1776
1776
 
1777
1777
  /**
1778
- * #CloudProvidersProvider is the basic object object for client implementators
1778
+ * #CloudProvidersProvider is the basic object object for client implementers
1779
1779
  * that contains the properties of the provider such as name, and the accounts
1780
1780
  * associated with it.
1781
1781
  * @class
@@ -493,7 +493,7 @@ interface AccountExporter {
493
493
 
494
494
  /**
495
495
  * In order for a menu exported with cloud_providers_account_exporter_export_menu to receive events
496
- * that will eventually call your callbacks, it needs the corresponding GAcionGroup.
496
+ * that will eventually call your callbacks, it needs the corresponding GActionGroup.
497
497
  * Use this function to export it.
498
498
  * @param action_group The GActionGroup to be used by the menu exported by cloud_providers_account_exporter_export_menu
499
499
  */
@@ -502,7 +502,7 @@ interface AccountExporter {
502
502
  /**
503
503
  * One of the benefits of the integration is to display a menu with available
504
504
  * options for an account. Use this function to export a GMenuModel menu to be
505
- * displayed by the choosen integration by the desktop environment or application.
505
+ * displayed by the chosen integration by the desktop environment or application.
506
506
  * @param menu_model The menu model to export
507
507
  */
508
508
  set_menu_model(menu_model: Gio.MenuModel): void
@@ -1777,7 +1777,7 @@ interface Provider {
1777
1777
  }
1778
1778
 
1779
1779
  /**
1780
- * #CloudProvidersProvider is the basic object object for client implementators
1780
+ * #CloudProvidersProvider is the basic object object for client implementers
1781
1781
  * that contains the properties of the provider such as name, and the accounts
1782
1782
  * associated with it.
1783
1783
  * @class
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/cloudproviders-0.3",
3
- "version": "0.3.0-3.2.0",
3
+ "version": "0.3.0-3.2.3",
4
4
  "description": "GJS TypeScript type definitions for CloudProviders-0.3, generated from library version 0.3.0",
5
5
  "type": "module",
6
6
  "module": "cloudproviders-0.3.js",
@@ -25,10 +25,10 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit cloudproviders-0.3.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/gio-2.0": "^2.76.1-3.2.0",
29
- "@girs/gjs": "^3.2.0",
30
- "@girs/glib-2.0": "^2.76.1-3.2.0",
31
- "@girs/gobject-2.0": "^2.76.1-3.2.0"
28
+ "@girs/gio-2.0": "^2.76.1-3.2.3",
29
+ "@girs/gjs": "^3.2.3",
30
+ "@girs/glib-2.0": "^2.76.1-3.2.3",
31
+ "@girs/gobject-2.0": "^2.76.1-3.2.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "*"
package/typedoc.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "entryPoints": ["./cloudproviders-0.3.d.ts","./cloudproviders-0.3-ambient.d.ts","./cloudproviders-0.3-import.d.ts"],
2
+ "entryPoints": ["./cloudproviders-0.3.d.ts"],
3
3
  "readme": "./README.md",
4
4
  "name": "CloudProviders-0.3",
5
5
  "tsconfig": "./tsconfig.json"