@jbrowse/cli 4.1.12 → 4.1.14
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 +7 -7
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/bundle/index.js
CHANGED
|
@@ -523,7 +523,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpa
|
|
|
523
523
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
524
524
|
|
|
525
525
|
"use strict";
|
|
526
|
-
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ version: () => (/* binding */ version)\n/* harmony export */ });\nvar version = '4.1.
|
|
526
|
+
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ version: () => (/* binding */ version)\n/* harmony export */ });\nvar version = '4.1.14';\n\n//# sourceURL=webpack://@jbrowse/cli/./src/version.ts?\n}");
|
|
527
527
|
|
|
528
528
|
/***/ },
|
|
529
529
|
|
|
@@ -3546,12 +3546,6 @@ eval("{module.exports = /*#__PURE__*/JSON.parse('{\"100\":\"Continue\",\"101\":\
|
|
|
3546
3546
|
/******/ if (cachedModule !== undefined) {
|
|
3547
3547
|
/******/ return cachedModule.exports;
|
|
3548
3548
|
/******/ }
|
|
3549
|
-
/******/ // Check if module exists (development only)
|
|
3550
|
-
/******/ if (__webpack_modules__[moduleId] === undefined) {
|
|
3551
|
-
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
3552
|
-
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
3553
|
-
/******/ throw e;
|
|
3554
|
-
/******/ }
|
|
3555
3549
|
/******/ // Create a new module (and put it into the cache)
|
|
3556
3550
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
3557
3551
|
/******/ id: moduleId,
|
|
@@ -3560,6 +3554,12 @@ eval("{module.exports = /*#__PURE__*/JSON.parse('{\"100\":\"Continue\",\"101\":\
|
|
|
3560
3554
|
/******/ };
|
|
3561
3555
|
/******/
|
|
3562
3556
|
/******/ // Execute the module function
|
|
3557
|
+
/******/ if (!(moduleId in __webpack_modules__)) {
|
|
3558
|
+
/******/ delete __webpack_module_cache__[moduleId];
|
|
3559
|
+
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
3560
|
+
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
3561
|
+
/******/ throw e;
|
|
3562
|
+
/******/ }
|
|
3563
3563
|
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
3564
3564
|
/******/
|
|
3565
3565
|
/******/ // Flag the module as loaded
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.1.
|
|
1
|
+
export const version = '4.1.14';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/cli",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A command line tool for working with JBrowse 2",
|
|
6
6
|
"keywords": [
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"ixixx": "^3.0.3",
|
|
38
38
|
"json-parse-better-errors": "^1.0.2",
|
|
39
39
|
"tmp": "^0.2.5",
|
|
40
|
-
"@jbrowse/text-indexing-core": "^4.1.
|
|
40
|
+
"@jbrowse/text-indexing-core": "^4.1.14"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|