@hpcc-js/marshaller 2.28.4 → 2.28.6
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 +3 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -3
- 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 +15 -15
- 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.es6.js
CHANGED
|
@@ -13,8 +13,8 @@ import { JSONEditor, JSEditor } from '@hpcc-js/codemirror';
|
|
|
13
13
|
import { PropertyEditor } from '@hpcc-js/other';
|
|
14
14
|
|
|
15
15
|
var PKG_NAME$1 = "@hpcc-js/marshaller";
|
|
16
|
-
var PKG_VERSION$1 = "2.28.
|
|
17
|
-
var BUILD_VERSION = "2.108.
|
|
16
|
+
var PKG_VERSION$1 = "2.28.6";
|
|
17
|
+
var BUILD_VERSION = "2.108.6";
|
|
18
18
|
|
|
19
19
|
/******************************************************************************
|
|
20
20
|
Copyright (c) Microsoft Corporation.
|
|
@@ -2346,7 +2346,7 @@ function _mergeNamespaces(n, m) {
|
|
|
2346
2346
|
}
|
|
2347
2347
|
|
|
2348
2348
|
var PKG_NAME = "@hpcc-js/ddl-shim";
|
|
2349
|
-
var PKG_VERSION = "2.
|
|
2349
|
+
var PKG_VERSION = "2.25.0";
|
|
2350
2350
|
|
|
2351
2351
|
function isWorkunitDatasource(ref) {
|
|
2352
2352
|
return ref.WUID !== undefined;
|