@wiajs/request 3.0.17 → 3.0.18

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/request.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wia request v3.0.17
2
+ * wia request v3.0.18
3
3
  * (c) 2022-2024 Sibyl Yu and contributors
4
4
  * Released under the MIT License.
5
5
  */
package/dist/request.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * wia request v3.0.17
2
+ * wia request v3.0.18
3
3
  * (c) 2022-2024 Sibyl Yu and contributors
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wiajs/request",
3
3
  "description": "Stream HTTP request client.",
4
4
  "keywords": ["http", "simple", "util", "utility"],
5
- "version": "3.0.17",
5
+ "version": "3.0.18",
6
6
  "type": "module",
7
7
  "main": "index.js",
8
8
  "exports": {
@@ -45,7 +45,7 @@
45
45
  "node": ">= 6"
46
46
  },
47
47
  "dependencies": {
48
- "@wiajs/log": "^4.3.12",
48
+ "@wiajs/log": "^4.3.13",
49
49
  "mime-types": "^2.1.35"
50
50
  },
51
51
  "devDependencies": {