@girs/notify-0.7 0.8.2-3.2.8 → 0.8.2-4.0.0-beta.1
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 +1 -2
- package/notify-0.7-ambient.d.ts +3 -3
- package/notify-0.7.d.ts +339 -411
- package/notify-0.7.js +0 -4
- package/package.json +13 -18
- package/notify-0.7.cjs +0 -11
- package/notify-0.7.d.cts +0 -485
package/README.md
CHANGED
|
@@ -5,9 +5,8 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Notify-0.7, generated from library version 0.8.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir)
|
|
8
|
+
GJS TypeScript type definitions for Notify-0.7, generated from library version 0.8.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.1.
|
|
9
9
|
|
|
10
|
-
libnotify is a library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way.
|
|
11
10
|
|
|
12
11
|
## Install
|
|
13
12
|
|
package/notify-0.7-ambient.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
declare module 'gi://Notify?version=0.7' {
|
|
3
|
-
import
|
|
4
|
-
export default
|
|
3
|
+
import Notify from '@girs/notify-0.7';
|
|
4
|
+
export default Notify;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
declare module 'gi://Notify' {
|
|
8
|
-
import Notify07 from '
|
|
8
|
+
import Notify07 from 'gi://Notify?version=0.7';
|
|
9
9
|
export default Notify07;
|
|
10
10
|
}
|
|
11
11
|
|