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 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 { type DeepInfer } from "./variant.js"
11
+ import type { DeepInfer } from "./variant.js"
12
12
  import {
13
13
  register,
14
14
  property as gproperty,
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gnim",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "type": "module",
5
5
  "author": "Aylur",
6
6
  "license": "MIT",