Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update version to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Jan 17, 2018
1 parent b8c64fb commit e8c18f3
Show file tree
Hide file tree
Showing 3 changed files with 3,828 additions and 3,005 deletions.
24 changes: 12 additions & 12 deletions build/chain.bundled.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
/******/ __webpack_require__.p = "";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 1132);
/******/ return __webpack_require__(__webpack_require__.s = 1137);
/******/ })
/************************************************************************/
/******/ ({
Expand All @@ -91,7 +91,7 @@ module.exports = require("os");

/***/ }),

/***/ 1132:
/***/ 1137:
/***/ (function(module, exports, __webpack_require__) {


Expand Down Expand Up @@ -2721,7 +2721,7 @@ exports.defineProperties = function (self, fields, data) {
/* 7 */
/***/ (function(module, exports) {

module.exports = __webpack_require__(21);
module.exports = __webpack_require__(22);

/***/ }),
/* 8 */
Expand Down Expand Up @@ -10024,7 +10024,7 @@ module.exports = {
/* 23 */
/***/ (function(module, exports) {

module.exports = __webpack_require__(24);
module.exports = __webpack_require__(21);

/***/ }),
/* 24 */
Expand Down Expand Up @@ -96937,7 +96937,7 @@ module.exports = EventPubSub;
/***/ 21:
/***/ (function(module, exports) {

module.exports = require("stream");
module.exports = require("events");

/***/ }),

Expand Down Expand Up @@ -97040,6 +97040,13 @@ function Queue(asStack){
module.exports=Queue;


/***/ }),

/***/ 22:
/***/ (function(module, exports) {

module.exports = require("stream");

/***/ }),

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


/***/ }),

/***/ 24:
/***/ (function(module, exports) {

module.exports = require("events");

/***/ }),

/***/ 244:
Expand Down
Loading

0 comments on commit e8c18f3

Please sign in to comment.