@gjsify/dom-events 0.4.42 → 0.4.44
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 +3 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -7,8 +7,10 @@ Part of the [gjsify](https://github.com/gjsify/gjsify) project — Node.js and W
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
+
gjsify install @gjsify/dom-events
|
|
11
|
+
|
|
12
|
+
# npm or yarn also work (e.g. adding it to an existing project):
|
|
10
13
|
npm install @gjsify/dom-events
|
|
11
|
-
# or
|
|
12
14
|
yarn add @gjsify/dom-events
|
|
13
15
|
```
|
|
14
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/dom-events",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.44",
|
|
4
4
|
"description": "Web events module for Gjs",
|
|
5
5
|
"module": "lib/esm/index.js",
|
|
6
6
|
"types": "lib/types/index.d.ts",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"event"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@gjsify/dom-exception": "^0.4.
|
|
57
|
+
"@gjsify/dom-exception": "^0.4.44"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@gjsify/cli": "^0.4.
|
|
61
|
-
"@gjsify/unit": "^0.4.
|
|
60
|
+
"@gjsify/cli": "^0.4.44",
|
|
61
|
+
"@gjsify/unit": "^0.4.44",
|
|
62
62
|
"@types/node": "^25.9.1",
|
|
63
63
|
"typescript": "^6.0.3"
|
|
64
64
|
},
|