gnim 1.3.3 → 1.3.4
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/dist/dbus.ts +1 -1
- package/dist/gnim.gresource +0 -0
- package/package.json +1 -1
package/dist/dbus.ts
CHANGED
|
@@ -8,7 +8,7 @@ import Gio from "gi://Gio"
|
|
|
8
8
|
import GLib from "gi://GLib"
|
|
9
9
|
import GObject from "gi://GObject"
|
|
10
10
|
import { definePropertyGetter, kebabify, xml } from "./util.js"
|
|
11
|
-
import {
|
|
11
|
+
import type { DeepInfer } from "./variant.js"
|
|
12
12
|
import {
|
|
13
13
|
register,
|
|
14
14
|
property as gproperty,
|
package/dist/gnim.gresource
CHANGED
|
Binary file
|