@hpcc-js/ddl-shim 2.20.7 → 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 +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 +4 -4
- 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
|
@@ -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.
|
|
1654
|
+
var PKG_VERSION = "2.22.0";
|
|
1655
1655
|
|
|
1656
1656
|
function isWorkunitDatasource(ref) {
|
|
1657
1657
|
return ref.WUID !== undefined;
|