woodenfish-bot 3.6.7 → 3.6.9

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/es/index.js CHANGED
@@ -733,7 +733,7 @@ function requireRegenerator () {
733
733
  var regeneratorExports = requireRegenerator();
734
734
  var _regeneratorRuntime = /*@__PURE__*/getDefaultExportFromCjs(regeneratorExports);
735
735
 
736
- var version = "3.6.7";
736
+ var version = "3.6.9";
737
737
 
738
738
  var loglevel$1 = {exports: {}};
739
739
 
@@ -3187,7 +3187,7 @@ var Session = /*#__PURE__*/function () {
3187
3187
 
3188
3188
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
3189
3189
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
3190
- var MAX_RETRY = 10;
3190
+ var MAX_RETRY = 2;
3191
3191
  var WebsocketClient = /*#__PURE__*/function (_EventEmitter) {
3192
3192
  function WebsocketClient(config) {
3193
3193
  var _this;
package/lib/index.js CHANGED
@@ -735,7 +735,7 @@ function requireRegenerator () {
735
735
  var regeneratorExports = requireRegenerator();
736
736
  var _regeneratorRuntime = /*@__PURE__*/getDefaultExportFromCjs(regeneratorExports);
737
737
 
738
- var version = "3.6.7";
738
+ var version = "3.6.9";
739
739
 
740
740
  var loglevel$1 = {exports: {}};
741
741
 
@@ -3189,7 +3189,7 @@ var Session = /*#__PURE__*/function () {
3189
3189
 
3190
3190
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
3191
3191
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
3192
- var MAX_RETRY = 10;
3192
+ var MAX_RETRY = 2;
3193
3193
  var WebsocketClient = /*#__PURE__*/function (_EventEmitter) {
3194
3194
  function WebsocketClient(config) {
3195
3195
  var _this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "woodenfish-bot",
3
- "version": "3.6.7",
3
+ "version": "3.6.9",
4
4
  "description": "woodenfish-bot",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -56,7 +56,7 @@
56
56
  "commitizen": "^4.3.1",
57
57
  "cross-env": "^7.0.3",
58
58
  "cz-conventional-changelog": "^3.3.0",
59
- "eslint": "^9.22.0",
59
+ "eslint": "^9.23.0",
60
60
  "eslint-config-alloy": "^5.1.2",
61
61
  "eslint-config-prettier": "^10.1.1",
62
62
  "eslint-plugin-jest": "^28.11.0",