@hpcc-js/common 2.72.0 → 2.73.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 +4 -8
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +5 -9
- 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 +4 -4
- 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, util) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var PKG_NAME = "@hpcc-js/common";
|
|
8
|
-
var PKG_VERSION = "2.
|
|
9
|
-
var BUILD_VERSION = "2.
|
|
8
|
+
var PKG_VERSION = "2.73.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 ||
|
|
@@ -5771,8 +5771,6 @@
|
|
|
5771
5771
|
? formatIsoNative
|
|
5772
5772
|
: exports.utcFormat(isoSpecifier);
|
|
5773
5773
|
|
|
5774
|
-
var formatIso$1 = formatIso;
|
|
5775
|
-
|
|
5776
5774
|
function parseIsoNative(string) {
|
|
5777
5775
|
var date = new Date(string);
|
|
5778
5776
|
return isNaN(date) ? null : date;
|
|
@@ -5782,8 +5780,6 @@
|
|
|
5782
5780
|
? parseIsoNative
|
|
5783
5781
|
: exports.utcParse(isoSpecifier);
|
|
5784
5782
|
|
|
5785
|
-
var parseIso$1 = parseIso;
|
|
5786
|
-
|
|
5787
5783
|
function applyMixins(derivedCtor, baseCtors) {
|
|
5788
5784
|
baseCtors.forEach(function (baseCtor) {
|
|
5789
5785
|
Object.getOwnPropertyNames(baseCtor).forEach(function (name) {
|
|
@@ -15229,8 +15225,8 @@
|
|
|
15229
15225
|
exports.interpolateWarm = warm;
|
|
15230
15226
|
exports.interpolateZoom = interpolateZoom;
|
|
15231
15227
|
exports.interrupt = interrupt;
|
|
15232
|
-
exports.isoFormat = formatIso
|
|
15233
|
-
exports.isoParse = parseIso
|
|
15228
|
+
exports.isoFormat = formatIso;
|
|
15229
|
+
exports.isoParse = parseIso;
|
|
15234
15230
|
exports.keys = keys;
|
|
15235
15231
|
exports.lab = lab$1;
|
|
15236
15232
|
exports.lch = lch;
|