contentful-export 7.19.79 → 7.19.81
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/usageParams.js +1 -2
- package/package.json +1 -1
package/dist/usageParams.js
CHANGED
@@ -7,7 +7,7 @@ exports.default = void 0;
|
|
7
7
|
var _yargs = _interopRequireDefault(require("yargs"));
|
8
8
|
var _package = _interopRequireDefault(require("../package"));
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
10
|
-
var _default = _yargs.default.version(_package.default.version || 'Version only available on installed package').usage('Usage: $0 [options]').option('space-id', {
|
10
|
+
var _default = exports.default = _yargs.default.version(_package.default.version || 'Version only available on installed package').usage('Usage: $0 [options]').option('space-id', {
|
11
11
|
describe: 'ID of Space with source data',
|
12
12
|
type: 'string',
|
13
13
|
demand: true
|
@@ -104,5 +104,4 @@ var _default = _yargs.default.version(_package.default.version || 'Version only
|
|
104
104
|
type: 'string',
|
105
105
|
describe: 'Pass an additional HTTP Header'
|
106
106
|
}).config('config', 'An optional configuration JSON file containing all the options for a single run').argv;
|
107
|
-
exports.default = _default;
|
108
107
|
module.exports = exports.default;
|