@hpcc-js/phosphor 2.18.7 → 2.18.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/dist/index.es6.js +4 -7
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -8
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/package.json +8 -8
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
})(this, (function (exports, common) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var PKG_NAME = "@hpcc-js/phosphor";
|
|
8
|
-
var PKG_VERSION = "2.18.
|
|
9
|
-
var BUILD_VERSION = "2.105.
|
|
8
|
+
var PKG_VERSION = "2.18.9";
|
|
9
|
+
var BUILD_VERSION = "2.105.12";
|
|
10
10
|
|
|
11
11
|
// Copyright (c) Jupyter Development Team.
|
|
12
12
|
// Distributed under the terms of the Modified BSD License.
|
|
@@ -2061,10 +2061,7 @@
|
|
|
2061
2061
|
}
|
|
2062
2062
|
// Setup the initial accumlated value.
|
|
2063
2063
|
var accumulator;
|
|
2064
|
-
|
|
2065
|
-
accumulator = fn(first, second, index++);
|
|
2066
|
-
}
|
|
2067
|
-
else {
|
|
2064
|
+
{
|
|
2068
2065
|
accumulator = fn(fn(initial, first, index++), second, index++);
|
|
2069
2066
|
}
|
|
2070
2067
|
// Iterate the rest of the values, updating the accumulator.
|
|
@@ -26807,7 +26804,5 @@
|
|
|
26807
26804
|
exports.WidgetAdapter = WidgetAdapter;
|
|
26808
26805
|
exports.WidgetAdapterArray = WidgetAdapterArray;
|
|
26809
26806
|
|
|
26810
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
26811
|
-
|
|
26812
26807
|
}));
|
|
26813
26808
|
//# sourceMappingURL=index.js.map
|