@hpcc-js/marshaller 2.23.106 → 2.23.107
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 +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +16 -16
- 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 = "@hpcc-js/marshaller";
|
|
16
|
-
var PKG_VERSION = "2.23.
|
|
17
|
-
var BUILD_VERSION = "2.
|
|
16
|
+
var PKG_VERSION = "2.23.107";
|
|
17
|
+
var BUILD_VERSION = "2.101.0";
|
|
18
18
|
|
|
19
19
|
/*! *****************************************************************************
|
|
20
20
|
Copyright (c) Microsoft Corporation.
|
|
@@ -2326,7 +2326,7 @@ var DSPicker = /** @class */ (function (_super) {
|
|
|
2326
2326
|
DSPicker.prototype._class += " DSPicker";
|
|
2327
2327
|
|
|
2328
2328
|
var PKG_NAME$1 = "@hpcc-js/ddl-shim";
|
|
2329
|
-
var PKG_VERSION$1 = "2.17.
|
|
2329
|
+
var PKG_VERSION$1 = "2.17.25";
|
|
2330
2330
|
|
|
2331
2331
|
function isWorkunitDatasource(ref) {
|
|
2332
2332
|
return ref.WUID !== undefined;
|