@hpcc-js/ddl-shim 2.20.7 → 2.21.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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.es6.js +2 -2
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +2 -2
- 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 +3 -3
- 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
|
@@ -1651,7 +1651,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1651
1651
|
};
|
|
1652
1652
|
|
|
1653
1653
|
var PKG_NAME = "@hpcc-js/ddl-shim";
|
|
1654
|
-
var PKG_VERSION = "2.
|
|
1654
|
+
var PKG_VERSION = "2.21.0";
|
|
1655
1655
|
|
|
1656
1656
|
function isWorkunitDatasource(ref) {
|
|
1657
1657
|
return ref.WUID !== undefined;
|