@gjsify/fetch 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.
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/fetch
11
+
12
+ # npm or yarn also work (e.g. adding it to an existing project):
10
13
  npm install @gjsify/fetch
11
- # or
12
14
  yarn add @gjsify/fetch
13
15
  ```
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/fetch",
3
- "version": "0.4.42",
3
+ "version": "0.4.44",
4
4
  "description": "Web and Node.js fetch module for Gjs",
5
5
  "module": "lib/esm/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -51,8 +51,8 @@
51
51
  "fetch"
52
52
  ],
53
53
  "devDependencies": {
54
- "@gjsify/cli": "^0.4.42",
55
- "@gjsify/unit": "^0.4.42",
54
+ "@gjsify/cli": "^0.4.44",
55
+ "@gjsify/unit": "^0.4.44",
56
56
  "@types/node": "^25.9.1",
57
57
  "typescript": "^6.0.3"
58
58
  },
@@ -61,10 +61,10 @@
61
61
  "@girs/gjs": "4.0.4",
62
62
  "@girs/glib-2.0": "2.88.0-4.0.4",
63
63
  "@girs/soup-3.0": "3.6.6-4.0.4",
64
- "@gjsify/formdata": "^0.4.42",
65
- "@gjsify/http": "^0.4.42",
66
- "@gjsify/url": "^0.4.42",
67
- "@gjsify/utils": "^0.4.42"
64
+ "@gjsify/formdata": "^0.4.44",
65
+ "@gjsify/http": "^0.4.44",
66
+ "@gjsify/url": "^0.4.44",
67
+ "@gjsify/utils": "^0.4.44"
68
68
  },
69
69
  "gjsify": {
70
70
  "runtimes": {