@hpcc-js/ddl-shim 2.20.6 → 2.20.7

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
@@ -4,8 +4,7 @@
4
4
 
5
5
  var fs = require('fs');
6
6
 
7
- function _interopNamespace(e) {
8
- if (e && e.__esModule) return e;
7
+ function _interopNamespaceDefault(e) {
9
8
  var n = Object.create(null);
10
9
  if (e) {
11
10
  Object.keys(e).forEach(function (k) {
@@ -18,11 +17,11 @@ function _interopNamespace(e) {
18
17
  }
19
18
  });
20
19
  }
21
- n["default"] = e;
20
+ n.default = e;
22
21
  return Object.freeze(n);
23
22
  }
24
23
 
25
- var fs__namespace = /*#__PURE__*/_interopNamespace(fs);
24
+ var fs__namespace = /*#__PURE__*/_interopNamespaceDefault(fs);
26
25
 
27
26
  var $ref = "#/definitions/Schema";
28
27
  var $schema = "http://json-schema.org/draft-07/schema#";
@@ -1604,8 +1603,8 @@ var ddl2Schema = /*#__PURE__*/Object.freeze({
1604
1603
  __proto__: null,
1605
1604
  $ref: $ref,
1606
1605
  $schema: $schema,
1607
- definitions: definitions,
1608
- 'default': v2
1606
+ default: v2,
1607
+ definitions: definitions
1609
1608
  });
1610
1609
 
1611
1610
  /******************************************************************************
@@ -1622,6 +1621,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1622
1621
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1623
1622
  PERFORMANCE OF THIS SOFTWARE.
1624
1623
  ***************************************************************************** */
1624
+ /* global Reflect, Promise, SuppressedError, Symbol */
1625
+
1625
1626
 
1626
1627
  var __assign = function() {
1627
1628
  __assign = Object.assign || function __assign(t) {
@@ -1650,7 +1651,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
1650
1651
  };
1651
1652
 
1652
1653
  var PKG_NAME = "@hpcc-js/ddl-shim";
1653
- var PKG_VERSION = "2.20.6";
1654
+ var PKG_VERSION = "2.20.7";
1654
1655
 
1655
1656
  function isWorkunitDatasource(ref) {
1656
1657
  return ref.WUID !== undefined;