@jbrowse/product-core 4.1.3 → 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
|
-
export declare function FormatAboutConfigSchemaFactory(): import("
|
|
1
|
+
export declare function FormatAboutConfigSchemaFactory(): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
config: {
|
|
3
3
|
type: string;
|
|
4
4
|
description: string;
|
|
@@ -9,4 +9,4 @@ export declare function FormatAboutConfigSchemaFactory(): import("node_modules/@
|
|
|
9
9
|
type: string;
|
|
10
10
|
defaultValue: boolean;
|
|
11
11
|
};
|
|
12
|
-
}, import("
|
|
12
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare function FormatDetailsConfigSchemaFactory(): import("
|
|
1
|
+
export declare function FormatDetailsConfigSchemaFactory(): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
feature: {
|
|
3
3
|
type: string;
|
|
4
4
|
description: string;
|
|
@@ -21,4 +21,4 @@ export declare function FormatDetailsConfigSchemaFactory(): import("node_modules
|
|
|
21
21
|
defaultValue: number;
|
|
22
22
|
description: string;
|
|
23
23
|
};
|
|
24
|
-
}, import("
|
|
24
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare function HierarchicalConfigSchemaFactory(): import("
|
|
2
|
-
sort: import("
|
|
1
|
+
export declare function HierarchicalConfigSchemaFactory(): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3
3
|
trackNames: {
|
|
4
4
|
type: string;
|
|
5
5
|
defaultValue: boolean;
|
|
@@ -8,8 +8,8 @@ export declare function HierarchicalConfigSchemaFactory(): import("node_modules/
|
|
|
8
8
|
type: string;
|
|
9
9
|
defaultValue: boolean;
|
|
10
10
|
};
|
|
11
|
-
}, import("
|
|
12
|
-
defaultCollapsed: import("
|
|
11
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
12
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
13
13
|
categoryNames: {
|
|
14
14
|
type: string;
|
|
15
15
|
defaultValue: never[];
|
|
@@ -22,5 +22,5 @@ export declare function HierarchicalConfigSchemaFactory(): import("node_modules/
|
|
|
22
22
|
type: string;
|
|
23
23
|
defaultValue: boolean;
|
|
24
24
|
};
|
|
25
|
-
}, import("
|
|
26
|
-
}, import("
|
|
25
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
26
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/product-core",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "JBrowse 2 code shared between products but not used by plugins",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
29
|
-
"@mui/material": "^7.3.
|
|
29
|
+
"@mui/material": "^7.3.8",
|
|
30
30
|
"copy-to-clipboard": "^3.3.3",
|
|
31
31
|
"librpc-web-mod": "^2.1.1",
|
|
32
32
|
"mobx": "^6.15.0",
|
|
33
33
|
"mobx-react": "^9.2.1",
|
|
34
|
-
"@jbrowse/core": "^4.1.
|
|
34
|
+
"@jbrowse/core": "^4.1.4"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": ">=18.0.0",
|