@lido-nestjs/execution 1.8.0 → 1.8.1

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.
@@ -9,8 +9,6 @@ const nonRetryableErrors = [
9
9
  // Generic Errors
10
10
  // Not Implemented
11
11
  logger.ErrorCode.NOT_IMPLEMENTED,
12
- // Timeout
13
- logger.ErrorCode.TIMEOUT,
14
12
  ///////////////////
15
13
  // Operational Errors
16
14
  // Buffer Overrun
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lido-nestjs/execution",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "MIT",