@jbrowse/react-app2 4.0.4 → 4.1.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.
@@ -1887,9 +1887,9 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
1887
1887
  } & {
1888
1888
  readonly snackbarMessageSet: Map<string, import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage>;
1889
1889
  } & {
1890
- notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
1891
- notifyError(errorMessage: string, error?: unknown, extra?: unknown): void;
1892
- pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
1890
+ notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction | import("@jbrowse/core/util").SnackAction[]): void;
1891
+ notifyError(errorMessage: string, error?: unknown, extra?: unknown, action?: import("@jbrowse/core/util").SnackAction): void;
1892
+ pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, actions?: import("@jbrowse/core/util").SnackAction[]): void;
1893
1893
  popSnackbarMessage(): import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage | undefined;
1894
1894
  removeSnackbarMessage(message: string): void;
1895
1895
  } & {
@@ -3826,9 +3826,9 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
3826
3826
  } & {
3827
3827
  readonly snackbarMessageSet: Map<string, import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage>;
3828
3828
  } & {
3829
- notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
3830
- notifyError(errorMessage: string, error?: unknown, extra?: unknown): void;
3831
- pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
3829
+ notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction | import("@jbrowse/core/util").SnackAction[]): void;
3830
+ notifyError(errorMessage: string, error?: unknown, extra?: unknown, action?: import("@jbrowse/core/util").SnackAction): void;
3831
+ pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, actions?: import("@jbrowse/core/util").SnackAction[]): void;
3832
3832
  popSnackbarMessage(): import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage | undefined;
3833
3833
  removeSnackbarMessage(message: string): void;
3834
3834
  } & {
@@ -5741,9 +5741,9 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
5741
5741
  } & {
5742
5742
  readonly snackbarMessageSet: Map<string, import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage>;
5743
5743
  } & {
5744
- notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
5745
- notifyError(errorMessage: string, error?: unknown, extra?: unknown): void;
5746
- pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
5744
+ notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction | import("@jbrowse/core/util").SnackAction[]): void;
5745
+ notifyError(errorMessage: string, error?: unknown, extra?: unknown, action?: import("@jbrowse/core/util").SnackAction): void;
5746
+ pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, actions?: import("@jbrowse/core/util").SnackAction[]): void;
5747
5747
  popSnackbarMessage(): import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage | undefined;
5748
5748
  removeSnackbarMessage(message: string): void;
5749
5749
  } & {
@@ -7719,9 +7719,9 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
7719
7719
  } & {
7720
7720
  readonly snackbarMessageSet: Map<string, import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage>;
7721
7721
  } & {
7722
- notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
7723
- notifyError(errorMessage: string, error?: unknown, extra?: unknown): void;
7724
- pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
7722
+ notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction | import("@jbrowse/core/util").SnackAction[]): void;
7723
+ notifyError(errorMessage: string, error?: unknown, extra?: unknown, action?: import("@jbrowse/core/util").SnackAction): void;
7724
+ pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, actions?: import("@jbrowse/core/util").SnackAction[]): void;
7725
7725
  popSnackbarMessage(): import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage | undefined;
7726
7726
  removeSnackbarMessage(message: string): void;
7727
7727
  } & {
@@ -9634,9 +9634,9 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
9634
9634
  } & {
9635
9635
  readonly snackbarMessageSet: Map<string, import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage>;
9636
9636
  } & {
9637
- notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
9638
- notifyError(errorMessage: string, error?: unknown, extra?: unknown): void;
9639
- pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction): void;
9637
+ notify(message: string, level?: import("@jbrowse/core/util").NotificationLevel, action?: import("@jbrowse/core/util").SnackAction | import("@jbrowse/core/util").SnackAction[]): void;
9638
+ notifyError(errorMessage: string, error?: unknown, extra?: unknown, action?: import("@jbrowse/core/util").SnackAction): void;
9639
+ pushSnackbarMessage(message: string, level?: import("@jbrowse/core/util").NotificationLevel, actions?: import("@jbrowse/core/util").SnackAction[]): void;
9640
9640
  popSnackbarMessage(): import("@jbrowse/core/ui/SnackbarModel").SnackbarMessage | undefined;
