@jbrowse/cli 3.6.1 → 3.6.2
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/bundle/index.js +3 -2
- package/dist/bin.js +5 -1
- package/package.json +2 -2
package/bundle/index.js
CHANGED
|
@@ -3287,9 +3287,10 @@ eval("{var fs = __webpack_require__(/*! fs */ \"fs\");\nvar zlib = __webpack_req
|
|
|
3287
3287
|
/*!********************!*\
|
|
3288
3288
|
!*** ./src/bin.ts ***!
|
|
3289
3289
|
\********************/
|
|
3290
|
-
/***/ ((__unused_webpack_module,
|
|
3290
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3291
3291
|
|
|
3292
|
-
|
|
3292
|
+
"use strict";
|
|
3293
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _index__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./index */ \"./src/index.ts\");\n//#!/usr/bin/env node\n\n(0,_index__WEBPACK_IMPORTED_MODULE_0__.main)(process.argv.slice(2))[\"catch\"](function (e) {\n console.error(e);\n});\n\n//# sourceURL=webpack://@jbrowse/cli/./src/bin.ts?\n}");
|
|
3293
3294
|
|
|
3294
3295
|
/***/ }),
|
|
3295
3296
|
|
package/dist/bin.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
"use strict";
|
|
3
|
-
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const index_1 = require("./index");
|
|
5
|
+
(0, index_1.main)(process.argv.slice(2)).catch((e) => {
|
|
6
|
+
console.error(e);
|
|
7
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/cli",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
4
4
|
"description": "A command line tool for working with JBrowse 2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "2a2c52face5f1b8fe899f48d5903e5c5f06dba63"
|
|
52
52
|
}
|