@jbrowse/react-circular-genome-view2 3.6.4 → 3.6.5
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/react-circular-genome-view.umd.production.min.js +20 -20
- package/dist/react-circular-genome-view.umd.production.min.js.LICENSE.txt +10 -0
- package/dist/react-circular-genome-view.umd.production.min.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +13 -13
|
@@ -115,6 +115,16 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
115
115
|
* LICENSE file in the root directory of this source tree.
|
|
116
116
|
*/
|
|
117
117
|
|
|
118
|
+
/**
|
|
119
|
+
* @license React
|
|
120
|
+
* use-sync-external-store-shim/with-selector.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
|
+
|
|
118
128
|
/** @license React v16.13.1
|
|
119
129
|
* react-is.production.min.js
|
|
120
130
|
*
|