@hpcc-js/ddl-shim 2.19.1 → 2.20.1
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/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- 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 +5 -5
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
package/dist/cli.js
CHANGED
|
@@ -1608,7 +1608,7 @@ var ddl2Schema = /*#__PURE__*/Object.freeze({
|
|
|
1608
1608
|
'default': v2
|
|
1609
1609
|
});
|
|
1610
1610
|
|
|
1611
|
-
|
|
1611
|
+
/******************************************************************************
|
|
1612
1612
|
Copyright (c) Microsoft Corporation.
|
|
1613
1613
|
|
|
1614
1614
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -1645,7 +1645,7 @@ function __spreadArray(to, from, pack) {
|
|
|
1645
1645
|
}
|
|
1646
1646
|
|
|
1647
1647
|
var PKG_NAME = "@hpcc-js/ddl-shim";
|
|
1648
|
-
var PKG_VERSION = "2.
|
|
1648
|
+
var PKG_VERSION = "2.20.1";
|
|
1649
1649
|
|
|
1650
1650
|
function isWorkunitDatasource(ref) {
|
|
1651
1651
|
return ref.WUID !== undefined;
|