@jbrowse/plugin-legacy-jbrowse 4.1.1 → 4.1.4

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.
@@ -1,4 +1,4 @@
1
- declare const JBrowse1Connection: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const JBrowse1Connection: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  dataDirLocation: {
3
3
  type: string;
4
4
  defaultValue: {
@@ -12,7 +12,7 @@ declare const JBrowse1Connection: import("node_modules/@jbrowse/core/src/configu
12
12
  type: string;
13
13
  defaultValue: never[];
14
14
  };
15
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
15
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
16
16
  name: {
17
17
  type: string;
18
18
  defaultValue: string;
@@ -23,5 +23,5 @@ declare const JBrowse1Connection: import("node_modules/@jbrowse/core/src/configu
23
23
  defaultValue: never[];
24
24
  description: string;
25
25
  };
26
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "connectionId">>, undefined>>;
26
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "connectionId">>, undefined>>;
27
27
  export default JBrowse1Connection;
@@ -2,7 +2,7 @@ import type PluginManager from '@jbrowse/core/PluginManager';
2
2
  export default function stateModelFactory(pluginManager: PluginManager): import("@jbrowse/mobx-state-tree").IModelType<{
3
3
  name: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
4
4
  tracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
5
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
5
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
6
6
  name: {
7
7
  type: string;
8
8
  defaultValue: string;
@@ -13,9 +13,9 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
13
13
  defaultValue: never[];
14
14
  description: string;
15
15
  };
16
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "connectionId">>;
16
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "connectionId">>;
17
17
  } & {
18
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
18
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
19
19
  dataDirLocation: {
20
20
  type: string;
21
21
  defaultValue: {
@@ -29,7 +29,7 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
29
29
  type: string;
30
30
  defaultValue: never[];
31
31
  };
32
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
32
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
33
33
  name: {
34
34
  type: string;
35
35
  defaultValue: string;
@@ -40,7 +40,7 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
40
40
  defaultValue: never[];
41
41
  description: string;
42
42
  };
43
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "connectionId">>, undefined>>;
43
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "connectionId">>, undefined>>;
44
44
  type: import("@jbrowse/mobx-state-tree").ISimpleType<"JBrowse1Connection">;
45
45
  }, {
46
46
  connect(_arg: import("@jbrowse/core/configuration").AnyConfigurationModel): void;
@@ -1,4 +1,4 @@
1
- declare const _default: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const _default: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  namesIndexLocation: {
3
3
  type: string;
4
4
  defaultValue: {
@@ -17,5 +17,5 @@ declare const _default: import("node_modules/@jbrowse/core/src/configuration/con
17
17
  defaultValue: never[];
18
18
  description: string;
19
19
  };
20
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "textSearchAdapterId">>;
20
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "textSearchAdapterId">>;
21
21
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const NCListAdapter: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const NCListAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  rootUrlTemplate: {
3
3
  type: string;
4
4
  defaultValue: {
@@ -11,5 +11,5 @@ declare const NCListAdapter: import("node_modules/@jbrowse/core/src/configuratio
11
11
  defaultValue: never[];
12
12
  description: string;
13
13
  };
14
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
14
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
15
15
  export default NCListAdapter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-legacy-jbrowse",
3
- "version": "4.1.1",
3
+ "version": "4.1.4",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 plugin for connecting to and reading JBrowse 1 data",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "mobx": "^6.15.0",
28
28
  "rxjs": "^7.8.2",
29
29
  "set-value": "^4.1.0",
30
- "@jbrowse/core": "^4.1.1"
30
+ "@jbrowse/core": "^4.1.4"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"