@jbrowse/web-core 2.10.2 → 2.10.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.
|
@@ -1528,7 +1528,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1528
1528
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1529
1529
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1530
1530
|
adminMode: boolean;
|
|
1531
|
-
isAssemblyEditing: boolean;
|
|
1532
1531
|
error: unknown;
|
|
1533
1532
|
textSearchManager: TextSearchManager;
|
|
1534
1533
|
pluginManager: PluginManager;
|
|
@@ -1538,7 +1537,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1538
1537
|
setDefaultSession(): void;
|
|
1539
1538
|
setSessionPath(path: string): void;
|
|
1540
1539
|
renameCurrentSession(newName: string): void;
|
|
1541
|
-
setAssemblyEditing(flag: boolean): void;
|
|
1542
1540
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1543
1541
|
jbrowse: import("mobx-state-tree").IAnyType;
|
|
1544
1542
|
session: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IAnyType>;
|
|
@@ -2156,7 +2154,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
2156
2154
|
}, {
|
|
2157
2155
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
2158
2156
|
adminMode: boolean;
|
|
2159
|
-
isAssemblyEditing: boolean;
|
|
2160
2157
|
error: unknown;
|
|
2161
2158
|
textSearchManager: TextSearchManager;
|
|
2162
2159
|
pluginManager: PluginManager;
|
|
@@ -2166,7 +2163,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
2166
2163
|
setDefaultSession(): void;
|
|
2167
2164
|
setSessionPath(path: string): void;
|
|
2168
2165
|
renameCurrentSession(newName: string): void;
|
|
2169
|
-
setAssemblyEditing(flag: boolean): void;
|
|
2170
2166
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2171
2167
|
} & {
|
|
2172
2168
|
readonly jbrowse: any;
|
|
@@ -1528,7 +1528,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1528
1528
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1529
1529
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
1530
1530
|
adminMode: boolean;
|
|
1531
|
-
isAssemblyEditing: boolean;
|
|
1532
1531
|
error: unknown;
|
|
1533
1532
|
textSearchManager: TextSearchManager;
|
|
1534
1533
|
pluginManager: PluginManager;
|
|
@@ -1538,7 +1537,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1538
1537
|
setDefaultSession(): void;
|
|
1539
1538
|
setSessionPath(path: string): void;
|
|
1540
1539
|
renameCurrentSession(newName: string): void;
|
|
1541
|
-
setAssemblyEditing(flag: boolean): void;
|
|
1542
1540
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1543
1541
|
jbrowse: import("mobx-state-tree").IAnyType;
|
|
1544
1542
|
session: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IAnyType>;
|
|
@@ -2156,7 +2154,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
2156
2154
|
}, {
|
|
2157
2155
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
2158
2156
|
adminMode: boolean;
|
|
2159
|
-
isAssemblyEditing: boolean;
|
|
2160
2157
|
error: unknown;
|
|
2161
2158
|
textSearchManager: TextSearchManager;
|
|
2162
2159
|
pluginManager: PluginManager;
|
|
@@ -2166,7 +2163,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
2166
2163
|
setDefaultSession(): void;
|
|
2167
2164
|
setSessionPath(path: string): void;
|
|
2168
2165
|
renameCurrentSession(newName: string): void;
|
|
2169
|
-
setAssemblyEditing(flag: boolean): void;
|
|
2170
2166
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
2171
2167
|
} & {
|
|
2172
2168
|
readonly jbrowse: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/web-core",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.3",
|
|
4
4
|
"description": "JBrowse 2 code shared between web-app type products",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@babel/runtime": "^7.16.3",
|
|
45
|
-
"@jbrowse/app-core": "^2.10.
|
|
46
|
-
"@jbrowse/product-core": "^2.10.
|
|
45
|
+
"@jbrowse/app-core": "^2.10.3",
|
|
46
|
+
"@jbrowse/product-core": "^2.10.3",
|
|
47
47
|
"@mui/icons-material": "^5.0.0",
|
|
48
48
|
"@mui/material": "^5.10.17",
|
|
49
49
|
"clone": "^2.0.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c8fc800cd17decd72b2e971c7a6add3b95214e72"
|
|
66
66
|
}
|