woodenfish-bot 3.6.8 → 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 +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
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.
|
|
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 =
|
|
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.
|
|
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 =
|
|
3192
|
+
var MAX_RETRY = 2;
|
|
3193
3193
|
var WebsocketClient = /*#__PURE__*/function (_EventEmitter) {
|
|
3194
3194
|
function WebsocketClient(config) {
|
|
3195
3195
|
var _this;
|