@hpcc-js/ddl-shim 2.21.0 → 2.22.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 CHANGED
@@ -1621,7 +1621,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1621
1621
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1622
1622
  PERFORMANCE OF THIS SOFTWARE.
1623
1623
  ***************************************************************************** */
1624
- /* global Reflect, Promise, SuppressedError, Symbol */
1624
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
1625
1625
 
1626
1626
 
1627
1627
  var __assign = function() {
@@ -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.21.0";
1654
+ var PKG_VERSION = "2.22.0";
1655
1655
 
1656
1656
  function isWorkunitDatasource(ref) {
1657
1657
  return ref.WUID !== undefined;