@jbrowse/react-linear-genome-view2 3.7.0 → 4.0.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.
Files changed (66) hide show
  1. package/esm/JBrowseLinearGenomeView/JBrowseLinearGenomeView.d.ts +1 -1
  2. package/esm/JBrowseLinearGenomeView/JBrowseLinearGenomeView.js +2 -2
  3. package/esm/JBrowseLinearGenomeView/index.d.ts +1 -1
  4. package/esm/JBrowseLinearGenomeView/index.js +1 -1
  5. package/esm/corePlugins.d.ts +2 -2
  6. package/esm/corePlugins.js +2 -2
  7. package/esm/createModel/createConfigModel.d.ts +23 -23
  8. package/esm/createModel/createConfigModel.js +1 -1
  9. package/esm/createModel/createModel.d.ts +1060 -1185
  10. package/esm/createModel/createModel.js +5 -5
  11. package/esm/createModel/createSessionModel.d.ts +547 -616
  12. package/esm/createModel/createSessionModel.js +5 -4
  13. package/esm/createModel/index.d.ts +3 -3
  14. package/esm/createModel/index.js +3 -3
  15. package/esm/createViewState.d.ts +2780 -3139
  16. package/esm/createViewState.js +3 -3
  17. package/esm/index.d.ts +5 -5
  18. package/esm/index.js +4 -4
  19. package/esm/loadPlugins.js +1 -1
  20. package/esm/rpcWorker.d.ts +1 -1
  21. package/esm/rpcWorker.js +2 -2
  22. package/esm/types.d.ts +1 -1
  23. package/esm/version.d.ts +1 -1
  24. package/esm/version.js +1 -1
  25. package/esm/webpack.d.ts +5 -5
  26. package/esm/webpack.js +4 -4
  27. package/package.json +48 -56
  28. package/dist/JBrowseLinearGenomeView/JBrowseLinearGenomeView.d.ts +0 -5
  29. package/dist/JBrowseLinearGenomeView/JBrowseLinearGenomeView.js +0 -19
  30. package/dist/JBrowseLinearGenomeView/JBrowseLinearGenomeView.test.d.ts +0 -1
  31. package/dist/JBrowseLinearGenomeView/JBrowseLinearGenomeView.test.js +0 -77
  32. package/dist/JBrowseLinearGenomeView/index.d.ts +0 -1
  33. package/dist/JBrowseLinearGenomeView/index.js +0 -8
  34. package/dist/corePlugins.d.ts +0 -3
  35. package/dist/corePlugins.js +0 -38
  36. package/dist/createModel/AboutDialog.d.ts +0 -1
  37. package/dist/createModel/AboutDialog.js +0 -5
  38. package/dist/createModel/createConfigModel.d.ts +0 -94
  39. package/dist/createModel/createConfigModel.js +0 -43
  40. package/dist/createModel/createModel.d.ts +0 -6390
  41. package/dist/createModel/createModel.js +0 -118
  42. package/dist/createModel/createSessionModel.d.ts +0 -2792
  43. package/dist/createModel/createSessionModel.js +0 -118
  44. package/dist/createModel/index.d.ts +0 -3
  45. package/dist/createModel/index.js +0 -12
  46. package/dist/createViewState.d.ts +0 -16739
  47. package/dist/createViewState.js +0 -75
  48. package/dist/index.d.ts +0 -5
  49. package/dist/index.js +0 -14
  50. package/dist/loadPlugins.d.ts +0 -13
  51. package/dist/loadPlugins.js +0 -12
  52. package/dist/react-linear-genome-view.umd.production.min.js +0 -229
  53. package/dist/react-linear-genome-view.umd.production.min.js.LICENSE.txt +0 -195
  54. package/dist/react-linear-genome-view.umd.production.min.js.map +0 -1
  55. package/dist/rpcWorker.d.ts +0 -2
  56. package/dist/rpcWorker.js +0 -57
  57. package/dist/types.d.ts +0 -5
  58. package/dist/types.js +0 -2
  59. package/dist/version.d.ts +0 -1
  60. package/dist/version.js +0 -4
  61. package/dist/webpack.d.ts +0 -8
  62. package/dist/webpack.js +0 -53
  63. package/dist/workerPolyfill.d.ts +0 -0
  64. package/dist/workerPolyfill.js +0 -34
  65. package/esm/workerPolyfill.d.ts +0 -0
  66. package/esm/workerPolyfill.js +0 -34
