@gjsify/http2 0.4.43 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +7 -7
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/http2
11
+
12
+ # npm or yarn also work (e.g. adding it to an existing project):
10
13
  npm install @gjsify/http2
11
- # or
12
14
  yarn add @gjsify/http2
13
15
  ```
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/http2",
3
- "version": "0.4.43",
3
+ "version": "0.5.0",
4
4
  "description": "Node.js http2 module for Gjs",
5
5
  "type": "module",
6
6
  "module": "lib/esm/index.js",
@@ -33,9 +33,9 @@
33
33
  "http2"
34
34
  ],
35
35
  "devDependencies": {
36
- "@gjsify/cli": "^0.4.43",
37
- "@gjsify/unit": "^0.4.43",
38
- "@types/node": "^25.9.1",
36
+ "@gjsify/cli": "^0.5.0",
37
+ "@gjsify/unit": "^0.5.0",
38
+ "@types/node": "^25.9.2",
39
39
  "typescript": "^6.0.3"
40
40
  },
41
41
  "dependencies": {
@@ -43,9 +43,9 @@
43
43
  "@girs/glib-2.0": "2.88.0-4.0.4",
44
44
  "@girs/gobject-2.0": "2.88.0-4.0.4",
45
45
  "@girs/soup-3.0": "3.6.6-4.0.4",
46
- "@gjsify/events": "^0.4.43",
47
- "@gjsify/http2-native": "^0.4.43",
48
- "@gjsify/utils": "^0.4.43"
46
+ "@gjsify/events": "^0.5.0",
47
+ "@gjsify/http2-native": "^0.5.0",
48
+ "@gjsify/utils": "^0.5.0"
49
49
  },
50
50
  "gjsify": {
51
51
  "runtimes": {