@jbrowse/product-core 2.15.4 → 2.16.1
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/RootModel/BaseRootModel.d.ts +0 -1
- package/dist/Session/MultipleViews.d.ts +0 -3
- package/dist/Session/SessionTracks.d.ts +0 -3
- package/dist/Session/Tracks.d.ts +0 -3
- package/dist/ui/AboutDialogContents.js +6 -4
- package/dist/ui/FileInfoPanel.js +6 -2
- package/esm/RootModel/BaseRootModel.d.ts +0 -1
- package/esm/Session/MultipleViews.d.ts +0 -3
- package/esm/Session/SessionTracks.d.ts +0 -3
- package/esm/Session/Tracks.d.ts +0 -3
- package/esm/ui/AboutDialogContents.js +3 -1
- package/esm/ui/FileInfoPanel.js +2 -1
- package/package.json +3 -4
|
@@ -555,7 +555,6 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
555
555
|
afterAttach(): void;
|
|
556
556
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
557
557
|
addAssembly(configuration: any): void;
|
|
558
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
559
558
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
560
559
|
}, {
|
|
561
560
|
rpcManager: RpcManager;
|
|
@@ -628,7 +628,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
628
628
|
afterAttach(): void;
|
|
629
629
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
630
630
|
addAssembly(configuration: any): void;
|
|
631
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
632
631
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
633
632
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
634
633
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1155,7 +1154,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1155
1154
|
afterAttach(): void;
|
|
1156
1155
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1157
1156
|
addAssembly(configuration: any): void;
|
|
1158
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1159
1157
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1160
1158
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1161
1159
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1695,7 +1693,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1695
1693
|
afterAttach(): void;
|
|
1696
1694
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1697
1695
|
addAssembly(configuration: any): void;
|
|
1698
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1699
1696
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1700
1697
|
}, {
|
|
1701
1698
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -613,7 +613,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
613
613
|
afterAttach(): void;
|
|
614
614
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
615
615
|
addAssembly(configuration: any): void;
|
|
616
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
617
616
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
618
617
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
619
618
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1136,7 +1135,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1136
1135
|
afterAttach(): void;
|
|
1137
1136
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1138
1137
|
addAssembly(configuration: any): void;
|
|
1139
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1140
1138
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1141
1139
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1142
1140
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1676,7 +1674,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1676
1674
|
afterAttach(): void;
|
|
1677
1675
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1678
1676
|
addAssembly(configuration: any): void;
|
|
1679
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1680
1677
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1681
1678
|
}, {
|
|
1682
1679
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
package/dist/Session/Tracks.d.ts
CHANGED
|
@@ -611,7 +611,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
611
611
|
afterAttach(): void;
|
|
612
612
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
613
613
|
addAssembly(configuration: any): void;
|
|
614
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
615
614
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
616
615
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
617
616
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1134,7 +1133,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1134
1133
|
afterAttach(): void;
|
|
1135
1134
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1136
1135
|
addAssembly(configuration: any): void;
|
|
1137
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1138
1136
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1139
1137
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1140
1138
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1674,7 +1672,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1674
1672
|
afterAttach(): void;
|
|
1675
1673
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1676
1674
|
addAssembly(configuration: any): void;
|
|
1677
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1678
1675
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1679
1676
|
}, {
|
|
1680
1677
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -34,7 +34,9 @@ const material_1 = require("@mui/material");
|
|
|
34
34
|
const mui_1 = require("tss-react/mui");
|
|
35
35
|
const configuration_1 = require("@jbrowse/core/configuration");
|
|
36
36
|
const util_1 = require("@jbrowse/core/util");
|
|
37
|
-
const
|
|
37
|
+
const Attributes_1 = __importDefault(require("@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/Attributes"));
|
|
38
|
+
const BaseCard_1 = __importDefault(require("@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/BaseCard"));
|
|
39
|
+
// locals
|
|
38
40
|
const FileInfoPanel_1 = __importDefault(require("./FileInfoPanel"));
|
|
39
41
|
const RefNameInfoDialog_1 = __importDefault(require("./RefNameInfoDialog"));
|
|
40
42
|
const useStyles = (0, mui_1.makeStyles)()({
|
|
@@ -74,7 +76,7 @@ const AboutDialogContents = (0, mobx_react_1.observer)(function ({ config, }) {
|
|
|
74
76
|
}, { session, config });
|
|
75
77
|
const ExtraPanel = pluginManager.evaluateExtensionPoint('Core-extraAboutPanel', null, { session, config });
|
|
76
78
|
return (react_1.default.createElement("div", { className: classes.content },
|
|
77
|
-
react_1.default.createElement(
|
|
79
|
+
react_1.default.createElement(BaseCard_1.default, { title: "Configuration" },
|
|
78
80
|
!hideUris ? (react_1.default.createElement("span", { className: classes.button },
|
|
79
81
|
react_1.default.createElement(material_1.Button, { variant: "contained", color: "secondary", onClick: () => {
|
|
80
82
|
setShowRefNames(true);
|
|
@@ -87,8 +89,8 @@ const AboutDialogContents = (0, mobx_react_1.observer)(function ({ config, }) {
|
|
|
87
89
|
setCopied(false);
|
|
88
90
|
}, 1000);
|
|
89
91
|
} }, copied ? 'Copied to clipboard!' : 'Copy config'))) : null,
|
|
90
|
-
react_1.default.createElement(
|
|
91
|
-
ExtraPanel ? (react_1.default.createElement(
|
|
92
|
+
react_1.default.createElement(Attributes_1.default, { attributes: confPostExt, omit: ['displays', 'baseUri', 'refNames', 'formatAbout'], hideUris: hideUris })),
|
|
93
|
+
ExtraPanel ? (react_1.default.createElement(BaseCard_1.default, { title: ExtraPanel.name },
|
|
92
94
|
react_1.default.createElement(ExtraPanel.Component, { config: config }))) : null,
|
|
93
95
|
react_1.default.createElement(FileInfoPanel_1.default, { config: config }),
|
|
94
96
|
showRefNames ? (react_1.default.createElement(RefNameInfoDialog_1.default, { config: config, onClose: () => {
|
package/dist/ui/FileInfoPanel.js
CHANGED
|
@@ -22,12 +22,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
22
22
|
__setModuleDefault(result, mod);
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
+
};
|
|
25
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
29
|
exports.default = FileInfoPanel;
|
|
27
30
|
const react_1 = __importStar(require("react"));
|
|
28
31
|
const configuration_1 = require("@jbrowse/core/configuration");
|
|
29
32
|
const util_1 = require("@jbrowse/core/util");
|
|
30
|
-
const
|
|
33
|
+
const Attributes_1 = __importDefault(require("@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/Attributes"));
|
|
34
|
+
const BaseCard_1 = __importDefault(require("@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/BaseCard"));
|
|
31
35
|
const ui_1 = require("@jbrowse/core/ui");
|
|
32
36
|
function FileInfoPanel({ config, }) {
|
|
33
37
|
const [error, setError] = (0, react_1.useState)();
|
|
@@ -58,5 +62,5 @@ function FileInfoPanel({ config, }) {
|
|
|
58
62
|
.replaceAll('>', '>')}</pre>`,
|
|
59
63
|
}
|
|
60
64
|
: info || {};
|
|
61
|
-
return (react_1.default.createElement(
|
|
65
|
+
return (react_1.default.createElement(BaseCard_1.default, { title: "File info" }, error ? (react_1.default.createElement(ui_1.ErrorMessage, { error: error })) : info === undefined ? (react_1.default.createElement(ui_1.LoadingEllipses, { message: "Loading file data" })) : (react_1.default.createElement(Attributes_1.default, { attributes: details }))));
|
|
62
66
|
}
|
|
@@ -555,7 +555,6 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
555
555
|
afterAttach(): void;
|
|
556
556
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
557
557
|
addAssembly(configuration: any): void;
|
|
558
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
559
558
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
560
559
|
}, {
|
|
561
560
|
rpcManager: RpcManager;
|
|
@@ -628,7 +628,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
628
628
|
afterAttach(): void;
|
|
629
629
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
630
630
|
addAssembly(configuration: any): void;
|
|
631
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
632
631
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
633
632
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
634
633
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1155,7 +1154,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1155
1154
|
afterAttach(): void;
|
|
1156
1155
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1157
1156
|
addAssembly(configuration: any): void;
|
|
1158
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1159
1157
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1160
1158
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1161
1159
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1695,7 +1693,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1695
1693
|
afterAttach(): void;
|
|
1696
1694
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1697
1695
|
addAssembly(configuration: any): void;
|
|
1698
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1699
1696
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1700
1697
|
}, {
|
|
1701
1698
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -613,7 +613,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
613
613
|
afterAttach(): void;
|
|
614
614
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
615
615
|
addAssembly(configuration: any): void;
|
|
616
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
617
616
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
618
617
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
619
618
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1136,7 +1135,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1136
1135
|
afterAttach(): void;
|
|
1137
1136
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1138
1137
|
addAssembly(configuration: any): void;
|
|
1139
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1140
1138
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1141
1139
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1142
1140
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1676,7 +1674,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1676
1674
|
afterAttach(): void;
|
|
1677
1675
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1678
1676
|
addAssembly(configuration: any): void;
|
|
1679
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1680
1677
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1681
1678
|
}, {
|
|
1682
1679
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
package/esm/Session/Tracks.d.ts
CHANGED
|
@@ -611,7 +611,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
611
611
|
afterAttach(): void;
|
|
612
612
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
613
613
|
addAssembly(configuration: any): void;
|
|
614
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
615
614
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
616
615
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
617
616
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1134,7 +1133,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1134
1133
|
afterAttach(): void;
|
|
1135
1134
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1136
1135
|
addAssembly(configuration: any): void;
|
|
1137
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1138
1136
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1139
1137
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1140
1138
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1674,7 +1672,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1674
1672
|
afterAttach(): void;
|
|
1675
1673
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1676
1674
|
addAssembly(configuration: any): void;
|
|
1677
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1678
1675
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1679
1676
|
}, {
|
|
1680
1677
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -6,7 +6,9 @@ import { Button } from '@mui/material';
|
|
|
6
6
|
import { makeStyles } from 'tss-react/mui';
|
|
7
7
|
import { getConf, readConfObject, } from '@jbrowse/core/configuration';
|
|
8
8
|
import { getSession, getEnv } from '@jbrowse/core/util';
|
|
9
|
-
import
|
|
9
|
+
import Attributes from '@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/Attributes';
|
|
10
|
+
import BaseCard from '@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/BaseCard';
|
|
11
|
+
// locals
|
|
10
12
|
import FileInfoPanel from './FileInfoPanel';
|
|
11
13
|
import RefNameInfoDialog from './RefNameInfoDialog';
|
|
12
14
|
const useStyles = makeStyles()({
|
package/esm/ui/FileInfoPanel.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React, { useState, useEffect } from 'react';
|
|
2
2
|
import { readConfObject, } from '@jbrowse/core/configuration';
|
|
3
3
|
import { getSession } from '@jbrowse/core/util';
|
|
4
|
-
import
|
|
4
|
+
import Attributes from '@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/Attributes';
|
|
5
|
+
import BaseCard from '@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail/BaseCard';
|
|
5
6
|
import { ErrorMessage, LoadingEllipses } from '@jbrowse/core/ui';
|
|
6
7
|
export default function FileInfoPanel({ config, }) {
|
|
7
8
|
const [error, setError] = useState();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/product-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "JBrowse 2 code shared between products but not used by plugins",
|
|
6
6
|
"keywords": [
|
|
@@ -43,12 +43,11 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@babel/runtime": "^7.16.3",
|
|
46
|
-
"@jbrowse/core": "^2.
|
|
46
|
+
"@jbrowse/core": "^2.16.1",
|
|
47
47
|
"@mui/icons-material": "^6.0.0",
|
|
48
48
|
"@mui/material": "^6.0.0",
|
|
49
49
|
"copy-to-clipboard": "^3.3.1",
|
|
50
50
|
"librpc-web-mod": "^1.0.0",
|
|
51
|
-
"react-error-boundary": "^4.0.3",
|
|
52
51
|
"serialize-error": "^8.0.0"
|
|
53
52
|
},
|
|
54
53
|
"peerDependencies": {
|
|
@@ -63,5 +62,5 @@
|
|
|
63
62
|
"publishConfig": {
|
|
64
63
|
"access": "public"
|
|
65
64
|
},
|
|
66
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c6a658d2344989895543f0456b1cf7dd3b937769"
|
|
67
66
|
}
|