@apollo-annotation/jbrowse-plugin-apollo 0.1.6 → 1.2.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.
- package/dist/index.esm.js +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.development.js +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.production.min.js +1 -1
- package/dist/jbrowse-plugin-apollo.umd.development.js +1 -1
- package/dist/jbrowse-plugin-apollo.umd.production.min.js +1 -1
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -48,7 +48,7 @@ import ExpandLessIcon from '@mui/icons-material/ExpandLess';
|
|
|
48
48
|
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
|
|
49
49
|
import ErrorIcon from '@mui/icons-material/Error';
|
|
50
50
|
|
|
51
|
-
var version = "
|
|
51
|
+
var version = "1.2.3";
|
|
52
52
|
|
|
53
53
|
const ApolloConfigSchema = ConfigurationSchema('ApolloInternetAccount', {
|
|
54
54
|
baseURL: {
|
|
@@ -98,7 +98,7 @@ var ExpandLessIcon__default = /*#__PURE__*/_interopDefaultLegacy(ExpandLessIcon)
|
|
|
98
98
|
var ExpandMoreIcon__default = /*#__PURE__*/_interopDefaultLegacy(ExpandMoreIcon);
|
|
99
99
|
var ErrorIcon__default = /*#__PURE__*/_interopDefaultLegacy(ErrorIcon);
|
|
100
100
|
|
|
101
|
-
var version = "
|
|
101
|
+
var version = "1.2.3";
|
|
102
102
|
|
|
103
103
|
const ApolloConfigSchema = configuration.ConfigurationSchema('ApolloInternetAccount', {
|
|
104
104
|
baseURL: {
|