Skip to content

Commit e8c18f3

Browse files
committed
Update version to 4.0.5
1 parent b8c64fb commit e8c18f3

File tree

3 files changed

+3828
-3005
lines changed

3 files changed

+3828
-3005
lines changed

build/chain.bundled.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
/******/ __webpack_require__.p = "";
6666
/******/
6767
/******/ // Load entry module and return exports
68-
/******/ return __webpack_require__(__webpack_require__.s = 1132);
68+
/******/ return __webpack_require__(__webpack_require__.s = 1137);
6969
/******/ })
7070
/************************************************************************/
7171
/******/ ({
@@ -91,7 +91,7 @@ module.exports = require("os");
9191

9292
/***/ }),
9393

94-
/***/ 1132:
94+
/***/ 1137:
9595
/***/ (function(module, exports, __webpack_require__) {
9696

9797

@@ -2721,7 +2721,7 @@ exports.defineProperties = function (self, fields, data) {
27212721
/* 7 */
27222722
/***/ (function(module, exports) {
27232723

2724-
module.exports = __webpack_require__(21);
2724+
module.exports = __webpack_require__(22);
27252725

27262726
/***/ }),
27272727
/* 8 */
@@ -10024,7 +10024,7 @@ module.exports = {
1002410024
/* 23 */
1002510025
/***/ (function(module, exports) {
1002610026

10027-
module.exports = __webpack_require__(24);
10027+
module.exports = __webpack_require__(21);
1002810028

1002910029
/***/ }),
1003010030
/* 24 */
@@ -96937,7 +96937,7 @@ module.exports = EventPubSub;
9693796937
/***/ 21:
9693896938
/***/ (function(module, exports) {
9693996939

96940-
module.exports = require("stream");
96940+
module.exports = require("events");
9694196941

9694296942
/***/ }),
9694396943

@@ -97040,6 +97040,13 @@ function Queue(asStack){
9704097040
module.exports=Queue;
9704197041

9704297042

97043+
/***/ }),
97044+
97045+
/***/ 22:
97046+
/***/ (function(module, exports) {
97047+
97048+
module.exports = require("stream");
97049+
9704397050
/***/ }),
9704497051

9704597052
/***/ 223:
@@ -98060,13 +98067,6 @@ function connectNet(id,host,port,callback){
9806098067
module.exports=IPC;
9806198068

9806298069

98063-
/***/ }),
98064-
98065-
/***/ 24:
98066-
/***/ (function(module, exports) {
98067-
98068-
module.exports = require("events");
98069-
9807098070
/***/ }),
9807198071

9807298072
/***/ 244:

0 commit comments

Comments
 (0)