@girs/lightdm-1 4.3.0 → 4.4.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/lightdm-1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for LightDM-1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.3.0.
8
+ GJS TypeScript type definitions for LightDM-1 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.4.0.
9
9
 
10
10
  ## Install
11
11
 
package/lightdm-1.d.ts CHANGED
@@ -673,6 +673,7 @@ export namespace LightDM {
673
673
  /**
674
674
  * Connects the greeter to the display manager. Will block until connected.
675
675
  * @returns `TRUE` if successfully connected
676
+ * @deprecated since 1.11.1: Use `lightdm_greeter_connect_to_daemon_sync()` instead
676
677
  */
677
678
  connect_sync(): boolean;
678
679
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/lightdm-1",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "description": "GJS TypeScript type definitions for LightDM-1",
5
5
  "type": "module",
6
6
  "module": "lightdm-1.js",
@@ -31,11 +31,11 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.3.0",
35
- "@girs/gio-2.0": "^4.3.0",
36
- "@girs/gobject-2.0": "^4.3.0",
37
- "@girs/glib-2.0": "^4.3.0",
38
- "@girs/gmodule-2.0": "^4.3.0" },
34
+ "@girs/gjs": "^4.4.0",
35
+ "@girs/gio-2.0": "^4.4.0",
36
+ "@girs/gobject-2.0": "^4.4.0",
37
+ "@girs/glib-2.0": "^4.4.0",
38
+ "@girs/gmodule-2.0": "^4.4.0" },
39
39
  "devDependencies": {
40
40
  "typescript": "*"
41
41
  },