@apollo-annotation/jbrowse-plugin-apollo 0.2.2 → 0.3.0
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
|
@@ -50,7 +50,7 @@ import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
|
|
|
50
50
|
import ErrorIcon from '@mui/icons-material/Error';
|
|
51
51
|
import SaveIcon from '@mui/icons-material/Save';
|
|
52
52
|
|
|
53
|
-
var version = "0.
|
|
53
|
+
var version = "0.3.0";
|
|
54
54
|
|
|
55
55
|
const ApolloConfigSchema = ConfigurationSchema('ApolloInternetAccount', {
|
|
56
56
|
baseURL: {
|
|
@@ -101,7 +101,7 @@ var ExpandMoreIcon__default = /*#__PURE__*/_interopDefaultLegacy(ExpandMoreIcon)
|
|
|
101
101
|
var ErrorIcon__default = /*#__PURE__*/_interopDefaultLegacy(ErrorIcon);
|
|
102
102
|
var SaveIcon__default = /*#__PURE__*/_interopDefaultLegacy(SaveIcon);
|
|
103
103
|
|
|
104
|
-
var version = "0.
|
|
104
|
+
var version = "0.3.0";
|
|
105
105
|
|
|
106
106
|
const ApolloConfigSchema = configuration.ConfigurationSchema('ApolloInternetAccount', {
|
|
107
107
|
baseURL: {
|