@hpcc-js/marshaller 2.25.1 → 2.25.2
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 +19 -19
- 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,10 +5,10 @@
|
|
|
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.25.
|
|
9
|
-
var BUILD_VERSION = "2.104.
|
|
8
|
+
var PKG_VERSION$1 = "2.25.2";
|
|
9
|
+
var BUILD_VERSION = "2.104.2";
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
/******************************************************************************
|
|
12
12
|
Copyright (c) Microsoft Corporation.
|
|
13
13
|
|
|
14
14
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -2333,7 +2333,7 @@
|
|
|
2333
2333
|
}
|
|
2334
2334
|
|
|
2335
2335
|
var PKG_NAME = "@hpcc-js/ddl-shim";
|
|
2336
|
-
var PKG_VERSION = "2.
|
|
2336
|
+
var PKG_VERSION = "2.20.0";
|
|
2337
2337
|
|
|
2338
2338
|
function isWorkunitDatasource(ref) {
|
|
2339
2339
|
return ref.WUID !== undefined;
|
|
@@ -2413,7 +2413,7 @@
|
|
|
2413
2413
|
VisibilitySet: VisibilitySet
|
|
2414
2414
|
});
|
|
2415
2415
|
|
|
2416
|
-
|
|
2416
|
+
/******************************************************************************
|
|
2417
2417
|
Copyright (c) Microsoft Corporation.
|
|
2418
2418
|
|
|
2419
2419
|
Permission to use, copy, modify, and/or distribute this software for any
|