@hpcc-js/phosphor 2.19.2 → 2.20.0
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 +5 -5
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +7 -7
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- 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.
|
|
9
|
-
var BUILD_VERSION = "2.
|
|
8
|
+
var PKG_VERSION = "2.20.0";
|
|
9
|
+
var BUILD_VERSION = "2.107.0";
|
|
10
10
|
|
|
11
11
|
// Copyright (c) Jupyter Development Team.
|
|
12
12
|
// Distributed under the terms of the Modified BSD License.
|
|
@@ -26098,7 +26098,7 @@
|
|
|
26098
26098
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
26099
26099
|
PERFORMANCE OF THIS SOFTWARE.
|
|
26100
26100
|
***************************************************************************** */
|
|
26101
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
26101
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
26102
26102
|
|
|
26103
26103
|
var extendStatics = function(d, b) {
|
|
26104
26104
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -26137,8 +26137,8 @@
|
|
|
26137
26137
|
}
|
|
26138
26138
|
|
|
26139
26139
|
function __generator(thisArg, body) {
|
|
26140
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
26141
|
-
return g =
|
|
26140
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
26141
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
26142
26142
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
26143
26143
|
function step(op) {
|
|
26144
26144
|
if (f) throw new TypeError("Generator is already executing.");
|