@jbrowse/plugin-circular-view 1.7.0 → 1.7.3

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/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import PluginManager from '@jbrowse/core/PluginManager';
2
- import Plugin from '@jbrowse/core/Plugin';
3
- export default class CircularViewPlugin extends Plugin {
4
- name: string;
5
- install(pluginManager: PluginManager): void;
6
- configure(pluginManager: PluginManager): void;
7
- }
8
- export { BaseChordDisplayModel, baseChordDisplayConfig, BaseChordDisplayComponentFactory, } from './BaseChordDisplay';
1
+ import PluginManager from '@jbrowse/core/PluginManager';
2
+ import Plugin from '@jbrowse/core/Plugin';
3
+ export default class CircularViewPlugin extends Plugin {
4
+ name: string;
5
+ install(pluginManager: PluginManager): void;
6
+ configure(pluginManager: PluginManager): void;
7
+ }
8
+ export { BaseChordDisplayModel, baseChordDisplayConfig, BaseChordDisplayComponentFactory, } from './BaseChordDisplay';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-circular-view",
3
- "version": "1.7.0",
3
+ "version": "1.7.3",
4
4
  "description": "JBrowse 2 circular view",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -29,7 +29,8 @@
29
29
  "prepack": "yarn build; yarn useDist",
30
30
  "postpack": "yarn useSrc",
31
31
  "useDist": "node ../../scripts/useDist.js",
32
- "useSrc": "node ../../scripts/useSrc.js"
32
+ "useSrc": "node ../../scripts/useSrc.js",
33
+ "postbuild": "tsc --build tsconfig.build.json"
33
34
  },
34
35
  "dependencies": {
35
36
  "@material-ui/icons": "^4.9.1"
@@ -46,5 +47,5 @@
46
47
  "publishConfig": {
47
48
  "access": "public"
48
49
  },
49
- "gitHead": "cc13844074d11881d211342a6a7eea113561b70b"
50
+ "gitHead": "09b13c85acf4ac68dd71ab23af87656c7552fdaf"
50
51
  }
@@ -1 +0,0 @@
1
- export {};