@hpcc-js/marshaller 2.26.8 → 2.27.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.js CHANGED
@@ -5,8 +5,8 @@
5
5
  })(this, (function (exports, comms, common, util$6, chart, dgrid, form, graph, map, layout, phosphor, codemirror, other) { 'use strict';
6
6
 
7
7
  var PKG_NAME$1 = "@hpcc-js/marshaller";
8
- var PKG_VERSION$1 = "2.26.8";
9
- var BUILD_VERSION = "2.106.11";
8
+ var PKG_VERSION$1 = "2.27.0";
9
+ var BUILD_VERSION = "2.107.0";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -22,7 +22,7 @@
22
22
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23
23
  PERFORMANCE OF THIS SOFTWARE.
24
24
  ***************************************************************************** */
25
- /* global Reflect, Promise, SuppressedError, Symbol */
25
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
26
26
 
27
27
  var extendStatics = function(d, b) {
28
28
  extendStatics = Object.setPrototypeOf ||
@@ -72,8 +72,8 @@
72
72
  }
73
73
 
74
74
  function __generator(thisArg, body) {
75
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
76
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
75
+ 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);
76
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
77
77
  function verb(n) { return function (v) { return step([n, v]); }; }
78
78
  function step(op) {
79
79
  if (f) throw new TypeError("Generator is already executing.");
@@ -2338,7 +2338,7 @@
2338
2338
  }
2339
2339
 
2340
2340
  var PKG_NAME = "@hpcc-js/ddl-shim";
2341
- var PKG_VERSION = "2.21.0";
2341
+ var PKG_VERSION = "2.22.0";
2342
2342
 
2343
2343
  function isWorkunitDatasource(ref) {
2344
2344
  return ref.WUID !== undefined;
@@ -2432,7 +2432,7 @@
2432
2432
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2433
2433
  PERFORMANCE OF THIS SOFTWARE.
2434
2434
  ***************************************************************************** */
2435
- /* global Reflect, Promise, SuppressedError, Symbol */
2435
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
2436
2436
 
2437
2437
 
2438
2438
  var __assign = function() {