@hile/message-modem 1.0.4 → 1.0.5

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -112,7 +112,7 @@ export class MessageModem {
112
112
  else {
113
113
  _reject(new TimeoutException());
114
114
  }
115
- }, timeout);
115
+ }, timeout).unref();
116
116
  // 添加 Abort 处理函数
117
117
  controller.signal.addEventListener('abort', aborthandler);
118
118
  // 添加栈
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hile/message-modem",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -21,5 +21,5 @@
21
21
  "fix-esm-import-path": "^1.10.3",
22
22
  "vitest": "^4.0.18"
23
23
  },
24
- "gitHead": "14216a0622f27cc08f3c995fce0e2b5f9133e130"
24
+ "gitHead": "ac64d9d9ad33b67e6205fc6f5004e4ff852c0852"
25
25
  }