@jbrowse/plugin-config 2.2.1 → 2.2.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/dist/FromConfigAdapter/FromConfigSequenceAdapter.d.ts +1 -1
- package/dist/FromConfigAdapter/FromConfigSequenceAdapter.js +1 -1
- package/dist/FromConfigAdapter/index.d.ts +1 -1
- package/dist/FromConfigAdapter/index.js +2 -2
- package/dist/FromConfigAdapter/index.js.map +1 -1
- package/esm/FromConfigAdapter/FromConfigSequenceAdapter.d.ts +1 -1
- package/esm/FromConfigAdapter/FromConfigSequenceAdapter.js +1 -1
- package/esm/FromConfigAdapter/index.d.ts +1 -1
- package/esm/FromConfigAdapter/index.js +1 -1
- package/esm/FromConfigAdapter/index.js.map +1 -1
- package/package.json +3 -3
- package/src/ConfigurationEditorWidget/components/__snapshots__/ConfigurationEditor.test.tsx.snap +1 -1
- package/src/FromConfigAdapter/FromConfigSequenceAdapter.ts +1 -1
- package/src/FromConfigAdapter/index.ts +1 -1
|
@@ -19,7 +19,7 @@ export default class FromConfigSequenceAdapter extends FromConfigAdapter impleme
|
|
|
19
19
|
}[]>;
|
|
20
20
|
/**
|
|
21
21
|
* called to provide a hint that data tied to a certain region
|
|
22
|
-
* will not be needed for the
|
|
22
|
+
* will not be needed for the foreseeable future and can be purged
|
|
23
23
|
* from caches, etc
|
|
24
24
|
*/
|
|
25
25
|
freeResources(): void;
|
|
@@ -62,7 +62,7 @@ class FromConfigSequenceAdapter extends FromConfigAdapter_1.default {
|
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* called to provide a hint that data tied to a certain region
|
|
65
|
-
* will not be needed for the
|
|
65
|
+
* will not be needed for the foreseeable future and can be purged
|
|
66
66
|
* from caches, etc
|
|
67
67
|
*/
|
|
68
68
|
freeResources( /* { region } */) { }
|
|
@@ -2,5 +2,5 @@ export { default as AdapterClass } from './FromConfigAdapter';
|
|
|
2
2
|
export { default as RegionsAdapterClass } from './FromConfigRegionsAdapter';
|
|
3
3
|
export { default as SequenceAdapterClass } from './FromConfigSequenceAdapter';
|
|
4
4
|
export { default as configSchema } from './fromConfig';
|
|
5
|
-
export { default as regionsConfigSchema } from './
|
|
5
|
+
export { default as regionsConfigSchema } from './fromConfigRegions';
|
|
6
6
|
export { default as sequenceConfigSchema } from './fromConfigSequence';
|
|
@@ -12,8 +12,8 @@ var FromConfigSequenceAdapter_1 = require("./FromConfigSequenceAdapter");
|
|
|
12
12
|
Object.defineProperty(exports, "SequenceAdapterClass", { enumerable: true, get: function () { return __importDefault(FromConfigSequenceAdapter_1).default; } });
|
|
13
13
|
var fromConfig_1 = require("./fromConfig");
|
|
14
14
|
Object.defineProperty(exports, "configSchema", { enumerable: true, get: function () { return __importDefault(fromConfig_1).default; } });
|
|
15
|
-
var
|
|
16
|
-
Object.defineProperty(exports, "regionsConfigSchema", { enumerable: true, get: function () { return __importDefault(
|
|
15
|
+
var fromConfigRegions_1 = require("./fromConfigRegions");
|
|
16
|
+
Object.defineProperty(exports, "regionsConfigSchema", { enumerable: true, get: function () { return __importDefault(fromConfigRegions_1).default; } });
|
|
17
17
|
var fromConfigSequence_1 = require("./fromConfigSequence");
|
|
18
18
|
Object.defineProperty(exports, "sequenceConfigSchema", { enumerable: true, get: function () { return __importDefault(fromConfigSequence_1).default; } });
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/FromConfigAdapter/index.ts"],"names":[],"mappings":";;;;;;AAAA,yDAA6D;AAApD,kIAAA,OAAO,OAAgB;AAChC,uEAA2E;AAAlE,gJAAA,OAAO,OAAuB;AACvC,yEAA6E;AAApE,kJAAA,OAAO,OAAwB;AACxC,2CAAsD;AAA7C,2HAAA,OAAO,OAAgB;AAChC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/FromConfigAdapter/index.ts"],"names":[],"mappings":";;;;;;AAAA,yDAA6D;AAApD,kIAAA,OAAO,OAAgB;AAChC,uEAA2E;AAAlE,gJAAA,OAAO,OAAuB;AACvC,yEAA6E;AAApE,kJAAA,OAAO,OAAwB;AACxC,2CAAsD;AAA7C,2HAAA,OAAO,OAAgB;AAChC,yDAAoE;AAA3D,yIAAA,OAAO,OAAuB;AACvC,2DAAsE;AAA7D,2IAAA,OAAO,OAAwB"}
|
|
@@ -19,7 +19,7 @@ export default class FromConfigSequenceAdapter extends FromConfigAdapter impleme
|
|
|
19
19
|
}[]>;
|
|
20
20
|
/**
|
|
21
21
|
* called to provide a hint that data tied to a certain region
|
|
22
|
-
* will not be needed for the
|
|
22
|
+
* will not be needed for the foreseeable future and can be purged
|
|
23
23
|
* from caches, etc
|
|
24
24
|
*/
|
|
25
25
|
freeResources(): void;
|
|
@@ -57,7 +57,7 @@ export default class FromConfigSequenceAdapter extends FromConfigAdapter {
|
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* called to provide a hint that data tied to a certain region
|
|
60
|
-
* will not be needed for the
|
|
60
|
+
* will not be needed for the foreseeable future and can be purged
|
|
61
61
|
* from caches, etc
|
|
62
62
|
*/
|
|
63
63
|
freeResources( /* { region } */) { }
|
|
@@ -2,5 +2,5 @@ export { default as AdapterClass } from './FromConfigAdapter';
|
|
|
2
2
|
export { default as RegionsAdapterClass } from './FromConfigRegionsAdapter';
|
|
3
3
|
export { default as SequenceAdapterClass } from './FromConfigSequenceAdapter';
|
|
4
4
|
export { default as configSchema } from './fromConfig';
|
|
5
|
-
export { default as regionsConfigSchema } from './
|
|
5
|
+
export { default as regionsConfigSchema } from './fromConfigRegions';
|
|
6
6
|
export { default as sequenceConfigSchema } from './fromConfigSequence';
|
|
@@ -2,6 +2,6 @@ export { default as AdapterClass } from './FromConfigAdapter';
|
|
|
2
2
|
export { default as RegionsAdapterClass } from './FromConfigRegionsAdapter';
|
|
3
3
|
export { default as SequenceAdapterClass } from './FromConfigSequenceAdapter';
|
|
4
4
|
export { default as configSchema } from './fromConfig';
|
|
5
|
-
export { default as regionsConfigSchema } from './
|
|
5
|
+
export { default as regionsConfigSchema } from './fromConfigRegions';
|
|
6
6
|
export { default as sequenceConfigSchema } from './fromConfigSequence';
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/FromConfigAdapter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAC3E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAC7E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,cAAc,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/FromConfigAdapter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAC3E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAC7E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,cAAc,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-config",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "JBrowse 2 config utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"build": "npm-run-all build:*",
|
|
28
28
|
"test": "cd ../..; jest plugins/config",
|
|
29
29
|
"prepublishOnly": "yarn test",
|
|
30
|
-
"prepack": "yarn build
|
|
30
|
+
"prepack": "yarn build && yarn useDist",
|
|
31
31
|
"postpack": "yarn useSrc",
|
|
32
32
|
"useDist": "node ../../scripts/useDist.js",
|
|
33
33
|
"useSrc": "node ../../scripts/useSrc.js",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"distModule": "esm/index.js",
|
|
59
59
|
"srcModule": "src/index.ts",
|
|
60
60
|
"module": "esm/index.js",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "abbc00e8feedbc58de84a7a3e735ec0224909b29"
|
|
62
62
|
}
|
package/src/ConfigurationEditorWidget/components/__snapshots__/ConfigurationEditor.test.tsx.snap
CHANGED
|
@@ -1405,7 +1405,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1405
1405
|
id="mui-18-helper-text"
|
|
1406
1406
|
>
|
|
1407
1407
|
<div>
|
|
1408
|
-
read sequencer
|
|
1408
|
+
read sequencer orientation. fr is normal "reads pointing at each other ---> <--- while some other sequencers can use other options
|
|
1409
1409
|
</div>
|
|
1410
1410
|
</div>
|
|
1411
1411
|
</div>
|
|
@@ -74,7 +74,7 @@ export default class FromConfigSequenceAdapter
|
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* called to provide a hint that data tied to a certain region
|
|
77
|
-
* will not be needed for the
|
|
77
|
+
* will not be needed for the foreseeable future and can be purged
|
|
78
78
|
* from caches, etc
|
|
79
79
|
*/
|
|
80
80
|
freeResources(/* { region } */): void {}
|
|
@@ -2,5 +2,5 @@ export { default as AdapterClass } from './FromConfigAdapter'
|
|
|
2
2
|
export { default as RegionsAdapterClass } from './FromConfigRegionsAdapter'
|
|
3
3
|
export { default as SequenceAdapterClass } from './FromConfigSequenceAdapter'
|
|
4
4
|
export { default as configSchema } from './fromConfig'
|
|
5
|
-
export { default as regionsConfigSchema } from './
|
|
5
|
+
export { default as regionsConfigSchema } from './fromConfigRegions'
|
|
6
6
|
export { default as sequenceConfigSchema } from './fromConfigSequence'
|