@ezs/basics 1.23.1 → 1.23.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.23.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/basics@1.23.1...@ezs/basics@1.23.2) (2023-02-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * 🐛 timeout never closed ([0c8597a](https://github.com/Inist-CNRS/ezs/commit/0c8597a11db0c3689a34888a1fd3e7807cc975db))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.23.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/basics@1.23.0...@ezs/basics@1.23.1) (2023-01-28)
7
18
 
8
19
 
@@ -109,6 +109,7 @@ async function URLConnect(data, feed) {
109
109
  bodyOut.pipe(output);
110
110
  } else {
111
111
  const bodyOutRaw = await (0, _getStream.default)(response.body);
112
+ clearTimeout(timeoutHandle);
112
113
 
113
114
  if (json) {
114
115
  try {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ezs/basics",
3
3
  "description": "Basics statements for EZS",
4
- "version": "1.23.1",
4
+ "version": "1.23.2",
5
5
  "author": "Nicolas Thouvenin <nthouvenin@gmail.com>",
6
6
  "bugs": "https://github.com/Inist-CNRS/ezs/issues",
7
7
  "dependencies": {
@@ -38,7 +38,7 @@
38
38
  "directories": {
39
39
  "test": "test"
40
40
  },
41
- "gitHead": "c244731593d7181d55b1d0c20373e5a263f18f02",
41
+ "gitHead": "78a03050c3106e54a2a10c70ea67091b8b1ee711",
42
42
  "homepage": "https://github.com/Inist-CNRS/ezs/tree/master/packages/basics#readme",
43
43
  "keywords": [
44
44
  "ezs"