@@ -1,195 +0,0 @@
1
- /*!
2
- * Based on xzwasm (c) Steve Sanderson. License: MIT - https://github.com/SteveSanderson/xzwasm
3
- * Contains xz-embedded by Lasse Collin and Igor Pavlov. License: Public domain - https://tukaani.org/xz/embedded.html
4
- * and walloc (c) 2020 Igalia, S.L. License: MIT - https://github.com/wingo/walloc
5
- */
6
-
7
- /*!
8
- * Determine if an object is a Buffer
9
- *
10
- * @author Feross Aboukhadijeh <https://feross.org>
11
- * @license MIT
12
- */
13
-
14
- /*!
15
- * The buffer module from node.js, for the browser.
16
- *
17
- * @author Feross Aboukhadijeh <https://feross.org>
18
- * @license MIT
19
- */
20
-
21
- /*!
22
- * escape-html
23
- * Copyright(c) 2012-2013 TJ Holowaychuk
24
- * Copyright(c) 2015 Andreas Lubbe
25
- * Copyright(c) 2015 Tiancheng "Timothy" Gu
26
- * MIT Licensed
27
- */
28
-
29
- /*!
30
- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
31
- *
32
- * Copyright (c) 2014-2017, Jon Schlinkert.
33
- * Released under the MIT License.
34
- */
35
-
36
- /*!
37
- * is-primitive <https://github.com/jonschlinkert/is-primitive>
38
- *
39
- * Copyright (c) 2014-present, Jon Schlinkert.
40
- * Released under the MIT License.
41
- */
42
-
43
- /*!
44
- * isobject <https://github.com/jonschlinkert/isobject>
45
- *
46
- * Copyright (c) 2014-2017, Jon Schlinkert.
47
- * Released under the MIT License.
48
- */
49
-
50
- /*!
51
- * set-value <https://github.com/jonschlinkert/set-value>
52
- *
53
- * Copyright (c) Jon Schlinkert (https://github.com/jonschlinkert).
54
- * Released under the MIT License.
55
- */
56
-
57
- /*! *****************************************************************************
58
- Copyright (c) Microsoft Corporation.
59
-
60
- Permission to use, copy, modify, and/or distribute this software for any
61
- purpose with or without fee is hereby granted.
62
-
63
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
64
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
65
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
66
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
67
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
68
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
69
- PERFORMANCE OF THIS SOFTWARE.
70
- ***************************************************************************** */
71
-
72
- /*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */
73
-
74
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
75
-
76
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
77
-
78
- /**
79
- * @license React
80
- * react-compiler-runtime.production.js
81
- *
82
- * Copyright (c) Meta Platforms, Inc. and affiliates.
83
- *
84
- * This source code is licensed under the MIT license found in the
85
- * LICENSE file in the root directory of this source tree.
86
- */
87
-
88
- /**
89
- * @license React
90
- * react-dom-client.production.js
91
- *
92
- * Copyright (c) Meta Platforms, Inc. and affiliates.
93
- *
94
- * This source code is licensed under the MIT license found in the
95
- * LICENSE file in the root directory of this source tree.
96
- */
97
-
98
- /**
99
- * @license React
100
- * react-dom-server-legacy.browser.production.js
101
- *
102
- * Copyright (c) Meta Platforms, Inc. and affiliates.
103
- *
104
- * This source code is licensed under the MIT license found in the
105
- * LICENSE file in the root directory of this source tree.
106
- */
107
-
108
- /**
109
- * @license React
110
- * react-dom-server.browser.production.js
111
- *
112
- * Copyright (c) Meta Platforms, Inc. and affiliates.
113
- *
114
- * This source code is licensed under the MIT license found in the
115
- * LICENSE file in the root directory of this source tree.
116
- */
117
-
118
- /**
119
- * @license React
120
- * react-dom.production.js
121
- *
122
- * Copyright (c) Meta Platforms, Inc. and affiliates.
123
- *
124
- * This source code is licensed under the MIT license found in the
125
- * LICENSE file in the root directory of this source tree.
126
- */
127
-
128
- /**
129
- * @license React
130
- * react-is.production.js
131
- *
132
- * Copyright (c) Meta Platforms, Inc. and affiliates.
133
- *
134
- * This source code is licensed under the MIT license found in the
135
- * LICENSE file in the root directory of this source tree.
136
- */
137
-
138
- /**
139
- * @license React
140
- * react-jsx-runtime.production.js
141
- *
142
- * Copyright (c) Meta Platforms, Inc. and affiliates.
143
- *
144
- * This source code is licensed under the MIT license found in the
145
- * LICENSE file in the root directory of this source tree.
146
- */
147
-
148
- /**
149
- * @license React
150
- * react.production.js
151
- *
152
- * Copyright (c) Meta Platforms, Inc. and affiliates.
153
- *
154
- * This source code is licensed under the MIT license found in the
155
- * LICENSE file in the root directory of this source tree.
156
- */
157
-
158
- /**
159
- * @license React
160
- * scheduler.production.js
161
- *
162
- * Copyright (c) Meta Platforms, Inc. and affiliates.
163
- *
164
- * This source code is licensed under the MIT license found in the
165
- * LICENSE file in the root directory of this source tree.
166
- */
167
-
168
- /**
169
- * @license React
170
- * use-sync-external-store-shim.production.js
171
- *
172
- * Copyright (c) Meta Platforms, Inc. and affiliates.
173
- *
174
- * This source code is licensed under the MIT license found in the
175
- * LICENSE file in the root directory of this source tree.
176
- */
177
-
178
- /**
179
- * @license React
180
- * use-sync-external-store-shim/with-selector.production.js
181
- *
182
- * Copyright (c) Meta Platforms, Inc. and affiliates.
183
- *
184
- * This source code is licensed under the MIT license found in the
185
- * LICENSE file in the root directory of this source tree.
186
- */
187
-
188
- /** @license React v16.13.1
189
- * react-is.production.min.js
190
- *
191
- * Copyright (c) Facebook, Inc. and its affiliates.
192
- *
193
- * This source code is licensed under the MIT license found in the
194
- * LICENSE file in the root directory of this source tree.
195
- */