9641
9641
  removeSnackbarMessage(message: string): void;
9642
9642
  } & {
package/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "4.0.4";
1
+ export declare const version = "4.1.1";
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '4.0.4';
1
+ export const version = '4.1.1';
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@jbrowse/react-app2",
3
- "version": "4.0.4",
3
+ "version": "4.1.1",
4
+ "type": "module",
4
5
  "description": "JBrowse 2 app React component",
5
6
  "keywords": [
6
7
  "jbrowse",
@@ -20,6 +21,28 @@
20
21
  ".": {
21
22
  "types": "./esm/index.d.ts",
22
23
  "import": "./esm/index.js"
24
+ },
25
+ "./esm/makeWorkerInstance": {
26
+ "types": "./esm/makeWorkerInstance.d.ts",
27
+ "import": "./esm/makeWorkerInstance.js"
28
+ },
29
+ "./esm/makeWorkerInstance.js": {
30
+ "types": "./esm/makeWorkerInstance.d.ts",
31
+ "import": "./esm/makeWorkerInstance.js"
32
+ },
33
+ "./esm/rpcWorker": {
34
+ "types": "./esm/rpcWorker.d.ts",
35
+ "import": "./esm/rpcWorker.js"
36
+ },
37
+ "./esm/rpcWorker.js": {
38
+ "types": "./esm/rpcWorker.d.ts",
39
+ "import": "./esm/rpcWorker.js"
40
+ },
41
+ "./esm/workerPolyfill": {
42
+ "import": "./esm/workerPolyfill.js"
43
+ },
44
+ "./esm/workerPolyfill.js": {
45
+ "import": "./esm/workerPolyfill.js"
23
46
  }
24
47
  },
25
48
  "files": [
@@ -31,47 +54,47 @@
31
54
  "@emotion/react": "^11.14.0",
32
55
  "@emotion/styled": "^11.14.1",
33
56
  "@jbrowse/mobx-state-tree": "^5.5.0",
34
- "dockview-core": "^4.13.1",
35
- "@mui/icons-material": "^7.3.6",
36
- "@mui/material": "^7.3.6",
37
- "base64-js": "^1.5.1",
57
+ "@mui/icons-material": "^7.3.7",
58
+ "@mui/material": "^7.3.7",
38
59
  "@types/file-saver-es": "^2.0.3",
60
+ "base64-js": "^1.5.1",
61
+ "dockview-core": "^4.13.1",
39
62
  "file-saver-es": "^2.0.5",
40
63
  "mobx": "^6.15.0",
41
64
  "mobx-react": "^9.2.1",
42
65
  "pako-esm2": "^2.0.2",
43
- "@jbrowse/app-core": "^4.0.4",
44
- "@jbrowse/plugin-alignments": "^4.0.4",
45
- "@jbrowse/plugin-breakpoint-split-view": "^4.0.4",
46
- "@jbrowse/plugin-authentication": "^4.0.4",
47
- "@jbrowse/core": "^4.0.4",
48
- "@jbrowse/plugin-arc": "^4.0.4",
49
- "@jbrowse/plugin-bed": "^4.0.4",
50
- "@jbrowse/plugin-canvas": "^4.0.4",
51
- "@jbrowse/plugin-config": "^4.0.4",
52
- "@jbrowse/plugin-circular-view": "^4.0.4",
53
- "@jbrowse/plugin-comparative-adapters": "^4.0.4",
54
- "@jbrowse/plugin-data-management": "^4.0.4",
55
- "@jbrowse/plugin-dotplot-view": "^4.0.4",
56
- "@jbrowse/plugin-gccontent": "^4.0.4",
57
- "@jbrowse/plugin-gff3": "^4.0.4",
58
- "@jbrowse/plugin-grid-bookmark": "^4.0.4",
59
- "@jbrowse/plugin-gtf": "^4.0.4",
60
- "@jbrowse/plugin-legacy-jbrowse": "^4.0.4",
61
- "@jbrowse/plugin-hic": "^4.0.4",
62
- "@jbrowse/plugin-linear-comparative-view": "^4.0.4",
63
- "@jbrowse/plugin-linear-genome-view": "^4.0.4",
64
- "@jbrowse/plugin-lollipop": "^4.0.4",
65
- "@jbrowse/plugin-menus": "^4.0.4",
66
- "@jbrowse/plugin-rdf": "^4.0.4",
67
- "@jbrowse/plugin-sequence": "^4.0.4",
68
- "@jbrowse/plugin-spreadsheet-view": "^4.0.4",
69
- "@jbrowse/plugin-sv-inspector": "^4.0.4",
70
- "@jbrowse/plugin-trix": "^4.0.4",
71
- "@jbrowse/plugin-variants": "^4.0.4",
72
- "@jbrowse/product-core": "^4.0.4",
73
- "@jbrowse/web-core": "^4.0.4",
74
- "@jbrowse/plugin-wiggle": "^4.0.4"
66
+ "@jbrowse/app-core": "^4.1.1",
67
+ "@jbrowse/plugin-arc": "^4.1.1",
68
+ "@jbrowse/plugin-alignments": "^4.1.1",
69
+ "@jbrowse/plugin-authentication": "^4.1.1",
70
+ "@jbrowse/core": "^4.1.1",
71
+ "@jbrowse/plugin-breakpoint-split-view": "^4.1.1",
72
+ "@jbrowse/plugin-bed": "^4.1.1",
73
+ "@jbrowse/plugin-canvas": "^4.1.1",
74
+ "@jbrowse/plugin-circular-view": "^4.1.1",
75
+ "@jbrowse/plugin-comparative-adapters": "^4.1.1",
76
+ "@jbrowse/plugin-data-management": "^4.1.1",
77
+ "@jbrowse/plugin-dotplot-view": "^4.1.1",
78
+ "@jbrowse/plugin-gccontent": "^4.1.1",
79
+ "@jbrowse/plugin-config": "^4.1.1",
80
+ "@jbrowse/plugin-gff3": "^4.1.1",
81
+ "@jbrowse/plugin-gtf": "^4.1.1",
82
+ "@jbrowse/plugin-grid-bookmark": "^4.1.1",
83
+ "@jbrowse/plugin-hic": "^4.1.1",
84
+ "@jbrowse/plugin-legacy-jbrowse": "^4.1.1",
85
+ "@jbrowse/plugin-linear-genome-view": "^4.1.1",
86
+ "@jbrowse/plugin-linear-comparative-view": "^4.1.1",
87
+ "@jbrowse/plugin-menus": "^4.1.1",
88
+ "@jbrowse/plugin-lollipop": "^4.1.1",
89
+ "@jbrowse/plugin-sequence": "^4.1.1",
90
+ "@jbrowse/plugin-rdf": "^4.1.1",
91
+ "@jbrowse/plugin-spreadsheet-view": "^4.1.1",
92
+ "@jbrowse/plugin-trix": "^4.1.1",
93
+ "@jbrowse/plugin-sv-inspector": "^4.1.1",
94
+ "@jbrowse/plugin-variants": "^4.1.1",
95
+ "@jbrowse/plugin-wiggle": "^4.1.1",
96
+ "@jbrowse/product-core": "^4.1.1",
97
+ "@jbrowse/web-core": "^4.1.1"
75
98
  },
76
99
  "peerDependencies": {
77
100
  "react": ">=18.0.0"
@@ -83,7 +106,7 @@
83
106
  "scripts": {
84
107
  "build": "pnpm run /^build:/",
85
108
  "build:esm": "tsc --build tsconfig.build.esm.json",
86
- "build:webpack": "webpack",
109
+ "build:webpack": "webpack -c webpack.config.mjs",
87
110
  "clean": "rimraf esm *.tsbuildinfo",
88
111
  "storybook": "storybook dev --port 6006",
89
112
  "storybook:build": "storybook build",