@jbrowse/plugin-circular-view 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/BaseChordDisplay/models/BaseChordDisplayModel.d.ts +1 -1
- package/dist/BaseChordDisplay/models/BaseChordDisplayModel.js +1 -1
- package/esm/BaseChordDisplay/models/BaseChordDisplayModel.d.ts +1 -1
- package/esm/BaseChordDisplay/models/BaseChordDisplayModel.js +1 -1
- package/package.json +3 -3
- package/src/BaseChordDisplay/models/BaseChordDisplayModel.ts +1 -1
|
@@ -84,7 +84,7 @@ export declare const BaseChordDisplayModel: import("mobx-state-tree").IModelType
|
|
|
84
84
|
renderProps(): any;
|
|
85
85
|
/**
|
|
86
86
|
* #getter
|
|
87
|
-
* the pluggable element type object for this
|
|
87
|
+
* the pluggable element type object for this display's
|
|
88
88
|
* renderer
|
|
89
89
|
*/
|
|
90
90
|
readonly rendererType: RendererType;
|
|
@@ -84,7 +84,7 @@ export declare const BaseChordDisplayModel: import("mobx-state-tree").IModelType
|
|
|
84
84
|
renderProps(): any;
|
|
85
85
|
/**
|
|
86
86
|
* #getter
|
|
87
|
-
* the pluggable element type object for this
|
|
87
|
+
* the pluggable element type object for this display's
|
|
88
88
|
* renderer
|
|
89
89
|
*/
|
|
90
90
|
readonly rendererType: RendererType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-circular-view",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "JBrowse 2 circular view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"build": "npm-run-all build:*",
|
|
28
28
|
"test": "cd ../..; jest plugins/circular-view",
|
|
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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"distModule": "esm/index.js",
|
|
56
56
|
"srcModule": "src/index.ts",
|
|
57
57
|
"module": "esm/index.js",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "abbc00e8feedbc58de84a7a3e735ec0224909b29"
|
|
59
59
|
}
|